Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DInputListener.h149 struct NotifySensorArgs : public NotifyArgs { struct
158 inline NotifySensorArgs() {} in NotifySensorArgs() function
160 NotifySensorArgs(int32_t id, nsecs_t eventTime, int32_t deviceId, uint32_t source,
164 NotifySensorArgs(const NotifySensorArgs& other);
166 bool operator==(const NotifySensorArgs rhs) const;
168 ~NotifySensorArgs() override {} in ~NotifySensorArgs() argument
260 virtual void notifySensor(const NotifySensorArgs* args) = 0;
282 virtual void notifySensor(const NotifySensorArgs* args) override;
/frameworks/native/services/inputflinger/
DInputListener.cpp221 NotifySensorArgs::NotifySensorArgs(int32_t id, nsecs_t eventTime, int32_t deviceId, uint32_t source, in NotifySensorArgs() function in android::NotifySensorArgs
234 NotifySensorArgs::NotifySensorArgs(const NotifySensorArgs& other) in NotifySensorArgs() function in android::NotifySensorArgs
244 bool NotifySensorArgs::operator==(const NotifySensorArgs rhs) const { in operator ==()
250 void NotifySensorArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()
347 void QueuedInputListener::notifySensor(const NotifySensorArgs* args) { in notifySensor()
349 mArgsQueue.push_back(new NotifySensorArgs(*args)); in notifySensor()
DInputClassifier.h232 virtual void notifySensor(const NotifySensorArgs* args) override;
DInputClassifier.cpp394 void InputClassifier::notifySensor(const NotifySensorArgs* args) { in notifySensor()
/frameworks/native/services/inputflinger/tests/
DTestInputListener.cpp83 void TestInputListener::assertNotifySensorWasCalled(NotifySensorArgs* outEventArgs) { in assertNotifySensorWasCalled()
85 assertCalled<NotifySensorArgs>(outEventArgs, in assertNotifySensorWasCalled()
170 void TestInputListener::notifySensor(const NotifySensorArgs* args) { in notifySensor()
171 notify<NotifySensorArgs>(args); in notifySensor()
DTestInputListener.h58 void assertNotifySensorWasCalled(NotifySensorArgs* outEventArgs = nullptr);
81 virtual void notifySensor(const NotifySensorArgs* args) override;
97 std::vector<NotifySensorArgs>, //
DInputReader_test.cpp2999 NotifySensorArgs args; in TEST_F()
3029 NotifySensorArgs args; in TEST_F()
/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.cpp408 NotifySensorArgs args(getContext()->getNextId(), when, getDeviceId(), in sync()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h100 void notifySensor(const NotifySensorArgs* args) override;
DInputDispatcher.cpp3906 void InputDispatcher::notifySensor(const NotifySensorArgs* args) { in notifySensor()