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

/frameworks/base/services/input/
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() { }
162 virtual void notifyKey(const NotifyKeyArgs* args) = 0;
181 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 {
154 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) {
155 mArgsQueue.push(new NotifyKeyArgs(*args));
H A DInputDispatcher.h381 virtual void notifyKey(const NotifyKeyArgs* args);
H A DInputReader.cpp183 NotifyKeyArgs args(when, deviceId, source, policyFlags,
1936 NotifyKeyArgs args(when, getDeviceId(), mSource, policyFlags,
3574 NotifyKeyArgs args(when, getDeviceId(), AINPUT_SOURCE_KEYBOARD, policyFlags,
H A DInputDispatcher.cpp2646 void InputDispatcher::notifyKey(const NotifyKeyArgs* args) {
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp177 List<NotifyKeyArgs> mNotifyKeyArgsQueue;
208 void assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs = NULL) {
254 virtual void notifyKey(const NotifyKeyArgs* args) {
1547 NotifyKeyArgs args;
1579 NotifyKeyArgs args;
1619 NotifyKeyArgs args;
1722 NotifyKeyArgs args;
2178 NotifyKeyArgs keyArgs;
2699 NotifyKeyArgs args;
2750 NotifyKeyArgs keyArg
[all...]

Completed in 622 milliseconds