Searched refs:notifySwitch (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/input/ |
D | InputListener.h | 165 virtual void notifySwitch(const NotifySwitchArgs* args) = 0; 184 virtual void notifySwitch(const NotifySwitchArgs* args);
|
D | InputListener.cpp | 118 listener->notifySwitch(this); in notify() 163 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::QueuedInputListener
|
D | InputDispatcher.h | 253 virtual void notifySwitch(nsecs_t when, 381 virtual void notifySwitch(const NotifySwitchArgs* args);
|
D | InputDispatcher.cpp | 2507 void InputDispatcher::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::InputDispatcher 2516 mPolicy->notifySwitch(args->eventTime, in notifySwitch()
|
D | InputReader.cpp | 1842 getListener()->notifySwitch(&args); in sync()
|
/frameworks/base/services/input/tests/ |
D | InputDispatcher_test.cpp | 89 virtual void notifySwitch(nsecs_t when, in notifySwitch() function in android::FakeInputDispatcherPolicy
|
D | InputReader_test.cpp | 290 virtual void notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::FakeInputListener
|
/frameworks/base/services/jni/ |
D | com_android_server_input_InputManagerService.cpp | 67 jmethodID notifySwitch; member 191 virtual void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask, 532 void NativeInputManager::notifySwitch(nsecs_t when, in notifySwitch() function in android::NativeInputManager 541 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifySwitch, in notifySwitch() 1379 GET_METHOD_ID(gServiceClassInfo.notifySwitch, clazz, in register_android_server_InputManager()
|
/frameworks/base/services/java/com/android/server/input/ |
D | InputManagerService.java | 1272 private void notifySwitch(long whenNanos, int switchValues, int switchMask) { in notifySwitch() method in InputManagerService
|