Lines Matching refs:outEventArgs
266 NotifyConfigurationChangedArgs* outEventArgs = NULL) { in assertNotifyConfigurationChangedWasCalled() argument
269 if (outEventArgs) { in assertNotifyConfigurationChangedWasCalled()
270 *outEventArgs = *mNotifyConfigurationChangedArgsQueue.begin(); in assertNotifyConfigurationChangedWasCalled()
281 NotifyDeviceResetArgs* outEventArgs = NULL) { in assertNotifyDeviceResetWasCalled() argument
284 if (outEventArgs) { in assertNotifyDeviceResetWasCalled()
285 *outEventArgs = *mNotifyDeviceResetArgsQueue.begin(); in assertNotifyDeviceResetWasCalled()
295 void assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs = NULL) { in assertNotifyKeyWasCalled() argument
298 if (outEventArgs) { in assertNotifyKeyWasCalled()
299 *outEventArgs = *mNotifyKeyArgsQueue.begin(); in assertNotifyKeyWasCalled()
309 void assertNotifyMotionWasCalled(NotifyMotionArgs* outEventArgs = NULL) { in assertNotifyMotionWasCalled() argument
312 if (outEventArgs) { in assertNotifyMotionWasCalled()
313 *outEventArgs = *mNotifyMotionArgsQueue.begin(); in assertNotifyMotionWasCalled()
323 void assertNotifySwitchWasCalled(NotifySwitchArgs* outEventArgs = NULL) { in assertNotifySwitchWasCalled() argument
326 if (outEventArgs) { in assertNotifySwitchWasCalled()
327 *outEventArgs = *mNotifySwitchArgsQueue.begin(); in assertNotifySwitchWasCalled()