Searched refs:mArgsQueue (Results 1 – 2 of 2) sorted by relevance
320 size_t count = mArgsQueue.size(); in ~QueuedInputListener()322 delete mArgsQueue[i]; in ~QueuedInputListener()329 mArgsQueue.push_back(new NotifyConfigurationChangedArgs(*args)); in notifyConfigurationChanged()334 mArgsQueue.push_back(new NotifyKeyArgs(*args)); in notifyKey()339 mArgsQueue.push_back(new NotifyMotionArgs(*args)); in notifyMotion()344 mArgsQueue.push_back(new NotifySwitchArgs(*args)); in notifySwitch()349 mArgsQueue.push_back(new NotifySensorArgs(*args)); in notifySensor()354 mArgsQueue.push_back(new NotifyVibratorStateArgs(*args)); in notifyVibratorState()359 mArgsQueue.push_back(new NotifyDeviceResetArgs(*args)); in notifyDeviceReset()364 mArgsQueue.push_back(new NotifyPointerCaptureChangedArgs(*args)); in notifyPointerCaptureChanged()[all …]
291 std::vector<NotifyArgs*> mArgsQueue; variable