Home
last modified time | relevance | path

Searched refs:notifySwitch (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/input/
DInputListener.h164 virtual void notifySwitch(const NotifySwitchArgs* args) = 0;
183 virtual void notifySwitch(const NotifySwitchArgs* args);
DInputListener.cpp117 listener->notifySwitch(this); in notify()
162 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::QueuedInputListener
DInputDispatcher.h250 virtual void notifySwitch(nsecs_t when,
378 virtual void notifySwitch(const NotifySwitchArgs* args);
DInputDispatcher.cpp2452 void InputDispatcher::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::InputDispatcher
2461 mPolicy->notifySwitch(args->eventTime, in notifySwitch()
DInputReader.cpp1839 getListener()->notifySwitch(&args); in processSwitch()
/frameworks/base/services/input/tests/
DInputDispatcher_test.cpp88 virtual void notifySwitch(nsecs_t when, in notifySwitch() function in android::FakeInputDispatcherPolicy
DInputReader_test.cpp275 virtual void notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::FakeInputListener
/frameworks/base/services/jni/
Dcom_android_server_input_InputManagerService.cpp192 virtual void notifySwitch(nsecs_t when, int32_t switchCode, int32_t switchValue,
572 void NativeInputManager::notifySwitch(nsecs_t when, int32_t switchCode, in notifySwitch() function in android::NativeInputManager