Searched defs:srcDeviceDesc (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp2327 sp<DeviceDescriptor> srcDeviceDesc = local
2329 if (srcDeviceDesc == 0) {
2336 srcDeviceDesc->toAudioPortConfig(&newPatch.sources[0], &patch->sources[0]);
2354 if ((srcDeviceDesc->getModuleHandle() != sinkDeviceDesc->getModuleHandle()) ||
2355 (srcDeviceDesc->mModule->mHalVersion < AUDIO_DEVICE_API_VERSION_3_0)) {

Completed in 16 milliseconds