Searched refs:pokeUserActivity (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/include/ |
D | InputDispatcherPolicyInterface.h | 128 virtual void pokeUserActivity(nsecs_t eventTime, int32_t eventType,
|
/frameworks/native/services/inputflinger/tests/ |
D | FakeInputDispatcherPolicy.h | 200 void pokeUserActivity(nsecs_t eventTime, int32_t eventType,
|
D | FakeInputDispatcherPolicy.cpp | 453 void FakeInputDispatcherPolicy::pokeUserActivity(nsecs_t eventTime, int32_t eventType, in pokeUserActivity() function in android::FakeInputDispatcherPolicy
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 358 void pokeUserActivity(nsecs_t eventTime, int32_t eventType, 1600 void NativeInputManager::pokeUserActivity(nsecs_t eventTime, int32_t eventType, in pokeUserActivity() function in android::NativeInputManager
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 3344 mPolicy.pokeUserActivity(eventTime, eventType, displayId); in pokeUserActivityLocked()
|