Home
last modified time | relevance | path

Searched refs:NotifyPointerCaptureChangedArgs (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/include/
H A DInputListener.h213 struct NotifyPointerCaptureChangedArgs : public NotifyArgs { struct
217 inline NotifyPointerCaptureChangedArgs() {} in NotifyPointerCaptureChangedArgs() argument
219 NotifyPointerCaptureChangedArgs(int32_t id, nsecs_t eventTime, const PointerCaptureRequest&);
221 NotifyPointerCaptureChangedArgs(const NotifyPointerCaptureChangedArgs& other);
223 bool operator==(const NotifyPointerCaptureChangedArgs& rhs) const;
225 virtual ~NotifyPointerCaptureChangedArgs() {} in ~NotifyPointerCaptureChangedArgs() argument
264 virtual void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) = 0;
286 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
/aosp12/frameworks/native/services/inputflinger/tests/
H A DTestInputListener.cpp96 NotifyPointerCaptureChangedArgs* outEventArgs) { in assertNotifyCaptureWasCalled()
98 assertCalled<NotifyPointerCaptureChangedArgs>(outEventArgs, in assertNotifyCaptureWasCalled()
104 ASSERT_NO_FATAL_FAILURE(assertNotCalled<NotifyPointerCaptureChangedArgs>( in assertNotifyCaptureWasNotCalled()
171 void TestInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged()
172 notify<NotifyPointerCaptureChangedArgs>(args); in notifyPointerCaptureChanged()
H A DTestInputListener.h57 void assertNotifyCaptureWasCalled(NotifyPointerCaptureChangedArgs* outEventArgs = nullptr);
86 virtual void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
100 std::vector<NotifyPointerCaptureChangedArgs>> //
H A DInputDispatcher_test.cpp1397 static NotifyPointerCaptureChangedArgs generatePointerCaptureChangedArgs( in generatePointerCaptureChangedArgs()
1399 return NotifyPointerCaptureChangedArgs(/* id */ 0, systemTime(SYSTEM_TIME_MONOTONIC), request); in generatePointerCaptureChangedArgs()
4822 const NotifyPointerCaptureChangedArgs args = generatePointerCaptureChangedArgs(request); in notifyPointerCaptureChanged()
H A DInputReader_test.cpp1978 NotifyPointerCaptureChangedArgs args; in TEST_F()
/aosp12/frameworks/native/services/inputflinger/
H A DInputListener.cpp290 NotifyPointerCaptureChangedArgs::NotifyPointerCaptureChangedArgs( in NotifyPointerCaptureChangedArgs() function in android::NotifyPointerCaptureChangedArgs
294 NotifyPointerCaptureChangedArgs::NotifyPointerCaptureChangedArgs( in NotifyPointerCaptureChangedArgs() function in android::NotifyPointerCaptureChangedArgs
295 const NotifyPointerCaptureChangedArgs& other) in NotifyPointerCaptureChangedArgs()
298 bool NotifyPointerCaptureChangedArgs::operator==(const NotifyPointerCaptureChangedArgs& rhs) const { in operator ==()
302 void NotifyPointerCaptureChangedArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()
362 void QueuedInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged()
364 mArgsQueue.push_back(new NotifyPointerCaptureChangedArgs(*args)); in notifyPointerCaptureChanged()
H A DInputClassifier.h235 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
H A DInputClassifier.cpp418 void InputClassifier::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged()
/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()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp375 const NotifyPointerCaptureChangedArgs args(mContext.getNextId(), now, in refreshConfigurationLocked()