/frameworks/native/services/inputflinger/reader/mapper/ |
D | SwitchInputMapper.cpp | 61 getListener().notifySwitch(&args); in sync()
|
/frameworks/native/services/inputflinger/include/ |
D | InputListener.h | 262 virtual void notifySwitch(const NotifySwitchArgs* args) = 0; 281 virtual void notifySwitch(const NotifySwitchArgs* args) override;
|
/frameworks/native/services/inputflinger/dispatcher/include/ |
D | InputDispatcherPolicyInterface.h | 122 virtual void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
|
/frameworks/native/services/inputflinger/tests/ |
D | TestInputListener.h | 81 virtual void notifySwitch(const NotifySwitchArgs* args) override;
|
D | TestInputListener.cpp | 174 void TestInputListener::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::TestInputListener
|
D | InputClassifier_test.cpp | 115 mClassifier->notifySwitch(&args); in TEST_F()
|
D | UnwantedInteractionBlocker_test.cpp | 483 mBlocker->notifySwitch(&args); in TEST_F()
|
D | InputDispatcher_test.cpp | 472 void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask, in notifySwitch() function in android::inputdispatcher::FakeInputDispatcherPolicy 735 mDispatcher->notifySwitch(&args); in TEST_F()
|
/frameworks/native/services/inputflinger/ |
D | UnwantedInteractionBlocker.h | 96 void notifySwitch(const NotifySwitchArgs* args) override;
|
D | InputClassifier.h | 246 void notifySwitch(const NotifySwitchArgs* args) override;
|
D | InputClassifier.cpp | 458 void InputClassifier::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::InputClassifier 460 mQueuedListener.notifySwitch(args); in notifySwitch()
|
D | InputListener.cpp | 248 listener.notifySwitch(this); in notify() 366 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::QueuedInputListener
|
D | UnwantedInteractionBlocker.cpp | 369 void UnwantedInteractionBlocker::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::UnwantedInteractionBlocker 370 mQueuedListener.notifySwitch(args); in notifySwitch()
|
/frameworks/native/services/inputflinger/benchmarks/ |
D | InputDispatcher_benchmarks.cpp | 107 void notifySwitch(nsecs_t, uint32_t, uint32_t, uint32_t) override {} in notifySwitch() function in android::inputdispatcher::FakeInputDispatcherPolicy
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 94 jmethodID notifySwitch; member 307 void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask, 775 void NativeInputManager::notifySwitch(nsecs_t when, in notifySwitch() function in android::NativeInputManager 785 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifySwitch, in notifySwitch() 2434 GET_METHOD_ID(gServiceClassInfo.notifySwitch, clazz, in register_android_server_InputManager()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.h | 100 void notifySwitch(const NotifySwitchArgs* args) override;
|
D | InputDispatcher.cpp | 4127 void InputDispatcher::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::inputdispatcher::InputDispatcher 4136 mPolicy->notifySwitch(args->eventTime, args->switchValues, args->switchMask, policyFlags); in notifySwitch()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 2853 private void notifySwitch(long whenNanos, int switchValues, int switchMask) { in notifySwitch() method in InputManagerService
|