Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp3040 sp<DeviceDescriptor> sinkDeviceDesc = in createAudioPatch() local
3042 if (sinkDeviceDesc == 0) { in createAudioPatch()
3045 sinkDeviceDesc->toAudioPortConfig(&newPatch.sinks[i], &patch->sinks[i]); in createAudioPatch()
3050 if (!srcDeviceDesc->hasSameHwModuleAs(sinkDeviceDesc) || in createAudioPatch()
3057 getOutputsForDevice(sinkDeviceDesc->type(), mOutputs); in createAudioPatch()
3405 sp<DeviceDescriptor> sinkDeviceDesc = in connectAudioSource() local
3412 sinkDeviceDesc->getAudioPort()->mModule->getHandle() && in connectAudioSource()