Searched refs:sinkDevices (Results 1 – 2 of 2) sorted by relevance
228 DeviceVector sinkDevices; in refreshSupportedDevices() local240 sinkDevices.add(sinkDevice); in refreshSupportedDevices()242 stream->setSupportedDevices(sinkDevices); in refreshSupportedDevices()
5835 DeviceVector sinkDevices = in connectAudioSource() local5837 ALOG_ASSERT(!sinkDevices.isEmpty(), "connectAudioSource(): no device found for attributes"); in connectAudioSource()5838 sp<DeviceDescriptor> sinkDevice = sinkDevices.itemAt(0); in connectAudioSource()