Home
last modified time | relevance | path

Searched refs:mOutput1 (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h261 bool isDuplicated() const { return (mOutput1 != NULL && mOutput2 != NULL); } in isDuplicated()
282 AudioOutputDescriptor *mOutput1; // used by duplicated outputs: first output variable
/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp1990 dupOutputDesc->mOutput1 = mOutputs.valueFor(mPrimaryOutput); in checkOutputsForDevice()
2256 (dupOutputDesc->mOutput1 == outputDesc || in closeOutput()
2259 if (dupOutputDesc->mOutput1 == outputDesc) { in closeOutput()
2262 outputDesc2 = dupOutputDesc->mOutput1; in closeOutput()
2837 muteWaitMs = setOutputDevice(outputDesc->mOutput1->mId, device, force, delayMs); in setOutputDevice()
3478 mOutput1(0), mOutput2(0), mProfile(profile), mDirectOpenCount(0) in AudioOutputDescriptor()
3501 return (audio_devices_t)(mOutput1->mDevice | mOutput2->mDevice); in device()
3510 return (mOutput1->mLatency > mOutput2->mLatency) ? mOutput1->mLatency : mOutput2->mLatency; in latency()
3520 return mOutput1->sharesHwModuleWith(outputDesc) || mOutput2->sharesHwModuleWith(outputDesc); in sharesHwModuleWith()
3522 return sharesHwModuleWith(outputDesc->mOutput1) || sharesHwModuleWith(outputDesc->mOutput2); in sharesHwModuleWith()
[all …]