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

/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp907 AudioCommand *command2 = mAudioCommands[i]; local
909 if (command2->mTime <= command->mTime) break;
910 if (command2->mCommand != command->mCommand) continue;
915 ParametersData *data2 = (ParametersData *)command2->mParam;
939 removedCommands.add(command2);
943 time = command2->mTime;
948 VolumeData *data2 = (VolumeData *)command2->mParam;
953 removedCommands.add(command2);
954 time = command2->mTime;

Completed in 145 milliseconds