Home
last modified time | relevance | path

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

/device/asus/fugu/libaudio/
DAudioHardwareOutput.cpp412 sp<AudioOutput>* newOutput) { in obtainOutput() argument
432 *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 …]
DAudioStreamOut.cpp517 sp<AudioOutput> newOutput; in updateTargetOutputs() local
520 res = mOwnerHAL.obtainOutput(*this, mask, &newOutput); in updateTargetOutputs()
534 if (newOutput != NULL) { in updateTargetOutputs()
541 mPhysOutputs.push_back(newOutput); in updateTargetOutputs()
DAudioHardwareOutput.h59 sp<AudioOutput>* newOutput);