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

/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp897 AudioCommand *command2 = mAudioCommands[i]; local
899 if (command2->mTime <= command->mTime) break;
900 if (command2->mCommand != command->mCommand) continue;
905 ParametersData *data2 = (ParametersData *)command2->mParam;
929 removedCommands.add(command2);
933 time = command2->mTime;
938 VolumeData *data2 = (VolumeData *)command2->mParam;
943 removedCommands.add(command2);
944 time = command2->mTime;

Completed in 235 milliseconds