HomeSort by relevance Sort by last modified time
    Searched refs:NotifySwitchArgs (Results 1 - 6 of 6) sorted by null

  /frameworks/base/services/input/
InputListener.h 115 struct NotifySwitchArgs : public NotifyArgs {
121 inline NotifySwitchArgs() { }
123 NotifySwitchArgs(nsecs_t eventTime, uint32_t policyFlags,
126 NotifySwitchArgs(const NotifySwitchArgs& other);
128 virtual ~NotifySwitchArgs() { }
164 virtual void notifySwitch(const NotifySwitchArgs* args) = 0;
183 virtual void notifySwitch(const NotifySwitchArgs* args);
InputListener.cpp 103 // --- NotifySwitchArgs ---
105 NotifySwitchArgs::NotifySwitchArgs(nsecs_t eventTime, uint32_t policyFlags,
111 NotifySwitchArgs::NotifySwitchArgs(const NotifySwitchArgs& other) :
116 void NotifySwitchArgs::notify(const sp<InputListenerInterface>& listener) const {
162 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) {
163 mArgsQueue.push(new NotifySwitchArgs(*args));
InputDispatcher.h 378 virtual void notifySwitch(const NotifySwitchArgs* args);
    [all...]
InputDispatcher.cpp     [all...]
InputReader.cpp     [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 192 List<NotifySwitchArgs> mNotifySwitchArgsQueue;
249 void assertNotifySwitchWasCalled(NotifySwitchArgs* outEventArgs = NULL) {
275 virtual void notifySwitch(const NotifySwitchArgs* args) {
    [all...]

Completed in 120 milliseconds