Lines Matching refs:command2
1535 sp<AudioCommand> command2 = mAudioCommands[i]; in insertCommand_l() local
1537 if (command2->mTime <= command->mTime) break; in insertCommand_l()
1543 if ((command2->mCommand != CREATE_AUDIO_PATCH) && in insertCommand_l()
1544 (command2->mCommand != RELEASE_AUDIO_PATCH)) { in insertCommand_l()
1547 } else if (command2->mCommand != command->mCommand) continue; in insertCommand_l()
1552 ParametersData *data2 = (ParametersData *)command2->mParam.get(); in insertCommand_l()
1576 removedCommands.add(command2); in insertCommand_l()
1580 command->mTime = command2->mTime; in insertCommand_l()
1588 VolumeData *data2 = (VolumeData *)command2->mParam.get(); in insertCommand_l()
1593 removedCommands.add(command2); in insertCommand_l()
1594 command->mTime = command2->mTime; in insertCommand_l()
1602 VoiceVolumeData *data2 = (VoiceVolumeData *)command2->mParam.get(); in insertCommand_l()
1605 removedCommands.add(command2); in insertCommand_l()
1606 command->mTime = command2->mTime; in insertCommand_l()
1625 if (command2->mCommand == CREATE_AUDIO_PATCH) { in insertCommand_l()
1626 handle2 = ((CreateAudioPatchData *)command2->mParam.get())->mHandle; in insertCommand_l()
1627 patch2 = ((CreateAudioPatchData *)command2->mParam.get())->mPatch; in insertCommand_l()
1629 handle2 = ((ReleaseAudioPatchData *)command2->mParam.get())->mHandle; in insertCommand_l()
1636 (command2->mCommand == CREATE_AUDIO_PATCH) ) { in insertCommand_l()
1651 removedCommands.add(command2); in insertCommand_l()
1652 command->mTime = command2->mTime; in insertCommand_l()