Home
last modified time | relevance | path

Searched defs:consumeEvent (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DSlopController.cpp36 float SlopController::consumeEvent(nsecs_t eventTimeNanos, float value) { in consumeEvent() function in android::SlopController
/frameworks/native/services/inputflinger/tests/
DFakeWindows.cpp83 void FakeInputReceiver::consumeEvent(InputEventType expectedEventType, int32_t expectedAction, in consumeEvent() function in android::FakeInputReceiver
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp186 InputEvent* consumeEvent(std::chrono::milliseconds timeout = 3000ms) { in consumeEvent() function in android::test::InputSurface