Searched refs:scanChannel (Results 1 – 2 of 2) sorted by relevance
360 for (ScanChannel scanChannel : mScanChannelList) { in scanChannels()361 int frequency = scanChannel.frequency; in scanChannels()362 String modulation = scanChannel.modulation; in scanChannels()365 TsStreamer streamer = getStreamer(scanChannel.type); in scanChannels()367 if (streamer != null && streamer.startStream(scanChannel)) { in scanChannels()379 addChannelsWithoutVct(scanChannel); in scanChannels()397 private void addChannelsWithoutVct(ScanChannel scanChannel) { in addChannelsWithoutVct() argument398 if (scanChannel.radioFrequencyNumber == null in addChannelsWithoutVct()406 tunerChannel.setFrequency(scanChannel.frequency); in addChannelsWithoutVct()407 tunerChannel.setModulation(scanChannel.modulation); in addChannelsWithoutVct()[all …]
65 return scanChannel(); in onCreateView()173 private List<Channel> scanChannel() { in scanChannel() method in ChannelScanFragment