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

/frameworks/base/services/input/
H A DInputListener.h115 struct NotifySwitchArgs : public NotifyArgs { struct in namespace:android
121 inline NotifySwitchArgs() { } function in struct:android::NotifySwitchArgs
123 NotifySwitchArgs(nsecs_t eventTime, uint32_t policyFlags,
126 NotifySwitchArgs(const NotifySwitchArgs& other);
128 virtual ~NotifySwitchArgs() { }
164 virtual void notifySwitch(const NotifySwitchArgs* args) = 0;
183 virtual void notifySwitch(const NotifySwitchArgs* args);
H A DInputListener.cpp103 // --- NotifySwitchArgs ---
105 NotifySwitchArgs::NotifySwitchArgs(nsecs_t eventTime, uint32_t policyFlags, function in class:android::NotifySwitchArgs
111 NotifySwitchArgs::NotifySwitchArgs(const NotifySwitchArgs& other) : function in class:android::NotifySwitchArgs
116 void NotifySwitchArgs::notify(const sp<InputListenerInterface>& listener) const {
162 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) {
163 mArgsQueue.push(new NotifySwitchArgs(*args));

Completed in 582 milliseconds