Searched refs:mOutput1 (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()297 mOutput1->changeRefCount(stream, delta); in changeRefCount()455 status_t status = mOutput1->start(); in start()461 mOutput1->stop(); in start()478 mOutput1->stop(); in stop()526 mOutput1 = output1; in openDuplicating()
108 virtual bool isDuplicated() const { return (mOutput1 != NULL && mOutput2 != NULL); } in isDuplicated()110 virtual sp<AudioOutputDescriptor> subOutput1() { return mOutput1; } in subOutput1()145 sp<SwAudioOutputDescriptor> mOutput1; // used by duplicated outputs: first output variable
4595 (dupOutputDesc->mOutput1 == outputDesc || in loadConfig()4598 if (dupOutputDesc->mOutput1 == outputDesc) { in loadConfig()4601 outputDesc2 = dupOutputDesc->mOutput1; in loadConfig()