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() { }
163 virtual void notifyKey(const NotifyKeyArgs* args) = 0;
182 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.h376 virtual void notifyKey(const NotifyKeyArgs* args);
907 bool shouldSendKeyToInputFilterLocked(const NotifyKeyArgs* args);
H A DInputDispatcher.cpp2346 void InputDispatcher::notifyKey(const NotifyKeyArgs* args) {
2424 bool InputDispatcher::shouldSendKeyToInputFilterLocked(const NotifyKeyArgs* args) {
H A DInputReader.cpp186 NotifyKeyArgs args(when, deviceId, source, policyFlags,
2164 NotifyKeyArgs args(when, getDeviceId(), mSource, policyFlags,
3881 NotifyKeyArgs args(when, getDeviceId(), AINPUT_SOURCE_KEYBOARD, policyFlags,
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp205 List<NotifyKeyArgs> mNotifyKeyArgsQueue;
236 void assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs = NULL) {
282 virtual void notifyKey(const NotifyKeyArgs* args) {
1520 NotifyKeyArgs args;
1557 NotifyKeyArgs args;
1668 NotifyKeyArgs args;
1781 NotifyKeyArgs args;
2240 NotifyKeyArgs keyArgs;
2761 NotifyKeyArgs args;
2812 NotifyKeyArgs keyArg
[all...]

Completed in 98 milliseconds