Searched refs:newOutput (Results 1 – 3 of 3) sorted by relevance
412 sp<AudioOutput>* newOutput) { in obtainOutput() argument432 *newOutput = new HDMIAudioOutput(); in obtainOutput()441 if (*newOutput == NULL) in obtainOutput()444 status_t res = (*newOutput)->setupForStream(tgtStream); in obtainOutput()448 *newOutput = NULL; in obtainOutput()451 tgtStream.getName(), (*newOutput)->getOutputName()); in obtainOutput()452 mPhysOutputs.push_back(*newOutput); in obtainOutput()456 (*newOutput)->setVolume(mSettings.masterVolume); in obtainOutput()457 (*newOutput)->setMute(mSettings.masterMute); in obtainOutput()458 (*newOutput)->setExternalDelay_uSec(S->delayCompUsec); in obtainOutput()[all …]
517 sp<AudioOutput> newOutput; in updateTargetOutputs() local520 res = mOwnerHAL.obtainOutput(*this, mask, &newOutput); in updateTargetOutputs()534 if (newOutput != NULL) { in updateTargetOutputs()541 mPhysOutputs.push_back(newOutput); in updateTargetOutputs()
59 sp<AudioOutput>* newOutput);