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

/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp885 Vector <AudioCommand *> removedCommands; local
929 removedCommands.add(command2);
943 removedCommands.add(command2);
954 for (size_t j = 0; j < removedCommands.size(); j++) {
957 if (mAudioCommands[k] == removedCommands[j]) {
964 removedCommands.clear();

Completed in 9 milliseconds