Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp3023 sp<DeviceDescriptor> srcDeviceDesc = in createAudioPatch() local
3025 if (srcDeviceDesc == 0) { in createAudioPatch()
3032 srcDeviceDesc->toAudioPortConfig(&newPatch.sources[0], &patch->sources[0]); in createAudioPatch()
3050 if (!srcDeviceDesc->hasSameHwModuleAs(sinkDeviceDesc) || in createAudioPatch()
3051 (srcDeviceDesc->mModule->getHalVersionMajor() < 3)) { in createAudioPatch()
3371 sp<DeviceDescriptor> srcDeviceDesc = in startAudioSource() local
3374 if (srcDeviceDesc == 0) { in startAudioSource()
3379 new AudioSourceDescriptor(srcDeviceDesc, attributes, uid); in startAudioSource()
3402 sp<DeviceDescriptor> srcDeviceDesc = sourceDesc->mDevice; in connectAudioSource() local
3411 if (srcDeviceDesc->getAudioPort()->mModule->getHandle() == in connectAudioSource()
[all …]