Searched refs:sinkDevices (Results 1 – 2 of 2) sorted by relevance
206 DeviceVector sinkDevices; in refreshSupportedDevices() local218 sinkDevices.add(sinkDevice); in refreshSupportedDevices()220 stream->setSupportedDevices(sinkDevices); in refreshSupportedDevices()
3983 DeviceVector sinkDevices = in connectAudioSource() local3985 ALOG_ASSERT(!sinkDevices.isEmpty(), "connectAudioSource(): no device found for attributes"); in connectAudioSource()3986 sp<DeviceDescriptor> sinkDevice = sinkDevices.itemAt(0); in connectAudioSource()