Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp1129 sp<AudioCommand> command2 = mAudioCommands[i]; in insertCommand_l() local
1131 if (command2->mTime <= command->mTime) break; in insertCommand_l()
1137 if ((command2->mCommand != CREATE_AUDIO_PATCH) && in insertCommand_l()
1138 (command2->mCommand != RELEASE_AUDIO_PATCH)) { in insertCommand_l()
1141 } else if (command2->mCommand != command->mCommand) continue; in insertCommand_l()
1146 ParametersData *data2 = (ParametersData *)command2->mParam.get(); in insertCommand_l()
1170 removedCommands.add(command2); in insertCommand_l()
1174 command->mTime = command2->mTime; in insertCommand_l()
1182 VolumeData *data2 = (VolumeData *)command2->mParam.get(); in insertCommand_l()
1187 removedCommands.add(command2); in insertCommand_l()
[all …]