Searched refs:removedCommands (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/
H A DAudioPolicyService.cpp771 Vector < sp<AudioCommand> > removedCommands; local
822 removedCommands.add(command2);
839 removedCommands.add(command2);
883 removedCommands.add(command2);
898 for (size_t j = 0; j < removedCommands.size(); j++) {
901 if (mAudioCommands[k].get() == removedCommands[j].get()) {
908 removedCommands.clear();

Completed in 281 milliseconds