HomeSort by relevance Sort by last modified time
    Searched refs:pokeUserActivity (Results 1 - 5 of 5) sorted by null

  /frameworks/native/services/inputflinger/tests/
InputDispatcher_test.cpp 91 virtual void pokeUserActivity(nsecs_t, int32_t) {
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 726 /* package */ void pokeUserActivity() {
727 if (VDBG) Log.d(LOG_TAG, "pokeUserActivity()...");
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 233 virtual void pokeUserActivity(nsecs_t eventTime, int32_t eventType);
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.h 254 virtual void pokeUserActivity(nsecs_t eventTime, int32_t eventType) = 0;
    [all...]
InputDispatcher.cpp     [all...]

Completed in 91 milliseconds