Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp209 DeviceVector sinkDevices; in refreshSupportedDevices() local
221 sinkDevices.add(sinkDevice); in refreshSupportedDevices()
223 stream->setSupportedDevices(sinkDevices); in refreshSupportedDevices()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp3855 DeviceVector sinkDevices = in connectAudioSource() local
3857 ALOG_ASSERT(!sinkDevices.isEmpty(), "connectAudioSource(): no device found for attributes"); in connectAudioSource()
3858 sp<DeviceDescriptor> sinkDevice = sinkDevices.itemAt(0); in connectAudioSource()
3888 ALOGV("%s no output for device %08x", __FUNCTION__, sinkDevices.types()); in connectAudioSource()
3893 ALOGV("%s output for device %08x is duplicated", __FUNCTION__, sinkDevices.types()); in connectAudioSource()