Home
last modified time | relevance | path

Searched defs:LooperEventCallback (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/include/input/
DInputConsumerNoResampling.h111 LooperEventCallback(std::function<int(int events)> callback) : mCallback(callback) {} in LooperEventCallback() function
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp6080 class LooperEventCallback : public LooperCallback { class
6082 LooperEventCallback(std::function<int(int events)> callback) : mCallback(callback) {} in LooperEventCallback() function in android::inputdispatcher::LooperEventCallback