Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DInputListener.h213 struct NotifyPointerCaptureChangedArgs : public NotifyArgs { struct
216 inline NotifyPointerCaptureChangedArgs() {} in NotifyPointerCaptureChangedArgs() function
218 NotifyPointerCaptureChangedArgs(int32_t id, nsecs_t eventTime, bool enabled);
220 NotifyPointerCaptureChangedArgs(const NotifyPointerCaptureChangedArgs& other);
222 bool operator==(const NotifyPointerCaptureChangedArgs& rhs) const;
224 virtual ~NotifyPointerCaptureChangedArgs() {} in ~NotifyPointerCaptureChangedArgs() argument
263 virtual void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) = 0;
285 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
/frameworks/native/services/inputflinger/
DInputListener.cpp290 NotifyPointerCaptureChangedArgs::NotifyPointerCaptureChangedArgs(int32_t id, nsecs_t eventTime, 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()
DInputClassifier.h235 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
DInputClassifier.cpp418 void InputClassifier::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged()
/frameworks/native/services/inputflinger/tests/
DTestInputListener.cpp96 NotifyPointerCaptureChangedArgs* outEventArgs) { in assertNotifyCaptureWasCalled()
98 assertCalled<NotifyPointerCaptureChangedArgs>(outEventArgs, in assertNotifyCaptureWasCalled()
166 void TestInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged()
167 notify<NotifyPointerCaptureChangedArgs>(args); in notifyPointerCaptureChanged()
DTestInputListener.h57 void assertNotifyCaptureWasCalled(NotifyPointerCaptureChangedArgs* outEventArgs = nullptr);
85 virtual void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
99 std::vector<NotifyPointerCaptureChangedArgs>> //
DInputDispatcher_test.cpp1382 static NotifyPointerCaptureChangedArgs generatePointerCaptureChangedArgs(bool enabled) { in generatePointerCaptureChangedArgs()
1383 return NotifyPointerCaptureChangedArgs(/* id */ 0, systemTime(SYSTEM_TIME_MONOTONIC), enabled); in generatePointerCaptureChangedArgs()
4595 const NotifyPointerCaptureChangedArgs args = generatePointerCaptureChangedArgs(enabled); in notifyPointerCaptureChanged()
DInputReader_test.cpp1962 NotifyPointerCaptureChangedArgs args; in TEST_F()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h103 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
DInputDispatcher.cpp3978 void InputDispatcher::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged()
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp370 const NotifyPointerCaptureChangedArgs args(mContext.getNextId(), now, in refreshConfigurationLocked()