Home
last modified time | relevance | path

Searched refs:notifyPointerCaptureChanged (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/include/
H A DInputListener.h264 virtual void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) = 0;
286 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
/aosp12/frameworks/native/services/inputflinger/tests/
H A DTestInputListener.h86 virtual void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
H A DTestInputListener.cpp171 void TestInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged() function in android::TestInputListener
H A DInputDispatcher_test.cpp4823 mDispatcher->notifyPointerCaptureChanged(&args); in notifyPointerCaptureChanged()
4830 notifyPointerCaptureChanged(request); in requestAndVerifyPointerCapture()
4865 notifyPointerCaptureChanged({}); in TEST_F()
4866 notifyPointerCaptureChanged(request); in TEST_F()
4867 notifyPointerCaptureChanged({}); in TEST_F()
4877 notifyPointerCaptureChanged({}); in TEST_F()
4878 notifyPointerCaptureChanged(request); in TEST_F()
4900 notifyPointerCaptureChanged({}); in TEST_F()
4903 notifyPointerCaptureChanged(request); in TEST_F()
4920 notifyPointerCaptureChanged(firstRequest); in TEST_F()
[all …]
/aosp12/frameworks/native/services/inputflinger/
H A DInputClassifier.cpp418 void InputClassifier::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged() function in android::InputClassifier
420 mListener->notifyPointerCaptureChanged(args); in notifyPointerCaptureChanged()
H A DInputClassifier.h235 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
H A DInputListener.cpp303 listener->notifyPointerCaptureChanged(this); in notify()
362 void QueuedInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged() function in android::QueuedInputListener
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.h104 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
H A DInputDispatcher.cpp4024 void InputDispatcher::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged() function in android::inputdispatcher::InputDispatcher
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp377 mQueuedListener->notifyPointerCaptureChanged(&args); in refreshConfigurationLocked()