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

/frameworks/native/services/inputflinger/
H A DInputListener.h118 struct NotifySwitchArgs : public NotifyArgs { struct in namespace:android
124 inline NotifySwitchArgs() { } function in struct:android::NotifySwitchArgs
126 NotifySwitchArgs(nsecs_t eventTime, uint32_t policyFlags,
129 NotifySwitchArgs(const NotifySwitchArgs& other);
131 virtual ~NotifySwitchArgs() { }
167 virtual void notifySwitch(const NotifySwitchArgs* args) = 0;
186 virtual void notifySwitch(const NotifySwitchArgs* args);
H A DInputListener.cpp104 // --- NotifySwitchArgs ---
106 NotifySwitchArgs::NotifySwitchArgs(nsecs_t eventTime, uint32_t policyFlags, function in class:android::NotifySwitchArgs
112 NotifySwitchArgs::NotifySwitchArgs(const NotifySwitchArgs& other) : function in class:android::NotifySwitchArgs
117 void NotifySwitchArgs::notify(const sp<InputListenerInterface>& listener) const {
163 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) {
164 mArgsQueue.push(new NotifySwitchArgs(*args));
H A DInputDispatcher.h384 virtual void notifySwitch(const NotifySwitchArgs* args);
H A DInputDispatcher.cpp2565 void InputDispatcher::notifySwitch(const NotifySwitchArgs* args) {
H A DInputReader.cpp1980 NotifySwitchArgs args(when, 0, updatedSwitchValues, mUpdatedSwitchMask);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp216 List<NotifySwitchArgs> mNotifySwitchArgsQueue;
273 void assertNotifySwitchWasCalled(NotifySwitchArgs* outEventArgs = NULL) {
299 virtual void notifySwitch(const NotifySwitchArgs* args) {
1528 NotifySwitchArgs args;

Completed in 187 milliseconds