Searched refs:NotifyArgs (Results 1 – 2 of 2) sorted by relevance
30 struct NotifyArgs { struct31 virtual ~NotifyArgs() { } in ~NotifyArgs() argument38 struct NotifyConfigurationChangedArgs : public NotifyArgs {54 struct NotifyKeyArgs : public NotifyArgs {81 struct NotifyMotionArgs : public NotifyArgs {125 struct NotifySwitchArgs : public NotifyArgs {146 struct NotifyDeviceResetArgs : public NotifyArgs {200 Vector<NotifyArgs*> mArgsQueue;
177 NotifyArgs* args = mArgsQueue[i]; in flush()