Home
last modified time | relevance | path

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

12

/frameworks/native/services/inputflinger/include/
DInputListener.h44 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/
DInputListener.cpp53 [&](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
DInputFilter.h59 void notifySwitch(const NotifySwitchArgs& args) override;
DUnwantedInteractionBlocker.h97 void notifySwitch(const NotifySwitchArgs& args) override;
DInputFilter.cpp86 void InputFilter::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::InputFilter
DInputProcessor.h252 void notifySwitch(const NotifySwitchArgs& args) override;
DInputDeviceMetricsCollector.h113 void notifySwitch(const NotifySwitchArgs& args) override;
DInputProcessor.cpp468 void InputProcessor::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::InputProcessor
470 mQueuedListener.notifySwitch(args); in notifySwitch()
DPointerChoreographer.h111 void notifySwitch(const NotifySwitchArgs& args) override;
DUnwantedInteractionBlocker.cpp394 void UnwantedInteractionBlocker::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::UnwantedInteractionBlocker
395 mQueuedListener.notifySwitch(args); in notifySwitch()
DInputDeviceMetricsCollector.cpp168 void InputDeviceMetricsCollector::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::InputDeviceMetricsCollector
DPointerChoreographer.cpp418 void PointerChoreographer::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::PointerChoreographer
/frameworks/native/services/inputflinger/tests/fuzzers/
DInputClassifierFuzzer.cpp71 mClassifier->notifySwitch({/*sequenceNum=*/fdp.ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
DMapperHelpers.h299 void notifySwitch(const NotifySwitchArgs& args) override {} in notifySwitch() function
/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherPolicyInterface.h124 virtual void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
/frameworks/native/services/inputflinger/tests/
DTestInputListener.h96 virtual void notifySwitch(const NotifySwitchArgs& args) override;
DInputProcessor_test.cpp109 mProcessor->notifySwitch(args); in TEST_F()
DTestInputListener.cpp211 void TestInputListener::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() function in android::TestInputListener
DFakeInputDispatcherPolicy.h198 void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
DFakeInputDispatcherPolicy.cpp444 void FakeInputDispatcherPolicy::notifySwitch(nsecs_t when, uint32_t switchValues, in notifySwitch() function in android::FakeInputDispatcherPolicy
DUnwantedInteractionBlocker_test.cpp465 mBlocker->notifySwitch(args); in TEST_F()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp109 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/
DInputDispatcher.h103 void notifySwitch(const NotifySwitchArgs& args) override;
DInputDispatcher.cpp4721 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/
DInputManagerService.java2235 private void notifySwitch(long whenNanos, int switchValues, int switchMask) { in notifySwitch() method in InputManagerService

12