Lines Matching refs:mOutput1
3280 dupOutputDesc->mOutput1 = mOutputs.valueFor(mPrimaryOutput); in checkOutputsForDevice()
3573 (dupOutputDesc->mOutput1 == outputDesc || in closeOutput()
3576 if (dupOutputDesc->mOutput1 == outputDesc) { in closeOutput()
3579 outputDesc2 = dupOutputDesc->mOutput1; in closeOutput()
4327 muteWaitMs = setOutputDevice(outputDesc->mOutput1->mIoHandle, device, force, delayMs); in setOutputDevice()
5239 mOutput1(0), mOutput2(0), mProfile(profile), mDirectOpenCount(0) in AudioOutputDescriptor()
5265 return (audio_devices_t)(mOutput1->mDevice | mOutput2->mDevice); in device()
5274 return (mOutput1->mLatency > mOutput2->mLatency) ? mOutput1->mLatency : mOutput2->mLatency; in latency()
5284 return mOutput1->sharesHwModuleWith(outputDesc) || mOutput2->sharesHwModuleWith(outputDesc); in sharesHwModuleWith()
5286 return sharesHwModuleWith(outputDesc->mOutput1) || sharesHwModuleWith(outputDesc->mOutput2); in sharesHwModuleWith()
5297 mOutput1->changeRefCount(stream, delta); in changeRefCount()
5313 return (audio_devices_t)(mOutput1->supportedDevices() | mOutput2->supportedDevices()); in supportedDevices()