Home
last modified time | relevance | path

Searched refs:NotifySwitchArgs (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/
DInputListener.h125 struct NotifySwitchArgs : public NotifyArgs { struct
131 inline NotifySwitchArgs() { } in NotifySwitchArgs() argument
133 NotifySwitchArgs(nsecs_t eventTime, uint32_t policyFlags,
136 NotifySwitchArgs(const NotifySwitchArgs& other);
138 virtual ~NotifySwitchArgs() { } in ~NotifySwitchArgs() argument
174 virtual void notifySwitch(const NotifySwitchArgs* args) = 0;
193 virtual void notifySwitch(const NotifySwitchArgs* args);
DInputListener.cpp109 NotifySwitchArgs::NotifySwitchArgs(nsecs_t eventTime, uint32_t policyFlags, in NotifySwitchArgs() function in android::NotifySwitchArgs
115 NotifySwitchArgs::NotifySwitchArgs(const NotifySwitchArgs& other) : in NotifySwitchArgs() function in android::NotifySwitchArgs
120 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()
DInputDispatcher.h383 virtual void notifySwitch(const NotifySwitchArgs* args);
DInputDispatcher.cpp2613 void InputDispatcher::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp256 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()