Home
last modified time | relevance | path

Searched refs:NotifyKeyArgs (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/
DInputListener.h54 struct NotifyKeyArgs : public NotifyArgs { struct
66 inline NotifyKeyArgs() { } in NotifyKeyArgs() argument
68 NotifyKeyArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags,
72 NotifyKeyArgs(const NotifyKeyArgs& other);
74 virtual ~NotifyKeyArgs() { } in ~NotifyKeyArgs() argument
172 virtual void notifyKey(const NotifyKeyArgs* args) = 0;
191 virtual void notifyKey(const NotifyKeyArgs* args);
DInputListener.cpp45 NotifyKeyArgs::NotifyKeyArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source, in NotifyKeyArgs() function in android::NotifyKeyArgs
54 NotifyKeyArgs::NotifyKeyArgs(const NotifyKeyArgs& other) : in NotifyKeyArgs() function in android::NotifyKeyArgs
62 void NotifyKeyArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()
158 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey()
159 mArgsQueue.push(new NotifyKeyArgs(*args)); in notifyKey()
DInputDispatcher.h381 virtual void notifyKey(const NotifyKeyArgs* args);
942 bool shouldSendKeyToInputFilterLocked(const NotifyKeyArgs* args);
DInputDispatcher.cpp2426 void InputDispatcher::notifyKey(const NotifyKeyArgs* args) { in notifyKey()
2523 bool InputDispatcher::shouldSendKeyToInputFilterLocked(const NotifyKeyArgs* args) { in shouldSendKeyToInputFilterLocked()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp254 List<NotifyKeyArgs> mNotifyKeyArgsQueue;
295 void assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs = NULL) { in assertNotifyKeyWasCalled()
341 virtual void notifyKey(const NotifyKeyArgs* args) { in notifyKey()
1717 NotifyKeyArgs args; in testDPadKeyRotation()
1754 NotifyKeyArgs args; in TEST_F()
1865 NotifyKeyArgs args; in TEST_F()
1978 NotifyKeyArgs args; in TEST_F()
2496 NotifyKeyArgs keyArgs; in TEST_F()
3262 NotifyKeyArgs args; in TEST_F()
3313 NotifyKeyArgs keyArgs; in TEST_F()
[all …]