Searched refs:mOutput2 (Results 1 – 3 of 3) sorted by relevance
228 mOutput1(0), mOutput2(0), mDirectOpenCount(0), mGlobalRefCount(0) in SwAudioOutputDescriptor()262 return (audio_devices_t)(mOutput1->mDevice | mOutput2->mDevice); in device()272 return mOutput1->sharesHwModuleWith(outputDesc) || mOutput2->sharesHwModuleWith(outputDesc); in sharesHwModuleWith()284 return (audio_devices_t)(mOutput1->supportedDevices() | mOutput2->supportedDevices()); in supportedDevices()293 return (mOutput1->mLatency > mOutput2->mLatency) ? mOutput1->mLatency : mOutput2->mLatency; in latency()305 mOutput2->changeRefCount(stream, delta); in changeRefCount()
103 virtual bool isDuplicated() const { return (mOutput1 != NULL && mOutput2 != NULL); } in isDuplicated()106 virtual sp<AudioOutputDescriptor> subOutput2() { return mOutput2; } in subOutput2()124 sp<SwAudioOutputDescriptor> mOutput2; // used by duplicated outputs: second output variable
3352 dupOutputDesc->mOutput2 = desc; in checkOutputsForDevice()3666 dupOutputDesc->mOutput2 == outputDesc)) { in closeOutput()3669 outputDesc2 = dupOutputDesc->mOutput2; in closeOutput()