/frameworks/native/services/inputflinger/include/ |
D | InputListener.h | 44 virtual void notifySwitch(const NotifySwitchArgs& args) = 0; 66 virtual void notifySwitch(const NotifySwitchArgs& args) override; 90 virtual void notifySwitch(const NotifySwitchArgs& args) override;
|
/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 53 [&](const NotifySwitchArgs& args) { notifySwitch(args); }, in notify() 83 void QueuedInputListener::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::QueuedInputListener 143 void TracedInputListener::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::TracedInputListener
|
D | InputFilter.h | 59 void notifySwitch(const NotifySwitchArgs& args) override;
|
D | UnwantedInteractionBlocker.h | 97 void notifySwitch(const NotifySwitchArgs& args) override;
|
D | InputFilter.cpp | 86 void InputFilter::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::InputFilter
|
D | InputProcessor.h | 252 void notifySwitch(const NotifySwitchArgs& args) override;
|
D | InputDeviceMetricsCollector.h | 113 void notifySwitch(const NotifySwitchArgs& args) override;
|
D | InputProcessor.cpp | 468 void InputProcessor::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::InputProcessor 470 mQueuedListener.notifySwitch(args); in notifySwitch()
|
D | PointerChoreographer.h | 111 void notifySwitch(const NotifySwitchArgs& args) override;
|
D | UnwantedInteractionBlocker.cpp | 394 void UnwantedInteractionBlocker::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::UnwantedInteractionBlocker 395 mQueuedListener.notifySwitch(args); in notifySwitch()
|
D | InputDeviceMetricsCollector.cpp | 168 void InputDeviceMetricsCollector::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::InputDeviceMetricsCollector
|
D | PointerChoreographer.cpp | 418 void PointerChoreographer::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::PointerChoreographer
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | InputClassifierFuzzer.cpp | 71 mClassifier->notifySwitch({/*sequenceNum=*/fdp.ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
|
D | MapperHelpers.h | 299 void notifySwitch(const NotifySwitchArgs& args) override {} in notifySwitch() function
|
/frameworks/native/services/inputflinger/dispatcher/include/ |
D | InputDispatcherPolicyInterface.h | 124 virtual void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
|
/frameworks/native/services/inputflinger/tests/ |
D | TestInputListener.h | 96 virtual void notifySwitch(const NotifySwitchArgs& args) override;
|
D | InputProcessor_test.cpp | 109 mProcessor->notifySwitch(args); in TEST_F()
|
D | TestInputListener.cpp | 211 void TestInputListener::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::TestInputListener
|
D | FakeInputDispatcherPolicy.h | 198 void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
|
D | FakeInputDispatcherPolicy.cpp | 444 void FakeInputDispatcherPolicy::notifySwitch(nsecs_t when, uint32_t switchValues, in notifySwitch() function in android::FakeInputDispatcherPolicy
|
D | UnwantedInteractionBlocker_test.cpp | 465 mBlocker->notifySwitch(args); in TEST_F()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 109 jmethodID notifySwitch; member 332 void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask, 923 void NativeInputManager::notifySwitch(nsecs_t when, in notifySwitch() function in android::NativeInputManager 933 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifySwitch, in notifySwitch() 2881 GET_METHOD_ID(gServiceClassInfo.notifySwitch, clazz, in register_android_server_InputManager()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.h | 103 void notifySwitch(const NotifySwitchArgs& args) override;
|
D | InputDispatcher.cpp | 4721 void InputDispatcher::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::inputdispatcher::InputDispatcher 4730 mPolicy.notifySwitch(args.eventTime, args.switchValues, args.switchMask, policyFlags); in notifySwitch()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 2235 private void notifySwitch(long whenNanos, int switchValues, int switchMask) { in notifySwitch() method in InputManagerService
|