Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp841 Vector < sp<AudioCommand> > removedCommands; in insertCommand_l() local
892 removedCommands.add(command2); in insertCommand_l()
909 removedCommands.add(command2); in insertCommand_l()
954 removedCommands.add(command2); in insertCommand_l()
973 for (size_t j = 0; j < removedCommands.size(); j++) { in insertCommand_l()
976 if (mAudioCommands[k].get() == removedCommands[j].get()) { in insertCommand_l()
983 removedCommands.clear(); in insertCommand_l()