HomeSort by relevance Sort by last modified time
    Searched defs:NotifySwitchArgs (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/input/
InputListener.cpp 103 // --- NotifySwitchArgs ---
105 NotifySwitchArgs::NotifySwitchArgs(nsecs_t eventTime, uint32_t policyFlags,
111 NotifySwitchArgs::NotifySwitchArgs(const NotifySwitchArgs& other) :
116 void NotifySwitchArgs::notify(const sp<InputListenerInterface>& listener) const {
162 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) {
163 mArgsQueue.push(new NotifySwitchArgs(*args));
InputListener.h 115 struct NotifySwitchArgs : public NotifyArgs {
121 inline 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);

Completed in 7178 milliseconds