Searched refs:srcDeviceDesc (Results 1 – 1 of 1) sorted by relevance
3023 sp<DeviceDescriptor> srcDeviceDesc = in createAudioPatch() local3025 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() local3374 if (srcDeviceDesc == 0) { in startAudioSource()3379 new AudioSourceDescriptor(srcDeviceDesc, attributes, uid); in startAudioSource()3402 sp<DeviceDescriptor> srcDeviceDesc = sourceDesc->mDevice; in connectAudioSource() local3411 if (srcDeviceDesc->getAudioPort()->mModule->getHandle() == in connectAudioSource()[all …]