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.cpp228 DeviceVector sinkDevices; in refreshSupportedDevices() local
240 sinkDevices.add(sinkDevice); in refreshSupportedDevices()
242 stream->setSupportedDevices(sinkDevices); in refreshSupportedDevices()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5835 DeviceVector sinkDevices = in connectAudioSource() local
5837 ALOG_ASSERT(!sinkDevices.isEmpty(), "connectAudioSource(): no device found for attributes"); in connectAudioSource()
5838 sp<DeviceDescriptor> sinkDevice = sinkDevices.itemAt(0); in connectAudioSource()