Home
last modified time | relevance | path

Searched refs:synthesizePointerDownEvents (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DInputState.h58 std::vector<EventEntry*> synthesizePointerDownEvents(nsecs_t currentTime);
DInputState.cpp300 std::vector<EventEntry*> InputState::synthesizePointerDownEvents(nsecs_t currentTime) { in synthesizePointerDownEvents() function in android::inputdispatcher::InputState
DInputDispatcher.cpp2875 connection->inputState.synthesizePointerDownEvents(currentTime); in synthesizePointerDownEventsForConnectionLocked()