Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DSwitchInputMapper.cpp61 getListener().notifySwitch(&args); in sync()
/frameworks/native/services/inputflinger/include/
DInputListener.h262 virtual void notifySwitch(const NotifySwitchArgs* args) = 0;
281 virtual void notifySwitch(const NotifySwitchArgs* args) override;
/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherPolicyInterface.h122 virtual void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
/frameworks/native/services/inputflinger/tests/
DTestInputListener.h81 virtual void notifySwitch(const NotifySwitchArgs* args) override;
DTestInputListener.cpp174 void TestInputListener::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::TestInputListener
DInputClassifier_test.cpp115 mClassifier->notifySwitch(&args); in TEST_F()
DUnwantedInteractionBlocker_test.cpp483 mBlocker->notifySwitch(&args); in TEST_F()
DInputDispatcher_test.cpp472 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/
DUnwantedInteractionBlocker.h96 void notifySwitch(const NotifySwitchArgs* args) override;
DInputClassifier.h246 void notifySwitch(const NotifySwitchArgs* args) override;
DInputClassifier.cpp458 void InputClassifier::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::InputClassifier
460 mQueuedListener.notifySwitch(args); in notifySwitch()
DInputListener.cpp248 listener.notifySwitch(this); in notify()
366 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::QueuedInputListener
DUnwantedInteractionBlocker.cpp369 void UnwantedInteractionBlocker::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::UnwantedInteractionBlocker
370 mQueuedListener.notifySwitch(args); in notifySwitch()
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp107 void notifySwitch(nsecs_t, uint32_t, uint32_t, uint32_t) override {} in notifySwitch() function in android::inputdispatcher::FakeInputDispatcherPolicy
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp94 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/
DInputDispatcher.h100 void notifySwitch(const NotifySwitchArgs* args) override;
DInputDispatcher.cpp4127 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/
DInputManagerService.java2853 private void notifySwitch(long whenNanos, int switchValues, int switchMask) { in notifySwitch() method in InputManagerService