Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioOutputDescriptor.cpp277 mOutput1(0), mOutput2(0), mDirectOpenCount(0), in SwAudioOutputDescriptor()
295 DeviceVector devices = mOutput1->devices(); in devices()
306 return mOutput1->sharesHwModuleWith(outputDesc) || mOutput2->sharesHwModuleWith(outputDesc); in sharesHwModuleWith()
318 DeviceVector supportedDevices = mOutput1->supportedDevices(); in supportedDevices()
344 return (mOutput1->devicesSupportEncodedFormats(deviceTypes) in devicesSupportEncodedFormats()
354 return (mOutput1->mLatency > mOutput2->mLatency) ? mOutput1->mLatency : mOutput2->mLatency; in latency()
364 mOutput1->setClientActive(client, active); in setClientActive()
536 status_t status = mOutput1->start(); in start()
542 mOutput1->stop(); in start()
559 mOutput1->stop(); in stop()
[all …]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioOutputDescriptor.h335 virtual bool isDuplicated() const { return (mOutput1 != NULL && mOutput2 != NULL); } in isDuplicated()
337 sp<SwAudioOutputDescriptor> subOutput1() { return mOutput1; } in subOutput1()
404 sp<SwAudioOutputDescriptor> mOutput1; // used by duplicated outputs: first output variable
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp4972 (dupOutput->mOutput1 == closingOutput || dupOutput->mOutput2 == closingOutput)) { in closeOutput()
4974 dupOutput->mOutput1 == closingOutput ? dupOutput->mOutput2 : dupOutput->mOutput1; in closeOutput()