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

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp2384 sp<DeviceDescriptor> sinkDeviceDesc = local
2386 if (sinkDeviceDesc == 0) {
2389 sinkDeviceDesc->toAudioPortConfig(&newPatch.sinks[i], &patch->sinks[i]);
2394 if ((srcDeviceDesc->getModuleHandle() != sinkDeviceDesc->getModuleHandle()) ||
2401 getOutputsForDevice(sinkDeviceDesc->type(), mOutputs);

Completed in 177 milliseconds