Lines Matching refs:command2
1619 sp<AudioCommand> command2 = mAudioCommands[i]; in insertCommand_l() local
1621 if (command2->mTime <= command->mTime) break; in insertCommand_l()
1627 if ((command2->mCommand != CREATE_AUDIO_PATCH) && in insertCommand_l()
1628 (command2->mCommand != RELEASE_AUDIO_PATCH)) { in insertCommand_l()
1631 } else if (command2->mCommand != command->mCommand) continue; in insertCommand_l()
1636 ParametersData *data2 = (ParametersData *)command2->mParam.get(); in insertCommand_l()
1660 removedCommands.add(command2); in insertCommand_l()
1664 command->mTime = command2->mTime; in insertCommand_l()
1672 VolumeData *data2 = (VolumeData *)command2->mParam.get(); in insertCommand_l()
1677 removedCommands.add(command2); in insertCommand_l()
1678 command->mTime = command2->mTime; in insertCommand_l()
1686 VoiceVolumeData *data2 = (VoiceVolumeData *)command2->mParam.get(); in insertCommand_l()
1689 removedCommands.add(command2); in insertCommand_l()
1690 command->mTime = command2->mTime; in insertCommand_l()
1709 if (command2->mCommand == CREATE_AUDIO_PATCH) { in insertCommand_l()
1710 handle2 = ((CreateAudioPatchData *)command2->mParam.get())->mHandle; in insertCommand_l()
1711 patch2 = ((CreateAudioPatchData *)command2->mParam.get())->mPatch; in insertCommand_l()
1713 handle2 = ((ReleaseAudioPatchData *)command2->mParam.get())->mHandle; in insertCommand_l()
1720 (command2->mCommand == CREATE_AUDIO_PATCH) ) { in insertCommand_l()
1735 removedCommands.add(command2); in insertCommand_l()
1736 command->mTime = command2->mTime; in insertCommand_l()