Searched refs:NotifyKeyArgs (Results 1 – 5 of 5) sorted by relevance
54 struct NotifyKeyArgs : public NotifyArgs { struct66 inline NotifyKeyArgs() { } in NotifyKeyArgs() argument68 NotifyKeyArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags,72 NotifyKeyArgs(const NotifyKeyArgs& other);74 virtual ~NotifyKeyArgs() { } in ~NotifyKeyArgs() argument172 virtual void notifyKey(const NotifyKeyArgs* args) = 0;191 virtual void notifyKey(const NotifyKeyArgs* args);
45 NotifyKeyArgs::NotifyKeyArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source, in NotifyKeyArgs() function in android::NotifyKeyArgs54 NotifyKeyArgs::NotifyKeyArgs(const NotifyKeyArgs& other) : in NotifyKeyArgs() function in android::NotifyKeyArgs62 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()
381 virtual void notifyKey(const NotifyKeyArgs* args);942 bool shouldSendKeyToInputFilterLocked(const NotifyKeyArgs* args);
2426 void InputDispatcher::notifyKey(const NotifyKeyArgs* args) { in notifyKey()2523 bool InputDispatcher::shouldSendKeyToInputFilterLocked(const NotifyKeyArgs* args) { in shouldSendKeyToInputFilterLocked()
254 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 …]