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

/frameworks/base/libs/audioflinger/
H A DAudioPolicyService.cpp822 Vector <AudioCommand *> removedCommands; local
864 removedCommands.add(command2);
876 removedCommands.add(command2);
886 for (size_t j = 0; j < removedCommands.size(); j++) {
889 if (mAudioCommands[k] == removedCommands[j]) {
896 removedCommands.clear();

Completed in 369 milliseconds