Home
last modified time | relevance | path

Searched refs:pokeUserActivity (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/dispatcher/include/
H A DInputDispatcherPolicyInterface.h137 virtual void pokeUserActivity(nsecs_t eventTime, int32_t eventType, int32_t displayId) = 0;
/aosp12/frameworks/native/services/inputflinger/benchmarks/
H A DInputDispatcher_benchmarks.cpp113 void pokeUserActivity(nsecs_t, int32_t, int32_t) override {} in pokeUserActivity() function in android::inputdispatcher::FakeInputDispatcherPolicy
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp337 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 DInputDispatcher_test.cpp398 void pokeUserActivity(nsecs_t, int32_t, int32_t) override {} in pokeUserActivity() function in android::inputdispatcher::FakeInputDispatcherPolicy
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp6086 mPolicy->pokeUserActivity(commandEntry->eventTime, commandEntry->userActivityEventType, in doPokeUserActivityLockedInterruptible()