Searched defs:LooperEventCallback (Results 1 – 2 of 2) sorted by relevance
111 LooperEventCallback(std::function<int(int events)> callback) : mCallback(callback) {} in LooperEventCallback() function
6080 class LooperEventCallback : public LooperCallback { class6082 LooperEventCallback(std::function<int(int events)> callback) : mCallback(callback) {} in LooperEventCallback() function in android::inputdispatcher::LooperEventCallback