Searched refs:deviceInfoList (Results 1 – 3 of 3) sorted by relevance
51 List<DvbDeviceInfoWrapper> deviceInfoList = mDvbDeviceAccessor.getDvbDeviceList(); in openFirstAvailable() local52 if (deviceInfoList == null || deviceInfoList.isEmpty()) { in openFirstAvailable()57 for (DvbDeviceInfoWrapper deviceInfo : deviceInfoList) { in openFirstAvailable()87 List<DvbDeviceInfoWrapper> deviceInfoList = mDvbDeviceAccessor.getDvbDeviceList(); in open() local88 if (deviceInfoList == null || deviceInfoList.isEmpty()) { in open()92 for (DvbDeviceInfoWrapper deviceInfoWrapper : deviceInfoList) { in open()
1942 List<AudioDeviceInfo> deviceInfoList = new ArrayList<>(devices.size()); in convertInputDevicesToDeviceInfos() local1947 deviceInfoList.add(info); in convertInputDevicesToDeviceInfos()1950 return deviceInfoList; in convertInputDevicesToDeviceInfos()
737 List<HalAudioDeviceInfo> deviceInfoList = List.of(musicDeviceInfo, navDeviceInfo); in onAudioPortsChanged_withDeviceAddressInZone() local740 .that(mTestAudioZone.onAudioPortsChanged(deviceInfoList)) in onAudioPortsChanged_withDeviceAddressInZone()741 .hasSize(deviceInfoList.size()); in onAudioPortsChanged_withDeviceAddressInZone()