Searched refs:NotifySwitchArgs (Results 1 – 5 of 5) sorted by relevance
125 struct NotifySwitchArgs : public NotifyArgs { struct131 inline NotifySwitchArgs() { } in NotifySwitchArgs() argument133 NotifySwitchArgs(nsecs_t eventTime, uint32_t policyFlags,136 NotifySwitchArgs(const NotifySwitchArgs& other);138 virtual ~NotifySwitchArgs() { } in ~NotifySwitchArgs() argument174 virtual void notifySwitch(const NotifySwitchArgs* args) = 0;193 virtual void notifySwitch(const NotifySwitchArgs* args);
109 NotifySwitchArgs::NotifySwitchArgs(nsecs_t eventTime, uint32_t policyFlags, in NotifySwitchArgs() function in android::NotifySwitchArgs115 NotifySwitchArgs::NotifySwitchArgs(const NotifySwitchArgs& other) : in NotifySwitchArgs() function in android::NotifySwitchArgs120 void NotifySwitchArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()166 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch()167 mArgsQueue.push(new NotifySwitchArgs(*args)); in notifySwitch()
383 virtual void notifySwitch(const NotifySwitchArgs* args);
2613 void InputDispatcher::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch()
256 List<NotifySwitchArgs> mNotifySwitchArgsQueue;323 void assertNotifySwitchWasCalled(NotifySwitchArgs* outEventArgs = NULL) { in assertNotifySwitchWasCalled()349 virtual void notifySwitch(const NotifySwitchArgs* args) { in notifySwitch()1697 NotifySwitchArgs args; in TEST_F()