Searched refs:NotifyKeyArgs (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | InputListener.h | 54 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 165 virtual void notifyKey(const NotifyKeyArgs* args) = 0; 184 virtual void notifyKey(const NotifyKeyArgs* args);
|
D | InputListener.cpp | 45 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() 155 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey() 156 mArgsQueue.push(new NotifyKeyArgs(*args)); in notifyKey()
|
D | InputDispatcher.h | 382 virtual void notifyKey(const NotifyKeyArgs* args); 943 bool shouldSendKeyToInputFilterLocked(const NotifyKeyArgs* args);
|
D | InputDispatcher.cpp | 2391 void InputDispatcher::notifyKey(const NotifyKeyArgs* args) { in notifyKey() 2482 bool InputDispatcher::shouldSendKeyToInputFilterLocked(const NotifyKeyArgs* args) { in shouldSendKeyToInputFilterLocked()
|
D | InputReader.cpp | 210 NotifyKeyArgs args(when, deviceId, source, policyFlags, in synthesizeButtonKey() 2375 NotifyKeyArgs args(when, getDeviceId(), mSource, policyFlags, in processKey() 4592 NotifyKeyArgs args(when, getDeviceId(), AINPUT_SOURCE_KEYBOARD, policyFlags, in dispatchVirtualKey()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 237 List<NotifyKeyArgs> mNotifyKeyArgsQueue; 268 void assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs = NULL) { in assertNotifyKeyWasCalled() 314 virtual void notifyKey(const NotifyKeyArgs* args) { in notifyKey() 1584 NotifyKeyArgs args; in testDPadKeyRotation() 1621 NotifyKeyArgs args; in TEST_F() 1732 NotifyKeyArgs args; in TEST_F() 1845 NotifyKeyArgs args; in TEST_F() 2363 NotifyKeyArgs keyArgs; in TEST_F() 3129 NotifyKeyArgs args; in TEST_F() 3180 NotifyKeyArgs keyArgs; in TEST_F() [all …]
|