Home
last modified time | relevance | path

Searched defs:freqs (Results 1 – 25 of 220) sorted by relevance

123456789

/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSelectorTest.java547 int[] freqs = new int[0]; in emptyScanResults() local
581 int[] freqs = {2437, 5180}; in verifyMinimumRssiThreshold() local
617 int[] freqs = {2437, 5180}; in verifyMinimumTimeGapWhenConnected() local
670 int[] freqs = {2437, 5180}; in verifyNoMinimumTimeGapWhenDisconnected() local
721 int[] freqs = {5180}; in lowRssi5GNetworkIsNotSufficient() local
781 int[] freqs = {5180}; in noInternetAccessNetworkIsNotSufficient() local
843 int[] freqs = {2437, 2457}; in updateConfiguredNetworks() local
885 int[] freqs = {5180}; in filterOutBlocklistedBssid() local
921 int[] freqs = {5180}; in filterOutAdminAllowlistRestrictedSsid() local
959 int[] freqs = {5180}; in filterOutAdminDenylistRestrictedSsid() local
[all …]
DNetworkSuggestionNominatorTest.java119 int[] freqs = {2470, 2437}; in testSelectNetworkSuggestionForNoMatch() local
162 int[] freqs = {2470, 2437}; in testSelectNetworkSuggestionForOneMatch() local
202 int[] freqs = {2470}; in testSelectNetworkSuggestionForOneMatchWithInsecureEnterpriseSuggestion() local
250 int[] freqs = {2470, 2437}; in testSelectNetworkSuggestionForMultipleMatch() local
296 int[] freqs = {2470, 2437}; in testSelectNetworkSuggestionForMultipleMatchHighPriorityWins() local
343 int[] freqs = {2470, 2437, 2470, 2437}; in testSelectNetworkSuggestionForMultipleMatchHighPriorityFromEachPriorityGroupWins() local
392 int[] freqs = {2470, 2437}; in testSelectNetworkSuggestionForMultipleMatchWithMultipleSuggestions() local
446 int[] freqs = {2470, 2437, 2470, 2437}; in testSelectNetworkSuggestionForMultipleMatchWithMultipleSuggestionsHighPriorityWins() local
496 int[] freqs = {2470, 2437}; in testSelectNetworkSuggestionForOneMatchButInToWifiConfigManager() local
547 int[] freqs = {2470, 2437}; in testSelectNetworkSuggestionForOneMatchForExistingNetwork() local
[all …]
DSavedNetworkNominatorTest.java134 int[] freqs = {2470, 2437}; in ignoreNetworksIfUseExternalScores() local
162 int[] freqs = {2470}; in ignoreNetworkIfSimIsAbsentForEapSimNetwork() local
190 int[] freqs = {2470, 2437}; in ignoreEphemeralNetworks() local
220 int[] freqs = {2470, 2437}; in ignoreNetworksIfAutojoinNotAllowed() local
256 int[] freqs = {2470, 2437}; in returnNoCandidateIfNoNetworksAllowAutojoin() local
306 int[] freqs = {2470}; in testIgnoreNetworksIfMeteredAndFromNonDataSim() local
336 int[] freqs = {2470}; in testIgnoreNetworksFromAppIfNoImsiProtection() local
381 int[] freqs = {2470}; in testAllowNetworksIfOobPseudonymEnabledForImsiProtection() local
413 int[] freqs = {2470}; in testIgnoreNetworksIfOobPseudonymEnabledButNotAvailableForImsiProtection() local
445 int[] freqs = {2470}; in testIgnoreOpenNetworkWithSameNetworkSuggestionHasSecureNetworkFromSameCarrier() local
[all …]
DWifiNetworkSelectorTestUtil.java98 String[] bssids, int[] freqs, String[] caps, int[] levels, int[] securities, in setupScanDetailsAndConfigStore()
110 String[] bssids, int[] freqs, String[] caps, int[] levels, in setupScanDetailsAndConfigStore()
142 String[] bssids, int[] freqs, int[] levels, in setupScanDetailsAndConfigForEapSimNetwork()
216 public static List<ScanDetail> buildScanDetails(String[] ssids, String[] bssids, int[] freqs, in buildScanDetails()
243 String[] bssids, int[] freqs, in buildScanDetailsWithNetworkDetails()
DScanTestUtil.java321 private static ScanData createScanData(int[] freqs, int bucketsScanned, int bandScanned) { in createScanData()
329 private static ScanData createScanData(int[] freqs, int bucketsScanned) { in createScanData()
334 int[][] freqs, int[] bucketsScanned, int[] bandsScanned) { in createScanDatas()
344 public static ScanData[] createScanDatas(int[][] freqs, int[] bucketsScanned) { in createScanDatas()
353 public static ScanData[] createScanDatas(int[][] freqs) { in createScanDatas()
DScanResults.java116 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()
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Di915_pm_rps.c87 static void read_freqs(int *freqs) in read_freqs()
116 int freqs[NUMFREQ]; in wait_freq_settle() local
154 static void check_freq_constraints(const int *freqs) in check_freq_constraints()
167 static void dump(const int *freqs) in dump()
335 int freqs[NUMFREQ]; in get_hw_rounded_freq() local
452 int freqs[NUMFREQ]; in basic_check() local
463 int freqs[NUMFREQ]; in idle_check() local
487 int freqs[NUMFREQ]; in loaded_check() local
511 int freqs[NUMFREQ]; in stabilize_check() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DKernelCpuUidFreqTimeReaderTest.java110 final long[] freqs = {110, 123, 145, 167, 289, 997}; in testReadDelta() local
160 final long[] freqs = {110, 123, 145, 167, 289, 997}; in testReadAbsolute() local
187 final long[] freqs = {110, 123, 145, 167, 289, 997}; in testReadDeltaWrongData() local
241 private void setFreqs(long[] freqs) throws IOException { in setFreqs()
249 private void setFreqsAndData(long[] freqs, long[][] times) throws IOException { in setFreqsAndData()
271 private String freqsLine(long[] freqs) { in freqsLine()
359 public void setFreqs(long[] freqs) { in setFreqs()
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DQuantumDecoder.cpp131 UInt16 *freqs = &Freqs[i]; in Decode() local
159 UInt16 *freqs = &Freqs[i]; in Decode() local
171 UInt16 *freqs = &Freqs[i]; in Decode() local
188 UInt16 *freqs = &Freqs[1]; in Decode() local
207 UInt16 *freqs = Freqs; in Init() local
H A DLzfseDecoder.cpp295 static UInt32 SumFreqs(const UInt16 *freqs, unsigned num) in SumFreqs()
316 static Z7_FORCE_INLINE void InitLitTable(const UInt16 *freqs, UInt32 *table) in InitLitTable()
377 const UInt16 *freqs, in InitExtraDecoderTable()
545 UInt16 freqs[NUM_SYMBOLS]; in DecodeLzfse() local
H A DDeflateEncoder.cpp473 NO_INLINE void CCoder::LevelTableDummy(const Byte *levels, unsigned numLevels, UInt32 *freqs) in LevelTableDummy()
613 static NO_INLINE UInt32 Huffman_GetPrice(const UInt32 *freqs, const Byte *lens, UInt32 num) in Huffman_GetPrice()
622 static NO_INLINE UInt32 Huffman_GetPrice_Spec(const UInt32 *freqs, const Byte *lens, UInt32 num, co… in Huffman_GetPrice_Spec()
/aosp_15_r20/cts/tests/tests/hardware/src/android/hardware/consumerir/cts/
H A DConsumerIrTest.java66 ConsumerIrManager.CarrierFrequencyRange[] freqs = mCIR.getCarrierFrequencies(); in test_getCarrierFrequencies() local
81 ConsumerIrManager.CarrierFrequencyRange[] freqs = mCIR.getCarrierFrequencies(); in test_timing() local
115 ConsumerIrManager.CarrierFrequencyRange[] freqs = mCIR.getCarrierFrequencies(); in test_transmit() local
/aosp_15_r20/external/zstd/lib/dictBuilder/
H A Dfastcover.c135 U32 *freqs; member
157 U32 *freqs, U32 begin, U32 end, in FASTCOVER_selectSegment()
284 FASTCOVER_computeFrequency(U32* freqs, const FASTCOVER_ctx_t* ctx) in FASTCOVER_computeFrequency()
401 U32* freqs, in FASTCOVER_buildDictionary()
486 U32* freqs = (U32*) malloc(((U64)1 << ctx->f) * sizeof(U32)); in FASTCOVER_tryParameters() local
H A Dcover.c230 U32 *freqs; member
415 static COVER_segment_t COVER_selectSegment(const COVER_ctx_t *ctx, U32 *freqs, in COVER_selectSegment()
686 static size_t COVER_buildDictionary(const COVER_ctx_t *ctx, U32 *freqs, in COVER_buildDictionary()
1093 U32* const freqs = (U32*)malloc(ctx->suffixSize * sizeof(U32)); in COVER_tryParameters() local
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Dbgscan_learn.c215 int *freqs = NULL, *n; in bgscan_learn_get_freqs() local
236 int *freqs, size_t count) in bgscan_learn_get_probe_freq()
275 int *freqs = NULL; in bgscan_learn_timeout() local
356 int i, j, *freqs = NULL, *n; in bgscan_learn_get_supp_freqs() local
H A Drrm.c477 int *freqs) in wpas_add_channel()
507 int *freqs, *next_freq; in wpas_add_channels() local
598 int *freqs = NULL, *new_freqs; in wpas_channel_report_freqs() local
660 int *freqs = NULL, *ext_freqs = NULL; in wpas_beacon_request_freqs() local
H A Dp2p_supplicant.c189 int *freqs; in wpas_p2p_num_unused_channels() local
215 struct wpa_used_freq_data *freqs; in wpas_p2p_valid_oper_freqs() local
3118 struct wpa_used_freq_data *freqs, in wpas_p2p_pick_best_used_freq()
3224 struct wpa_used_freq_data *freqs; in wpas_invitation_process() local
5414 struct wpa_used_freq_data *freqs; in wpas_check_freq_conflict() local
5714 int freqs[2] = { 0, 0 }; in wpas_p2p_join_scan_req() local
5932 struct wpa_used_freq_data *freqs; in wpas_p2p_setup_freqs() local
6525 const int freqs[] = { in wpas_p2p_select_go_freq() local
6688 struct wpa_used_freq_data *freqs; in wpas_p2p_init_go_params() local
8598 struct wpa_used_freq_data *freqs = NULL; in wpas_p2p_update_channel_list() local
[all …]
/aosp_15_r20/system/connectivity/wificond/scanning/
Dscanner_impl.cpp200 vector<uint32_t> freqs; in scanRequest() local
248 vector<uint32_t>* freqs, in ParsePnoSettings()
334 vector<uint32_t> freqs; in StartPnoScanDefault() local
Dscan_utils.cpp283 const vector<uint32_t>& freqs, in Scan()
424 const std::vector<uint32_t>& freqs, in StartScheduledScan()
/aosp_15_r20/frameworks/base/core/jni/
H A Dcom_android_internal_os_KernelCpuBpfTracking.cpp32 auto freqs = android::bpf::getCpuFreqs(); in KernelCpuBpfTracking_getFreqsInternal() local
47 auto freqs = android::bpf::getCpuFreqs(); in KernelCpuBpfTracking_getFreqsClustersInternal() local
/aosp_15_r20/external/perfetto/src/traced/probes/common/
H A Dcpu_freq_info.cc34 void ReadAndAppendFreqs(std::set<CpuAndFreq>* freqs, in ReadAndAppendFreqs()
55 std::set<CpuAndFreq> freqs; local
H A Dcpu_freq_info_unittest.cc37 std::vector<uint32_t> freqs; in FreqsToVector() local
/aosp_15_r20/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
H A DWifiNl80211Manager.java1079 @Nullable Set<Integer> freqs, @Nullable List<byte[]> hiddenNetworkSSIDs) { in startScan()
1088 @SuppressLint("NullableCollection") @Nullable Set<Integer> freqs, in startScan()
1132 @SuppressLint("NullableCollection") @Nullable Set<Integer> freqs, in startScan2()
1155 @SuppressLint("NullableCollection") @Nullable Set<Integer> freqs, in createSingleScanSettings()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/
H A DHeavyHitterSketch.java74 List<T> getTopHeavyHitters(int k, @Nullable List<T> holder, @Nullable List<Float> freqs); in getTopHeavyHitters()
254 final @Nullable List<Float> freqs) { in getTopHeavyHitters()
/aosp_15_r20/external/erofs-utils/lib/
H A Dkite_deflate.c259 static void kite_deflate_scanlens(unsigned int numlens, u8 *lens, u32 *freqs) in kite_deflate_scanlens()
438 static u32 Huffman_GetPrice(const u32 *freqs, const u8 *lens, u32 num) in Huffman_GetPrice()
449 static u32 Huffman_GetPriceEx(const u32 *freqs, const u8 *lens, u32 num, in Huffman_GetPriceEx()
515 static void Huffman_Generate(const u32 *freqs, u32 *p, u8 *lens, in Huffman_Generate()

123456789