Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputListener.h118 struct NotifySwitchArgs : public NotifyArgs { struct
124 inline NotifySwitchArgs() { } in NotifySwitchArgs() argument
126 NotifySwitchArgs(nsecs_t eventTime, uint32_t policyFlags,
129 NotifySwitchArgs(const NotifySwitchArgs& other);
131 virtual ~NotifySwitchArgs() { } in ~NotifySwitchArgs() argument
167 virtual void notifySwitch(const NotifySwitchArgs* args) = 0;
186 virtual void notifySwitch(const NotifySwitchArgs* args);
DInputListener.cpp106 NotifySwitchArgs::NotifySwitchArgs(nsecs_t eventTime, uint32_t policyFlags, in NotifySwitchArgs() function in android::NotifySwitchArgs
112 NotifySwitchArgs::NotifySwitchArgs(const NotifySwitchArgs& other) : in NotifySwitchArgs() function in android::NotifySwitchArgs
117 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()
DInputDispatcher.h384 virtual void notifySwitch(const NotifySwitchArgs* args);
DInputDispatcher.cpp2566 void InputDispatcher::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch()
DInputReader.cpp2039 NotifySwitchArgs args(when, 0, updatedSwitchValues, mUpdatedSwitchMask); in sync()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp239 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()