Searched refs:removedCommands (Results 1 – 1 of 1) sorted by relevance
1525 Vector < sp<AudioCommand> > removedCommands; in insertCommand_l() local1576 removedCommands.add(command2); in insertCommand_l()1593 removedCommands.add(command2); in insertCommand_l()1605 removedCommands.add(command2); in insertCommand_l()1651 removedCommands.add(command2); in insertCommand_l()1672 for (size_t j = 0; j < removedCommands.size(); j++) { in insertCommand_l()1675 if (mAudioCommands[k].get() == removedCommands[j].get()) { in insertCommand_l()1682 removedCommands.clear(); in insertCommand_l()