Home
last modified time | relevance | path

Searched refs:newOutput (Results 1 – 3 of 3) sorted by relevance

/device/asus/fugu/libaudio/
DAudioHardwareOutput.cpp411 sp<AudioOutput>* newOutput) { in obtainOutput() argument
431 *newOutput = new HDMIAudioOutput(); in obtainOutput()
440 if (*newOutput == NULL) in obtainOutput()
443 status_t res = (*newOutput)->setupForStream(tgtStream); in obtainOutput()
447 *newOutput = NULL; in obtainOutput()
450 tgtStream.getName(), (*newOutput)->getOutputName()); in obtainOutput()
451 mPhysOutputs.push_back(*newOutput); in obtainOutput()
455 (*newOutput)->setVolume(mSettings.masterVolume); in obtainOutput()
456 (*newOutput)->setMute(mSettings.masterMute); in obtainOutput()
457 (*newOutput)->setExternalDelay_uSec(S->delayCompUsec); in obtainOutput()
[all …]
DAudioStreamOut.cpp507 sp<AudioOutput> newOutput; in updateTargetOutputs() local
510 res = mOwnerHAL.obtainOutput(*this, mask, &newOutput); in updateTargetOutputs()
524 if (newOutput != NULL) { in updateTargetOutputs()
531 mPhysOutputs.push_back(newOutput); in updateTargetOutputs()
DAudioHardwareOutput.h59 sp<AudioOutput>* newOutput);