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 {118 struct NotifySwitchArgs : public NotifyArgs {139 struct NotifyDeviceResetArgs : public NotifyArgs {193 Vector<NotifyArgs*> mArgsQueue;
174 NotifyArgs* args = mArgsQueue[i]; in flush()