Searched refs:sinkDevices (Results 1 – 2 of 2) sorted by relevance
209 DeviceVector sinkDevices; in refreshSupportedDevices() local221 sinkDevices.add(sinkDevice); in refreshSupportedDevices()223 stream->setSupportedDevices(sinkDevices); in refreshSupportedDevices()
3855 DeviceVector sinkDevices = in connectAudioSource() local3857 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()