Searched refs:mOutput2 (Results 1 – 3 of 3) sorted by relevance
227 mOutput1(0), mOutput2(0), mDirectOpenCount(0), in SwAudioOutputDescriptor()255 return (audio_devices_t)(mOutput1->mDevice | mOutput2->mDevice); in device()265 return mOutput1->sharesHwModuleWith(outputDesc) || mOutput2->sharesHwModuleWith(outputDesc); in sharesHwModuleWith()277 return (audio_devices_t)(mOutput1->supportedDevices() | mOutput2->supportedDevices()); in supportedDevices()286 return (mOutput1->mLatency > mOutput2->mLatency) ? mOutput1->mLatency : mOutput2->mLatency; in latency()298 mOutput2->changeRefCount(stream, delta); in changeRefCount()459 status = mOutput2->start(); in start()479 mOutput2->stop(); in stop()527 mOutput2 = output2; in openDuplicating()
108 virtual bool isDuplicated() const { return (mOutput1 != NULL && mOutput2 != NULL); } in isDuplicated()111 virtual sp<AudioOutputDescriptor> subOutput2() { return mOutput2; } in subOutput2()146 sp<SwAudioOutputDescriptor> mOutput2; // used by duplicated outputs: second output variable
4596 dupOutputDesc->mOutput2 == outputDesc)) { in loadConfig()4599 outputDesc2 = dupOutputDesc->mOutput2; in loadConfig()