Searched refs:sinkDevices (Results 1 – 2 of 2) sorted by relevance
218 DeviceVector sinkDevices; in refreshSupportedDevices() local230 sinkDevices.add(sinkDevice); in refreshSupportedDevices()232 stream->setSupportedDevices(sinkDevices); in refreshSupportedDevices()
5023 DeviceVector sinkDevices = in connectAudioSource() local5025 ALOG_ASSERT(!sinkDevices.isEmpty(), "connectAudioSource(): no device found for attributes"); in connectAudioSource()5026 sp<DeviceDescriptor> sinkDevice = sinkDevices.itemAt(0); in connectAudioSource()