Searched refs:NotifyKeyArgs (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputListener.h54 struct NotifyKeyArgs : public NotifyArgs { struct in namespace:android
66 inline NotifyKeyArgs() { } function in struct:android::NotifyKeyArgs
68 NotifyKeyArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags,
72 NotifyKeyArgs(const NotifyKeyArgs& other);
74 virtual ~NotifyKeyArgs() { }
165 virtual void notifyKey(const NotifyKeyArgs* args) = 0;
184 virtual void notifyKey(const NotifyKeyArgs* args);
H A DInputListener.cpp43 // --- NotifyKeyArgs ---
45 NotifyKeyArgs::NotifyKeyArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source, function in class:android::NotifyKeyArgs
54 NotifyKeyArgs::NotifyKeyArgs(const NotifyKeyArgs& other) : function in class:android::NotifyKeyArgs
62 void NotifyKeyArgs::notify(const sp<InputListenerInterface>& listener) const {
155 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) {
156 mArgsQueue.push(new NotifyKeyArgs(*args));
H A DInputDispatcher.h382 virtual void notifyKey(const NotifyKeyArgs* args);
943 bool shouldSendKeyToInputFilterLocked(const NotifyKeyArgs* args);
H A DInputDispatcher.cpp2390 void InputDispatcher::notifyKey(const NotifyKeyArgs* args) {
2481 bool InputDispatcher::shouldSendKeyToInputFilterLocked(const NotifyKeyArgs* args) {
H A DInputReader.cpp201 NotifyKeyArgs args(when, deviceId, source, policyFlags,
2320 NotifyKeyArgs args(when, getDeviceId(), mSource, policyFlags,
4470 NotifyKeyArgs args(when, getDeviceId(), AINPUT_SOURCE_KEYBOARD, policyFlags,
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp214 List<NotifyKeyArgs> mNotifyKeyArgsQueue;
245 void assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs = NULL) {
291 virtual void notifyKey(const NotifyKeyArgs* args) {
1548 NotifyKeyArgs args;
1585 NotifyKeyArgs args;
1696 NotifyKeyArgs args;
1809 NotifyKeyArgs args;
2268 NotifyKeyArgs keyArgs;
2809 NotifyKeyArgs args;
2860 NotifyKeyArgs keyArg
[all...]

Completed in 170 milliseconds