Searched refs:removedCommands (Results 1 – 1 of 1) sorted by relevance
1687 Vector < sp<AudioCommand> > removedCommands; in insertCommand_l() local1738 removedCommands.add(command2); in insertCommand_l()1755 removedCommands.add(command2); in insertCommand_l()1767 removedCommands.add(command2); in insertCommand_l()1813 removedCommands.add(command2); in insertCommand_l()1834 for (size_t j = 0; j < removedCommands.size(); j++) { in insertCommand_l()1837 if (mAudioCommands[k].get() == removedCommands[j].get()) { in insertCommand_l()1844 removedCommands.clear(); in insertCommand_l()