Searched refs:removedCommands (Results 1 – 1 of 1) sorted by relevance
2187 Vector < sp<AudioCommand> > removedCommands; in insertCommand_l() local2238 removedCommands.add(command2); in insertCommand_l()2255 removedCommands.add(command2); in insertCommand_l()2267 removedCommands.add(command2); in insertCommand_l()2313 removedCommands.add(command2); in insertCommand_l()2338 for (size_t j = 0; j < removedCommands.size(); j++) { in insertCommand_l()2341 if (mAudioCommands[k].get() == removedCommands[j].get()) { in insertCommand_l()2348 removedCommands.clear(); in insertCommand_l()