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

  /frameworks/native/services/inputflinger/
InputListener.cpp 104 // --- NotifySwitchArgs ---
106 NotifySwitchArgs::NotifySwitchArgs(nsecs_t eventTime, uint32_t policyFlags,
112 NotifySwitchArgs::NotifySwitchArgs(const NotifySwitchArgs& other) :
117 void NotifySwitchArgs::notify(const sp<InputListenerInterface>& listener) const {
163 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) {
164 mArgsQueue.push(new NotifySwitchArgs(*args));
InputListener.h 118 struct NotifySwitchArgs : public NotifyArgs {
124 inline NotifySwitchArgs() { }
126 NotifySwitchArgs(nsecs_t eventTime, uint32_t policyFlags,
129 NotifySwitchArgs(const NotifySwitchArgs& other);
131 virtual ~NotifySwitchArgs() { }
167 virtual void notifySwitch(const NotifySwitchArgs* args) = 0;
186 virtual void notifySwitch(const NotifySwitchArgs* args);

Completed in 438 milliseconds