Searched refs:removedCommands (Results 1 – 1 of 1) sorted by relevance
1609 Vector < sp<AudioCommand> > removedCommands; in insertCommand_l() local1660 removedCommands.add(command2); in insertCommand_l()1677 removedCommands.add(command2); in insertCommand_l()1689 removedCommands.add(command2); in insertCommand_l()1735 removedCommands.add(command2); in insertCommand_l()1756 for (size_t j = 0; j < removedCommands.size(); j++) { in insertCommand_l()1759 if (mAudioCommands[k].get() == removedCommands[j].get()) { in insertCommand_l()1766 removedCommands.clear(); in insertCommand_l()