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

  /frameworks/native/services/inputflinger/
InputListener.h 165 virtual void notifySwitch(const NotifySwitchArgs* args) = 0;
184 virtual void notifySwitch(const NotifySwitchArgs* args);
InputListener.cpp 118 listener->notifySwitch(this);
163 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) {
InputDispatcher.h 250 virtual void notifySwitch(nsecs_t when,
378 virtual void notifySwitch(const NotifySwitchArgs* args);
    [all...]
InputDispatcher.cpp     [all...]
InputReader.cpp     [all...]
  /frameworks/native/services/inputflinger/tests/
InputDispatcher_test.cpp 88 virtual void notifySwitch(nsecs_t when,
InputReader_test.cpp 276 << "Expected notifySwitch() to have been called.";
300 virtual void notifySwitch(const NotifySwitchArgs* args) {
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 69 jmethodID notifySwitch;
209 virtual void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
550 void NativeInputManager::notifySwitch(nsecs_t when,
553 ALOGD("notifySwitch - when=%lld, switchValues=0x%08x, switchMask=0x%08x, policyFlags=0x%x",
559 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifySwitch,
561 checkAndClearExceptionFromCallback(env, "notifySwitch");
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java     [all...]

Completed in 179 milliseconds