Home
last modified time | relevance | path

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

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