/aosp_15_r20/frameworks/native/services/inputflinger/include/ |
H A D | InputListener.h | 43 virtual void notifySwitch(const NotifySwitchArgs& args) = 0; 64 virtual void notifySwitch(const NotifySwitchArgs& args) override; 87 virtual void notifySwitch(const NotifySwitchArgs& args) override;
|
/aosp_15_r20/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
D | LingerMonitor.java | 140 for (String notifySwitch : notifySwitches) { in isNotificationEnabled() 141 if (TextUtils.isEmpty(notifySwitch)) continue; in isNotificationEnabled() 142 String[] transports = notifySwitch.split("-", 2); in isNotificationEnabled() 144 Log.e(TAG, "Invalid network switch notification configuration: " + notifySwitch); in isNotificationEnabled()
|
/aosp_15_r20/frameworks/native/services/inputflinger/ |
H A D | InputListener.cpp | 52 [&](const NotifySwitchArgs& args) { notifySwitch(args); }, in notify() 78 void QueuedInputListener::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::QueuedInputListener 131 void TracedInputListener::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::TracedInputListener
|
H A D | InputProcessor.cpp | 462 void InputProcessor::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::InputProcessor 464 mQueuedListener.notifySwitch(args); in notifySwitch()
|
H A D | InputFilter.h | 58 void notifySwitch(const NotifySwitchArgs& args) override;
|
H A D | UnwantedInteractionBlocker.h | 96 void notifySwitch(const NotifySwitchArgs& args) override;
|
H A D | InputFilter.cpp | 83 void InputFilter::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::InputFilter
|
H A D | UnwantedInteractionBlocker.cpp | 388 void UnwantedInteractionBlocker::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::UnwantedInteractionBlocker 389 mQueuedListener.notifySwitch(args); in notifySwitch()
|
H A D | InputProcessor.h | 251 void notifySwitch(const NotifySwitchArgs& args) override;
|
H A D | InputDeviceMetricsCollector.h | 112 void notifySwitch(const NotifySwitchArgs& args) override;
|
H A D | PointerChoreographer.h | 110 void notifySwitch(const NotifySwitchArgs& args) override;
|
H A D | InputDeviceMetricsCollector.cpp | 159 void InputDeviceMetricsCollector::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::InputDeviceMetricsCollector
|
H A D | PointerChoreographer.cpp | 516 void PointerChoreographer::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::PointerChoreographer
|
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/ |
H A D | InputClassifierFuzzer.cpp | 65 mClassifier->notifySwitch({/*sequenceNum=*/fdp.ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
|
H A D | MapperHelpers.h | 318 void notifySwitch(const NotifySwitchArgs& args) override {} in notifySwitch() function
|
/aosp_15_r20/frameworks/native/services/inputflinger/tests/ |
H A D | TestInputListener.h | 89 virtual void notifySwitch(const NotifySwitchArgs& args) override;
|
H A D | InputProcessor_test.cpp | 95 mProcessor->notifySwitch(args); in TEST_F()
|
H A D | TestInputListener.cpp | 194 void TestInputListener::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::TestInputListener
|
H A D | FakeInputDispatcherPolicy.h | 195 void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
|
H A D | FakeInputDispatcherPolicy.cpp | 432 void FakeInputDispatcherPolicy::notifySwitch(nsecs_t when, uint32_t switchValues, in notifySwitch() function in android::FakeInputDispatcherPolicy
|
H A D | UnwantedInteractionBlocker_test.cpp | 451 mBlocker->notifySwitch(args); in TEST_F()
|
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/include/ |
H A D | InputDispatcherPolicyInterface.h | 121 virtual void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
|
/aosp_15_r20/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 115 jmethodID notifySwitch; member 396 void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask, 1129 void NativeInputManager::notifySwitch(nsecs_t when, in notifySwitch() function in android::NativeInputManager 1139 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifySwitch, in notifySwitch() 3329 GET_METHOD_ID(gServiceClassInfo.notifySwitch, clazz, in register_android_server_InputManager()
|
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/ |
H A D | InputDispatcher.h | 105 void notifySwitch(const NotifySwitchArgs& args) override;
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 2342 private void notifySwitch(long whenNanos, int switchValues, int switchMask) { in notifySwitch() method in InputManagerService
|