Home
last modified time | relevance | path

Searched refs:notifyDeviceReset (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/include/
H A DInputListener.h263 virtual void notifyDeviceReset(const NotifyDeviceResetArgs* args) = 0;
284 virtual void notifyDeviceReset(const NotifyDeviceResetArgs* args) override;
/aosp12/frameworks/native/services/inputflinger/tests/
H A DTestInputListener.h74 virtual void notifyDeviceReset(const NotifyDeviceResetArgs* args) override;
H A DTestInputListener.cpp155 void TestInputListener::notifyDeviceReset(const NotifyDeviceResetArgs* args) { in notifyDeviceReset() function in android::TestInputListener
H A DInputClassifier_test.cpp134 mClassifier->notifyDeviceReset(&args); in TEST_F()
H A DInputDispatcher_test.cpp1720 mDispatcher->notifyDeviceReset(&args); in TEST_F()
1743 mDispatcher->notifyDeviceReset(&args); in TEST_F()
/aosp12/frameworks/native/services/inputflinger/
H A DInputClassifier.cpp409 void InputClassifier::notifyDeviceReset(const NotifyDeviceResetArgs* args) { in notifyDeviceReset() function in android::InputClassifier
415 mListener->notifyDeviceReset(args); in notifyDeviceReset()
H A DInputClassifier.h234 virtual void notifyDeviceReset(const NotifyDeviceResetArgs* args) override;
H A DInputListener.cpp285 listener->notifyDeviceReset(this); in notify()
357 void QueuedInputListener::notifyDeviceReset(const NotifyDeviceResetArgs* args) { in notifyDeviceReset() function in android::QueuedInputListener
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DCursorInputMapper.cpp179 getListener()->notifyDeviceReset(&args); in configure()
H A DTouchInputMapper.cpp401 getListener()->notifyDeviceReset(&args); in configure()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp571 mContext->getListener()->notifyDeviceReset(&args); in notifyReset()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.h103 void notifyDeviceReset(const NotifyDeviceResetArgs* args) override;
H A DInputDispatcher.cpp4004 void InputDispatcher::notifyDeviceReset(const NotifyDeviceResetArgs* args) { in notifyDeviceReset() function in android::inputdispatcher::InputDispatcher