Lines Matching refs:command2

2197         sp<AudioCommand> command2 = mAudioCommands[i];  in insertCommand_l()  local
2199 if (command2->mTime <= command->mTime) break; in insertCommand_l()
2205 if ((command2->mCommand != CREATE_AUDIO_PATCH) && in insertCommand_l()
2206 (command2->mCommand != RELEASE_AUDIO_PATCH)) { in insertCommand_l()
2209 } else if (command2->mCommand != command->mCommand) continue; in insertCommand_l()
2214 ParametersData *data2 = (ParametersData *)command2->mParam.get(); in insertCommand_l()
2238 removedCommands.add(command2); in insertCommand_l()
2242 command->mTime = command2->mTime; in insertCommand_l()
2250 VolumeData *data2 = (VolumeData *)command2->mParam.get(); in insertCommand_l()
2255 removedCommands.add(command2); in insertCommand_l()
2256 command->mTime = command2->mTime; in insertCommand_l()
2264 VoiceVolumeData *data2 = (VoiceVolumeData *)command2->mParam.get(); in insertCommand_l()
2267 removedCommands.add(command2); in insertCommand_l()
2268 command->mTime = command2->mTime; in insertCommand_l()
2287 if (command2->mCommand == CREATE_AUDIO_PATCH) { in insertCommand_l()
2288 handle2 = ((CreateAudioPatchData *)command2->mParam.get())->mHandle; in insertCommand_l()
2289 patch2 = ((CreateAudioPatchData *)command2->mParam.get())->mPatch; in insertCommand_l()
2291 handle2 = ((ReleaseAudioPatchData *)command2->mParam.get())->mHandle; in insertCommand_l()
2298 (command2->mCommand == CREATE_AUDIO_PATCH) ) { in insertCommand_l()
2313 removedCommands.add(command2); in insertCommand_l()
2314 command->mTime = command2->mTime; in insertCommand_l()