Home
last modified time | relevance | path

Searched refs:dispatchOnce (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h228 void dispatchOnce();
DInputDispatcher.cpp964 "InputDispatcher", [this]() { dispatchOnce(); }, [this]() { mLooper->wake(); }); in start()
977 void InputDispatcher::dispatchOnce() { in dispatchOnce() function in android::inputdispatcher::InputDispatcher