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

  /frameworks/native/services/inputflinger/
InputListener.cpp 121 listener->notifySwitch(this);
166 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) {
InputDispatcher.cpp     [all...]
  /frameworks/native/services/inputflinger/tests/
InputDispatcher_test.cpp 88 virtual void notifySwitch(nsecs_t, uint32_t, uint32_t, uint32_t) {
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 81 jmethodID notifySwitch;
241 virtual void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
646 void NativeInputManager::notifySwitch(nsecs_t when,
649 ALOGD("notifySwitch - when=%lld, switchValues=0x%08x, switchMask=0x%08x, policyFlags=0x%x",
656 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifySwitch,
658 checkAndClearExceptionFromCallback(env, "notifySwitch");
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java     [all...]

Completed in 300 milliseconds