/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A D | KernelCpuUidFreqTimeReaderTest.java | 104 final long[][] freqs = { in testReadFreqs_perClusterTimesNotAvailable() local 133 final long[][] freqs = { in testReadFreqs_perClusterTimesAvailable() local 161 final long[] freqs = {110, 123, 145, 167, 289, 997}; in testReadDelta() local 213 final long[] freqs = {110, 123, 145, 167, 289, 997}; in testReadAbsolute() local 242 final long[] freqs = {110, 123, 145, 167, 289, 997}; in testReadDeltaWrongData() local 296 private void setFreqs(long[] freqs) throws IOException { in setFreqs() 304 private void setFreqsAndData(long[] freqs, long[][] times) throws IOException { in setFreqsAndData() 326 private String freqsLine(long[] freqs) { in freqsLine() 414 public void setFreqs(long[] freqs) { in setFreqs()
|
H A D | BatteryStatsCpuTimesTest.java | 124 final long[] freqs = {1, 12, 123, 12, 1234}; in testUpdateCpuTimeLocked() local 627 final long[] freqs = {1, 12, 123, 12, 1234}; in testReadKernelUidCpuFreqTimesLocked_perClusterTimesAvailable() local 737 final long[] freqs = {1, 12, 123, 12, 1234}; in testReadKernelUidCpuFreqTimesLocked_partialTimers() local
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | ScoredNetworkNominatorTest.java | 147 int[] freqs = {2470}; in testUpdate_recommendationsDisabled() local 171 int[] freqs = {2470}; in testUpdate_emptyScanList() local 189 int[] freqs = {2470, 2437}; in testUpdate_allNetworksUnscored() local 216 int[] freqs = {2470, 2437}; in testUpdate_oneScored_oneUnscored() local 261 int[] freqs = {2470, 2437}; in testUpdate_externalScorerNotPermittedToSeeScanResults() local 284 int[] freqs = {2470, 2437}; in testUpdate_externalScorerNotPermittedToSeeScanResultsWithException() local 311 int[] freqs = {2470, 2437}; in testEvaluateNetworks_newEphemeralNetworkMustBeReportedAsConnectable() local 346 int[] freqs = {2470, 2437}; in testEvaluateNetworks_noEphemeralNetworkWhenUntrustedNetworksNotAllowed() local 378 int[] freqs = {5200}; in testEvaluateNetworks_chooseSavedNetworkWithExternalScore() local 410 int[] freqs = {2470, 2437}; in testEvaluateNetworks_nullScoredNetworks() local
|
H A D | SavedNetworkNominatorTest.java | 123 int[] freqs = {2470, 2437}; in ignoreNetworksIfUseExternalScores() local 150 int[] freqs = {2470}; in ignoreNetworkIfSimIsAbsentForEapSimNetwork() local 176 int[] freqs = {2470, 2437}; in ignoreEphemeralNetworks() local 204 int[] freqs = {2470, 2437}; in ignoreNetworksIfAutojoinNotAllowed() local 236 int[] freqs = {2470, 2437}; in returnNoCandidateIfNoNetworksAllowAutojoin() local 284 int[] freqs = {2470}; in testIgnoreNetworksIfMeteredAndFromNonDataSim() local 312 int[] freqs = {2470}; in testIgnoreNetworksFromAppIfNoImsiProtection() local 347 int[] freqs = {2470}; in testIgnoreOpenNetworkWithSameNetworkSuggestionHasSecureNetworkFromSameCarrier() local
|
H A D | WifiNetworkSelectorTest.java | 364 int[] freqs = new int[0]; in emptyScanResults() local 397 int[] freqs = {2437, 5180}; in verifyMinimumRssiThreshold() local 430 int[] freqs = {2437, 5180}; in verifyMinimumTimeGapWhenConnected() local 478 int[] freqs = {2437, 5180}; in verifyNoMinimumTimeGapWhenDisconnected() local 527 int[] freqs = {5180}; in lowRssi5GNetworkIsNotSufficient() local 582 int[] freqs = {5180}; in noInternetAccessNetworkIsNotSufficient() local 678 int[] freqs = {5180}; in filterOutBlocklistedBssid() local 1843 int[] freqs = {5180}; in filterMboApAdvertisingAssociationDisallowedAttr() local 1949 int[] freqs = {5180}; in networkSelectionPerformedWhenAnyCmmIsNotSufficient() local 2010 int[] freqs = {5180}; in networkSelectionNotPerformedWhenAllCmmIsSufficient() local [all …]
|
H A D | NetworkSuggestionNominatorTest.java | 100 int[] freqs = {2470, 2437}; in testSelectNetworkSuggestionForNoMatch() local 142 int[] freqs = {2470, 2437}; in testSelectNetworkSuggestionForOneMatch() local 181 int[] freqs = {2470}; in testSelectNetworkSuggestionForOneMatchWithInsecureEnterpriseSuggestion() local 228 int[] freqs = {2470, 2437}; in testSelectNetworkSuggestionForMultipleMatch() local 273 int[] freqs = {2470, 2437}; in testSelectNetworkSuggestionForMultipleMatchHighPriorityWins() local 367 int[] freqs = {2470, 2437}; in testSelectNetworkSuggestionForMultipleMatchWithMultipleSuggestions() local 469 int[] freqs = {2470, 2437}; in testSelectNetworkSuggestionForOneMatchButInToWifiConfigManager() local 519 int[] freqs = {2470, 2437}; in testSelectNetworkSuggestionForOneMatchForExistingNetwork() local 587 int[] freqs = {2470, 2437}; in testSelectNetworkSuggestionForOneMatchButUserForgotTheNetwork() local 922 int[] freqs = {2470}; in testSelectNetworkSuggestionForOneMatchCarrierNetworkWithNoSim() local [all …]
|
H A D | WifiNetworkSelectorTestUtil.java | 92 String[] bssids, int[] freqs, String[] caps, int[] levels, int[] securities, in setupScanDetailsAndConfigStore() 104 String[] bssids, int[] freqs, String[] caps, int[] levels, in setupScanDetailsAndConfigStore() 136 String[] bssids, int[] freqs, int[] levels, in setupScanDetailsAndConfigForEapSimNetwork() 210 public static List<ScanDetail> buildScanDetails(String[] ssids, String[] bssids, int[] freqs, in buildScanDetails() 237 String[] bssids, int[] freqs, in buildScanDetailsWithNetworkDetails()
|
H A D | ScanResults.java | 116 private static ScanDetail[] generateNativeResults(boolean needIE, int seed, int... freqs) { in generateNativeResults() 149 public static ScanDetail[] generateNativeResults(int seed, int... freqs) { in generateNativeResults() 157 public static ScanResults create(int id, int bandScanned, int... freqs) { in create()
|
H A D | ScanTestUtil.java | 303 private static ScanData createScanData(int[] freqs, int bucketsScanned, int bandScanned) { in createScanData() 311 private static ScanData createScanData(int[] freqs, int bucketsScanned) { in createScanData() 316 int[][] freqs, int[] bucketsScanned, int[] bandsScanned) { in createScanDatas() 326 public static ScanData[] createScanDatas(int[][] freqs, int[] bucketsScanned) { in createScanDatas() 335 public static ScanData[] createScanDatas(int[][] freqs) { in createScanDatas()
|
H A D | WifiConnectivityManagerTest.java | 4119 List<List<Integer>> freqs = linkScoreCardFreqsToNetwork(configuration1, configuration2); in testFetchChannelSetForPartialScanMaxCount() local 4138 List<List<Integer>> freqs = linkScoreCardFreqsToNetwork(configuration); in testFetchChannelSetForNetwork() local 4161 Set<Integer> freqs = mWifiConnectivityManager.fetchChannelSetForNetworkForPartialScan( in testFetchChannelSetForNetworkIncludeCurrentNetwork() local 4185 List<List<Integer>> freqs = linkScoreCardFreqsToNetwork(configuration); in testFetchChannelSetForNetworkIsLimitedToConfiguredSize() local
|
/aosp12/frameworks/base/core/jni/ |
H A D | com_android_internal_os_KernelCpuBpfTracking.cpp | 32 auto freqs = android::bpf::getCpuFreqs(); in KernelCpuBpfTracking_getFreqsInternal() local 47 auto freqs = android::bpf::getCpuFreqs(); in KernelCpuBpfTracking_getFreqsClustersInternal() local
|
/aosp12/system/connectivity/wificond/scanning/ |
H A D | scanner_impl.cpp | 177 vector<uint32_t> freqs; in scan() local 211 vector<uint32_t>* freqs, in ParsePnoSettings() 283 vector<uint32_t> freqs; in StartPnoScanDefault() local
|
H A D | scan_utils.cpp | 283 const vector<uint32_t>& freqs, in Scan() 417 const std::vector<uint32_t>& freqs, in StartScheduledScan()
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | HeavyHitterSketch.java | 73 List<T> getTopHeavyHitters(int k, @Nullable List<T> holder, @Nullable List<Float> freqs); in getTopHeavyHitters() 253 final @Nullable List<Float> freqs) { in getTopHeavyHitters()
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | KernelCpuBpfTracking.java | 59 long[] freqs = getFreqsInternal(); in getFreqs() local
|
/aosp12/frameworks/base/core/java/android/hardware/ |
H A D | ConsumerIrManager.java | 139 int[] freqs = mService.getCarrierFrequencies(); in getCarrierFrequencies() local
|
/aosp12/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
H A D | HeavyHitterSketchTest.java | 79 final List<Float> freqs = new ArrayList<>(); in getTopHeavyHitters() local
|
/aosp12/frameworks/native/libs/cputimeinstate/ |
H A D | cputimeinstate.cpp | 113 std::vector<uint32_t> freqs; in initGlobals() local 183 auto freqs = getCpuFreqs(); in isTrackingUidTimesSupported() local
|
H A D | testtimeinstate.cpp | 551 auto freqs = getCpuFreqs(); in TEST() local
|
/aosp12/hardware/interfaces/broadcastradio/2.0/vts/functional/ |
H A D | VtsHalBroadcastradioV2_0TargetTest.cpp | 452 auto freqs = utils::getAllIds(infoCb.selector, IdentifierType::AMFM_FREQUENCY); in TEST_P() local 528 auto freqs = utils::getAllIds(infoCb.selector, IdentifierType::DAB_FREQUENCY); in TEST_P() local
|
/aosp12/system/extras/cpustats/ |
H A D | cpustats.c | 46 struct freq_info* freqs; member
|
/aosp12/frameworks/base/wifi/java/src/android/net/wifi/nl80211/ |
H A D | WifiNl80211Manager.java | 984 @Nullable Set<Integer> freqs, @Nullable List<byte[]> hiddenNetworkSSIDs) { in startScan() 1011 public boolean startScan(@NonNull String ifaceName, @WifiAnnotations.ScanType int scanType, in startScan()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/ |
H A D | WificondScannerImpl.java | 186 Set<Integer> freqs = Collections.emptySet(); in startSingleScan() local
|
/aosp12/system/connectivity/wificond/net/ |
H A D | netlink_manager.cpp | 695 vector<uint32_t> freqs; in OnScanResultsReady() local
|
H A D | netlink_utils.cpp | 486 vector<NL80211NestedAttr> freqs; in handleBandFreqAttributes() local
|