Searched refs:NotifySwitchArgs (Results 1 – 6 of 6) sorted by relevance
116 struct NotifySwitchArgs : public NotifyArgs { struct122 inline NotifySwitchArgs() { } in NotifySwitchArgs() argument124 NotifySwitchArgs(nsecs_t eventTime, uint32_t policyFlags,127 NotifySwitchArgs(const NotifySwitchArgs& other);129 virtual ~NotifySwitchArgs() { } in ~NotifySwitchArgs() argument165 virtual void notifySwitch(const NotifySwitchArgs* args) = 0;184 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()
378 virtual void notifySwitch(const NotifySwitchArgs* args);
2510 void InputDispatcher::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch()
1855 NotifySwitchArgs args(when, 0, updatedSwitchValues, mUpdatedSwitchMask); in sync()
217 List<NotifySwitchArgs> mNotifySwitchArgsQueue;274 void assertNotifySwitchWasCalled(NotifySwitchArgs* outEventArgs = NULL) { in assertNotifySwitchWasCalled()300 virtual void notifySwitch(const NotifySwitchArgs* args) { in notifySwitch()1520 NotifySwitchArgs args; in TEST_F()