Searched refs:NotifySensorArgs (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/services/inputflinger/include/ |
D | InputListener.h | 149 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/ |
D | InputListener.cpp | 221 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()
|
D | InputClassifier.h | 232 virtual void notifySensor(const NotifySensorArgs* args) override;
|
D | InputClassifier.cpp | 394 void InputClassifier::notifySensor(const NotifySensorArgs* args) { in notifySensor()
|
/frameworks/native/services/inputflinger/tests/ |
D | TestInputListener.cpp | 83 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()
|
D | TestInputListener.h | 58 void assertNotifySensorWasCalled(NotifySensorArgs* outEventArgs = nullptr); 81 virtual void notifySensor(const NotifySensorArgs* args) override; 97 std::vector<NotifySensorArgs>, //
|
D | InputReader_test.cpp | 2999 NotifySensorArgs args; in TEST_F() 3029 NotifySensorArgs args; in TEST_F()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | SensorInputMapper.cpp | 408 NotifySensorArgs args(getContext()->getNextId(), when, getDeviceId(), in sync()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.h | 100 void notifySensor(const NotifySensorArgs* args) override;
|
D | InputDispatcher.cpp | 3906 void InputDispatcher::notifySensor(const NotifySensorArgs* args) { in notifySensor()
|