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() function 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 163 virtual void notifyKey(const NotifyKeyArgs* args) = 0; 182 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 | 376 virtual void notifyKey(const NotifyKeyArgs* args); 927 bool shouldSendKeyToInputFilterLocked(const NotifyKeyArgs* args);
|
D | InputDispatcher.cpp | 2337 void InputDispatcher::notifyKey(const NotifyKeyArgs* args) { in notifyKey() 2428 bool InputDispatcher::shouldSendKeyToInputFilterLocked(const NotifyKeyArgs* args) { in shouldSendKeyToInputFilterLocked()
|
D | InputReader.cpp | 186 NotifyKeyArgs args(when, deviceId, source, policyFlags, in synthesizeButtonKey() 2192 NotifyKeyArgs args(when, getDeviceId(), mSource, policyFlags, in processKey() 4002 NotifyKeyArgs args(when, getDeviceId(), AINPUT_SOURCE_KEYBOARD, policyFlags, in dispatchVirtualKey()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 215 List<NotifyKeyArgs> mNotifyKeyArgsQueue; 246 void assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs = NULL) { in assertNotifyKeyWasCalled() 292 virtual void notifyKey(const NotifyKeyArgs* args) { in notifyKey() 1540 NotifyKeyArgs args; in testDPadKeyRotation() 1577 NotifyKeyArgs args; in TEST_F() 1688 NotifyKeyArgs args; in TEST_F() 1801 NotifyKeyArgs args; in TEST_F() 2260 NotifyKeyArgs keyArgs; in TEST_F() 2801 NotifyKeyArgs args; in TEST_F() 2852 NotifyKeyArgs keyArgs; in TEST_F() [all …]
|