Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp2187 Vector < sp<AudioCommand> > removedCommands; in insertCommand_l() local
2238 removedCommands.add(command2); in insertCommand_l()
2255 removedCommands.add(command2); in insertCommand_l()
2267 removedCommands.add(command2); in insertCommand_l()
2313 removedCommands.add(command2); in insertCommand_l()
2338 for (size_t j = 0; j < removedCommands.size(); j++) { in insertCommand_l()
2341 if (mAudioCommands[k].get() == removedCommands[j].get()) { in insertCommand_l()
2348 removedCommands.clear(); in insertCommand_l()