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.cpp216 DeviceVector sinkDevices; in refreshSupportedDevices() local
228 sinkDevices.add(sinkDevice); in refreshSupportedDevices()
230 stream->setSupportedDevices(sinkDevices); in refreshSupportedDevices()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp4433 DeviceVector sinkDevices = in connectAudioSource() local
4435 ALOG_ASSERT(!sinkDevices.isEmpty(), "connectAudioSource(): no device found for attributes"); in connectAudioSource()
4436 sp<DeviceDescriptor> sinkDevice = sinkDevices.itemAt(0); in connectAudioSource()