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

/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp854 Vector < sp<AudioCommand> > removedCommands; local
905 removedCommands.add(command2);
922 removedCommands.add(command2);
934 removedCommands.add(command2);
979 removedCommands.add(command2);
1002 for (size_t j = 0; j < removedCommands.size(); j++) {
1005 if (mAudioCommands[k].get() == removedCommands[j].get()) {
1012 removedCommands.clear();

Completed in 118 milliseconds