Home
last modified time | relevance | path

Searched refs:handleReceiveCallback (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/include/input/
DInputConsumerNoResampling.h123 int handleReceiveCallback(int events);
/frameworks/native/libs/input/
DInputConsumerNoResampling.cpp184 std::bind(&InputConsumerNoResampling::handleReceiveCallback, this, in InputConsumerNoResampling()
202 int InputConsumerNoResampling::handleReceiveCallback(int events) { in handleReceiveCallback() function in android::InputConsumerNoResampling
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h621 int handleReceiveCallback(int events, sp<IBinder> connectionToken);
DInputDispatcher.cpp4033 int InputDispatcher::handleReceiveCallback(int events, sp<IBinder> connectionToken) { in handleReceiveCallback() function in android::inputdispatcher::InputDispatcher
6115 std::function<int(int events)> callback = std::bind(&InputDispatcher::handleReceiveCallback, in createInputChannel()
6155 std::function<int(int events)> callback = std::bind(&InputDispatcher::handleReceiveCallback, in createInputMonitor()