Searched defs:NotifySwitchArgs (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputListener.h116 struct NotifySwitchArgs : public NotifyArgs { struct in namespace:android
122 inline NotifySwitchArgs() { } function in struct:android::NotifySwitchArgs
124 NotifySwitchArgs(nsecs_t eventTime, uint32_t policyFlags,
127 NotifySwitchArgs(const NotifySwitchArgs& other);
129 virtual ~NotifySwitchArgs() { }
165 virtual void notifySwitch(const NotifySwitchArgs* args) = 0;
184 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));

Completed in 51 milliseconds