Home
last modified time | relevance | path

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

1234

/aosp_15_r20/frameworks/native/services/inputflinger/include/
H A DInputListener.h43 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/
DLingerMonitor.java140 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 DInputListener.cpp52 [&](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 DInputProcessor.cpp462 void InputProcessor::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::InputProcessor
464 mQueuedListener.notifySwitch(args); in notifySwitch()
H A DInputFilter.h58 void notifySwitch(const NotifySwitchArgs& args) override;
H A DUnwantedInteractionBlocker.h96 void notifySwitch(const NotifySwitchArgs& args) override;
H A DInputFilter.cpp83 void InputFilter::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::InputFilter
H A DUnwantedInteractionBlocker.cpp388 void UnwantedInteractionBlocker::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::UnwantedInteractionBlocker
389 mQueuedListener.notifySwitch(args); in notifySwitch()
H A DInputProcessor.h251 void notifySwitch(const NotifySwitchArgs& args) override;
H A DInputDeviceMetricsCollector.h112 void notifySwitch(const NotifySwitchArgs& args) override;
H A DPointerChoreographer.h110 void notifySwitch(const NotifySwitchArgs& args) override;
H A DInputDeviceMetricsCollector.cpp159 void InputDeviceMetricsCollector::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::InputDeviceMetricsCollector
H A DPointerChoreographer.cpp516 void PointerChoreographer::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::PointerChoreographer
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DInputClassifierFuzzer.cpp65 mClassifier->notifySwitch({/*sequenceNum=*/fdp.ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
H A DMapperHelpers.h318 void notifySwitch(const NotifySwitchArgs& args) override {} in notifySwitch() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DTestInputListener.h89 virtual void notifySwitch(const NotifySwitchArgs& args) override;
H A DInputProcessor_test.cpp95 mProcessor->notifySwitch(args); in TEST_F()
H A DTestInputListener.cpp194 void TestInputListener::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::TestInputListener
H A DFakeInputDispatcherPolicy.h195 void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
H A DFakeInputDispatcherPolicy.cpp432 void FakeInputDispatcherPolicy::notifySwitch(nsecs_t when, uint32_t switchValues, in notifySwitch() function in android::FakeInputDispatcherPolicy
H A DUnwantedInteractionBlocker_test.cpp451 mBlocker->notifySwitch(args); in TEST_F()
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/include/
H A DInputDispatcherPolicyInterface.h121 virtual void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
/aosp_15_r20/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp115 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 DInputDispatcher.h105 void notifySwitch(const NotifySwitchArgs& args) override;
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2342 private void notifySwitch(long whenNanos, int switchValues, int switchMask) { in notifySwitch() method in InputManagerService

1234