Searched refs:scanChannel (Results 1 – 2 of 2) sorted by relevance
405 for (ScanChannel scanChannel : mScanChannelList) { in scanChannels()406 int frequency = scanChannel.frequency; in scanChannels()407 String modulation = scanChannel.modulation; in scanChannels()410 TsStreamer streamer = getStreamer(scanChannel.type); in scanChannels()412 if (streamer != null && streamer.startStream(scanChannel)) { in scanChannels()428 addChannelsWithoutVct(scanChannel); in scanChannels()464 private void addChannelsWithoutVct(ScanChannel scanChannel) { in addChannelsWithoutVct() argument465 if (scanChannel.radioFrequencyNumber == null in addChannelsWithoutVct()473 tunerChannel.setDeliverySystemType(scanChannel.deliverySystemType); in addChannelsWithoutVct()474 tunerChannel.setFrequency(scanChannel.frequency); in addChannelsWithoutVct()[all …]
65 return scanChannel(); in onCreateView()173 private List<Channel> scanChannel() { in scanChannel() method in ChannelScanFragment