Searched refs:mChannelHelper (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/ |
H A D | ScanScheduleUtilFilterTest.java | 48 private ChannelHelper mChannelHelper; field in ScanScheduleUtilFilterTest 52 mChannelHelper = new PresetKnownBandsChannelHelper( in setUp() 67 assertTrue(ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in reportFullResultTrueForBandsWithNoBucketInfo() 133 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataEmptyWithNoBucketInfo() 145 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSingleNotMatchingWithNoBucketInfo() 157 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSingleNotMatchingWithDefinitlyScannedBucketIndex() 169 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSingleNotMatchingWithBucketDefinitlyScanned() 181 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSingleMatchingWithNoBucketInfo() 194 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSingleMatchingWithBucketDefinitlyNotScanned() 207 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSinglePartialMatchingWithNoBucketInfo() [all …]
|
H A D | KnownBandsChannelHelperTest.java | 65 KnownBandsChannelHelper mChannelHelper; field in KnownBandsChannelHelperTest.EstimateScanDurationTest 73 mChannelHelper = new PresetKnownBandsChannelHelper( in setUp() 90 mChannelHelper.estimateScanDuration(testSettings)); in fewChannels() 102 mChannelHelper.estimateScanDuration(testSettings)); in band() 112 KnownBandsChannelHelper mChannelHelper; field in KnownBandsChannelHelperTest.GetAvailableScanChannelsTest 120 mChannelHelper = new PresetKnownBandsChannelHelper( in setUp() 130 mChannelHelper.getAvailableScanChannels(band); in testBand() 212 KnownBandsChannelHelper mChannelHelper; field in KnownBandsChannelHelperTest.SettingsContainChannelTest 220 mChannelHelper = new PresetKnownBandsChannelHelper( in setUp() 249 assertTrue(mChannelHelper.settingsContainChannel(testSettings, 2412)); in settingsWithChannels() [all …]
|
H A D | BackgroundScanSchedulerTest.java | 61 private KnownBandsChannelHelper mChannelHelper; field in BackgroundScanSchedulerTest 66 mChannelHelper = new PresetKnownBandsChannelHelper( in setUp() 72 mScheduler = new BackgroundScanScheduler(mChannelHelper); in setUp() 482 KnownBandsChannelCollection collection = mChannelHelper.createChannelCollection(); in optimalScheduleFullyCollapsesDuplicateChannelsInBand() 596 KnownBandsChannelCollection collection = mChannelHelper.createChannelCollection(); in optimalSchedulePartiallyCollapsesDuplicateChannelsAcrossMultipleBuckets() 645 KnownBandsChannelCollection collection = mChannelHelper.createChannelCollection(); in optimalSchedulePartiallyCollapsesDuplicateChannelsWithSplitBuckets() 658 KnownBandsChannelCollection collection = mChannelHelper.createChannelCollection(); in getAllChannels() 664 KnownBandsChannelCollection collection = mChannelHelper.createChannelCollection(); in getAllChannels() 735 KnownBandsChannelCollection scheduleChannels = mChannelHelper.createChannelCollection(); in assertSettingsSatisfied()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/ |
H A D | HalWifiScannerImpl.java | 43 private final ChannelHelper mChannelHelper; field in HalWifiScannerImpl 50 mChannelHelper = new WificondChannelHelper(wifiNative); in HalWifiScannerImpl() 53 mChannelHelper, looper, clock); in HalWifiScannerImpl() 75 return mChannelHelper; in getChannelHelper()
|
H A D | WificondScannerImpl.java | 69 private final ChannelHelper mChannelHelper; field in WificondScannerImpl 102 mChannelHelper = channelHelper; in WificondScannerImpl() 144 return mChannelHelper; in getChannelHelper() 161 ChannelCollection allFreqs = mChannelHelper.createChannelCollection(); in startSingleScan()
|
H A D | BackgroundScanScheduler.java | 140 mChannelCollection = mChannelHelper.createChannelCollection(); in Bucket() 363 private final ChannelHelper mChannelHelper; field in BackgroundScanScheduler 369 mChannelHelper = channelHelper; in BackgroundScanScheduler() 406 return ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in shouldReportFullScanResultForSettings() 416 return ScanScheduleUtil.filterResultsForSettings(mChannelHelper, scanDatas, settings, in filterResultsForSettings()
|
H A D | WifiScanningServiceImpl.java | 134 if (mChannelHelper == null) return new ChannelSpec[0][0]; in getAvailableChannels() 135 mChannelHelper.updateChannels(); in getAvailableChannels() 136 return mChannelHelper.getAvailableScanChannels(band); in getAvailableChannels() 401 private ChannelHelper mChannelHelper; field in WifiScanningServiceImpl 1255 mChannelHelper.updateChannels(); in tryToStartNewScan() 1264 ChannelCollection channels = mChannelHelper.createChannelCollection(); in tryToStartNewScan() 1357 mChannelHelper, allResults, entry.settings, -1); in reportScanResults() 1505 mChannelHelper = mScannerImpl.getChannelHelper(); in processMessage() 1696 int minSupportedPeriodMs = mChannelHelper.estimateScanDuration(settings); in addBackgroundScanRequest() 1742 mChannelHelper.updateChannels(); in updateSchedule() [all …]
|