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

/frameworks/native/services/inputflinger/
H A DInputListener.h125 struct NotifySwitchArgs : public NotifyArgs { struct in namespace:android
131 inline NotifySwitchArgs() { } function in struct:android::NotifySwitchArgs
133 NotifySwitchArgs(nsecs_t eventTime, uint32_t policyFlags,
136 NotifySwitchArgs(const NotifySwitchArgs& other);
138 virtual ~NotifySwitchArgs() { }
174 virtual void notifySwitch(const NotifySwitchArgs* args) = 0;
193 virtual void notifySwitch(const NotifySwitchArgs* args);
H A DInputListener.cpp107 // --- NotifySwitchArgs ---
109 NotifySwitchArgs::NotifySwitchArgs(nsecs_t eventTime, uint32_t policyFlags, function in class:android::NotifySwitchArgs
115 NotifySwitchArgs::NotifySwitchArgs(const NotifySwitchArgs& other) : function in class:android::NotifySwitchArgs
120 void NotifySwitchArgs::notify(const sp<InputListenerInterface>& listener) const {
166 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) {
167 mArgsQueue.push(new NotifySwitchArgs(*args));

Completed in 61 milliseconds