Searched refs:sinkDevices (Results 1 – 2 of 2) sorted by relevance
216 DeviceVector sinkDevices; in refreshSupportedDevices() local228 sinkDevices.add(sinkDevice); in refreshSupportedDevices()230 stream->setSupportedDevices(sinkDevices); in refreshSupportedDevices()
4433 DeviceVector sinkDevices = in connectAudioSource() local4435 ALOG_ASSERT(!sinkDevices.isEmpty(), "connectAudioSource(): no device found for attributes"); in connectAudioSource()4436 sp<DeviceDescriptor> sinkDevice = sinkDevices.itemAt(0); in connectAudioSource()