Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp91 virtual void pokeUserActivity(nsecs_t, int32_t) { in pokeUserActivity() function in android::FakeInputDispatcherPolicy
/frameworks/native/services/inputflinger/
DInputDispatcher.h260 virtual void pokeUserActivity(nsecs_t eventTime, int32_t eventType) = 0;
DInputDispatcher.cpp3788 mPolicy->pokeUserActivity(commandEntry->eventTime, commandEntry->userActivityEventType); in doPokeUserActivityLockedInterruptible()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp254 virtual void pokeUserActivity(nsecs_t eventTime, int32_t eventType);
1143 void NativeInputManager::pokeUserActivity(nsecs_t eventTime, int32_t eventType) { in pokeUserActivity() function in android::NativeInputManager