Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputState.h68 std::vector<std::unique_ptr<EventEntry>> synthesizePointerDownEvents(nsecs_t currentTime);
DInputState.cpp444 std::vector<std::unique_ptr<EventEntry>> InputState::synthesizePointerDownEvents( in synthesizePointerDownEvents() function in android::inputdispatcher::InputState
DInputDispatcher.cpp4305 connection->inputState.synthesizePointerDownEvents(downTime); in synthesizePointerDownEventsForConnectionLocked()