Searched refs:NotifySwitchArgs (Results 1 – 6 of 6) sorted by relevance
118 struct NotifySwitchArgs : public NotifyArgs { struct124 inline NotifySwitchArgs() { } in NotifySwitchArgs() argument126 NotifySwitchArgs(nsecs_t eventTime, uint32_t policyFlags,129 NotifySwitchArgs(const NotifySwitchArgs& other);131 virtual ~NotifySwitchArgs() { } in ~NotifySwitchArgs() argument167 virtual void notifySwitch(const NotifySwitchArgs* args) = 0;186 virtual void notifySwitch(const NotifySwitchArgs* args);
106 NotifySwitchArgs::NotifySwitchArgs(nsecs_t eventTime, uint32_t policyFlags, in NotifySwitchArgs() function in android::NotifySwitchArgs112 NotifySwitchArgs::NotifySwitchArgs(const NotifySwitchArgs& other) : in NotifySwitchArgs() function in android::NotifySwitchArgs117 void NotifySwitchArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()163 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch()164 mArgsQueue.push(new NotifySwitchArgs(*args)); in notifySwitch()
384 virtual void notifySwitch(const NotifySwitchArgs* args);
2566 void InputDispatcher::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch()
2039 NotifySwitchArgs args(when, 0, updatedSwitchValues, mUpdatedSwitchMask); in sync()
239 List<NotifySwitchArgs> mNotifySwitchArgsQueue;296 void assertNotifySwitchWasCalled(NotifySwitchArgs* outEventArgs = NULL) { in assertNotifySwitchWasCalled()322 virtual void notifySwitch(const NotifySwitchArgs* args) { in notifySwitch()1564 NotifySwitchArgs args; in TEST_F()