Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2595 sp<DeviceDescriptor> sinkDeviceDesc = in createAudioPatch() local
2597 if (sinkDeviceDesc == 0) { in createAudioPatch()
2600 sinkDeviceDesc->toAudioPortConfig(&newPatch.sinks[i], &patch->sinks[i]); in createAudioPatch()
2605 if ((srcDeviceDesc->getModuleHandle() != sinkDeviceDesc->getModuleHandle()) || in createAudioPatch()
2612 getOutputsForDevice(sinkDeviceDesc->type(), mOutputs); in createAudioPatch()
2961 sp<DeviceDescriptor> sinkDeviceDesc = in connectAudioSource() local
2968 sinkDeviceDesc->getAudioPort()->mModule->getHandle() && in connectAudioSource()