Searched defs:notifySwitch (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/input/
H A DInputListener.cpp117 listener->notifySwitch(this);
162 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) { function in class:android::QueuedInputListener
H A DInputDispatcher.cpp2983 void InputDispatcher::notifySwitch(const NotifySwitchArgs* args) { function in class:android::InputDispatcher
2985 LOGD("notifySwitch - eventTime=%lld, policyFlags=0x%x, switchCode=%d, switchValue=%d",
2992 mPolicy->notifySwitch(args->eventTime,
/frameworks/base/services/input/tests/
H A DInputDispatcher_test.cpp88 virtual void notifySwitch(nsecs_t when, function in class:android::FakeInputDispatcherPolicy
H A DInputReader_test.cpp238 << "Expected notifySwitch() to have been called.";
262 virtual void notifySwitch(const NotifySwitchArgs* args) { function in class:android::FakeInputListener
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp198 virtual void notifySwitch(nsecs_t when, int32_t switchCode, int32_t switchValue,
502 void NativeInputManager::notifySwitch(nsecs_t when, int32_t switchCode, function in class:android::NativeInputManager
505 LOGD("notifySwitch - when=%lld, switchCode=%d, switchValue=%d, policyFlags=0x%x",

Completed in 94 milliseconds