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

  /frameworks/base/services/input/
InputListener.h 164 virtual void notifySwitch(const NotifySwitchArgs* args) = 0;
183 virtual void notifySwitch(const NotifySwitchArgs* args);
InputListener.cpp 117 listener->notifySwitch(this);
162 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/base/services/input/tests/
InputDispatcher_test.cpp 88 virtual void notifySwitch(nsecs_t when,
InputReader_test.cpp 251 << "Expected notifySwitch() to have been called.";
275 virtual void notifySwitch(const NotifySwitchArgs* args) {
    [all...]
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 192 virtual void notifySwitch(nsecs_t when, int32_t switchCode, int32_t switchValue,
572 void NativeInputManager::notifySwitch(nsecs_t when, int32_t switchCode,
575 ALOGD("notifySwitch - when=%lld, switchCode=%d, switchValue=%d, policyFlags=0x%x",
    [all...]

Completed in 199 milliseconds