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

/frameworks/av/services/audiopolicy/
H A DAudioPolicyService.cpp781 sp<AudioCommand> command2 = mAudioCommands[i]; local
783 if (command2->mTime <= command->mTime) break;
789 if ((command2->mCommand != CREATE_AUDIO_PATCH) &&
790 (command2->mCommand != RELEASE_AUDIO_PATCH)) {
793 } else if (command2->mCommand != command->mCommand) continue;
798 ParametersData *data2 = (ParametersData *)command2->mParam.get();
822 removedCommands.add(command2);
826 command->mTime = command2->mTime;
834 VolumeData *data2 = (VolumeData *)command2->mParam.get();
839 removedCommands.add(command2);
[all...]

Completed in 35 milliseconds