Searched refs:pokeUserActivity (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/native/services/inputflinger/dispatcher/include/ |
H A D | InputDispatcherPolicyInterface.h | 137 virtual void pokeUserActivity(nsecs_t eventTime, int32_t eventType, int32_t displayId) = 0;
|
/aosp12/frameworks/native/services/inputflinger/benchmarks/ |
H A D | InputDispatcher_benchmarks.cpp | 113 void pokeUserActivity(nsecs_t, int32_t, int32_t) override {} in pokeUserActivity() function in android::inputdispatcher::FakeInputDispatcherPolicy
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 337 void pokeUserActivity(nsecs_t eventTime, int32_t eventType, int32_t displayId) override; 1360 void NativeInputManager::pokeUserActivity(nsecs_t eventTime, int32_t eventType, int32_t displayId) { in pokeUserActivity() function in android::NativeInputManager
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputDispatcher_test.cpp | 398 void pokeUserActivity(nsecs_t, int32_t, int32_t) override {} in pokeUserActivity() function in android::inputdispatcher::FakeInputDispatcherPolicy
|
/aosp12/frameworks/native/services/inputflinger/dispatcher/ |
H A D | InputDispatcher.cpp | 6086 mPolicy->pokeUserActivity(commandEntry->eventTime, commandEntry->userActivityEventType, in doPokeUserActivityLockedInterruptible()
|