/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiChannelUtilizationTest.java | 94 int freq = 5180; in verifyOneReadChanStatsWithShortRadioOnTime() local 107 int freq = 5180; in verifyOneReadChanStatsWithLargeCcaBusyTime() local 120 int freq = 5180; in verifyOneReadChanStatsWithLongRadioOnTime() local 134 int freq = 5180; in verifyOneReadChanStatsWithDiffFreq() local 147 int freq = 5180; in verifyTwoReadChanStatsWithLargeTimeGap() local 175 int freq = 5180; in verifyTwoReadChanStatsWithSmallTimeGap() local 203 int freq = 5180; in verifyThreeReadChanStatsRefWithSecondLast() local 246 int freq = 5180; in verifyThreeReadChanStatsLargeTimeGap() local 284 int freq = 5180; in verifyThreeReadChanStatsSmallTimeGap() local 317 int freq = 5180; in verifyThreeReadChanStatsInitAfterOneRead() local [all …]
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ |
H A D | ApConfigUtilTest.java | 295 int freq = ApConfigUtil.chooseApChannel(SoftApConfiguration.BAND_2GHZ, mWifiNative, in chooseApChannel2GBandWithNoAllowedChannel() local 311 int freq = ApConfigUtil.chooseApChannel(SoftApConfiguration.BAND_2GHZ, mWifiNative, in chooseApChannel2GBandWithAllowedChannels() local 326 int freq = ApConfigUtil.chooseApChannel( in chooseApChannel5GBandWithAllowedChannels() local 341 int freq = ApConfigUtil.chooseApChannel( in chooseApChannel60GBandWithAllowedChannels() local 372 int freq = ApConfigUtil.chooseApChannel( in chooseApChannelWillHighBandPrefer() local 399 int freq = ApConfigUtil.chooseApChannel( in chooseApChannelWithUnsafeChannelsPreferSafe() local 438 int freq = ApConfigUtil.chooseApChannel( in chooseApChannelWithAllSoftUnsafePreferHighBand() local 468 int freq = ApConfigUtil.chooseApChannel( in chooseApChannelWithAllHardUnsafeSelectDefault() local
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
H A D | UserDictionaryCompatUtils.java | 29 final int freq, final String shortcut, final Locale locale) { in addWord() 45 final int freq, final String shortcut, final Locale locale) { in addWordWithShortcut()
|
/aosp12/hardware/interfaces/wifi/supplicant/1.2/vts/functional/ |
H A D | supplicant_p2p_iface_hidl_test.cpp | 63 int freq = 0; in TEST_P() local 82 int freq = 0; in TEST_P() local 101 int freq = 0; in TEST_P() local 120 int freq = 9999; in TEST_P() local
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiChannelUtilization.java | 200 int freq = channelStats.frequency; in calculateChannelUtilization() local 239 private ChannelStats findChanStatsReference(int freq, int radioOnTimeMs) { in findChanStatsReference() 271 private void updateChannelStatsCache(SparseArray<ChannelStats> channelStatsMap, int freq) { in updateChannelStatsCache() 289 private boolean isChannelStatsMapCacheEmpty(int freq) { in isChannelStatsMapCacheEmpty()
|
/aosp12/frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
H A D | CpuFrequencies.java | 69 final long freq = Long.parseLong(coreAndFreq[1]); in parseString() local 98 final long freq = mCoreAndFrequencies.valueAt(i); in addToSysFileMap() local
|
/aosp12/system/chre/apps/wifi_offload/ |
H A D | scan_params.cc | 80 for (const auto &freq : frequencies_to_scan_mhz_) { in Log() local
|
H A D | utility.cc | 75 int Ieee80211FrequencyToChannel(int freq) { in Ieee80211FrequencyToChannel()
|
/aosp12/frameworks/base/cmds/incident_helper/src/parsers/ |
H A D | CpuFreqParser.cpp | 53 int freq = toInt(record[0]); in Parse() local
|
/aosp12/frameworks/av/media/codecs/mp3dec/src/ |
H A D | pvmp3_reorder.cpp | 131 int32 freq; in pvmp3_reorder() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/ |
H A D | Utils.java | 33 static FrequencyBand getBand(int freq) { in getBand()
|
/aosp12/hardware/qcom/msm8994/kernel-headers/linux/ |
H A D | msm-core-interface.h | 37 uint32_t freq[MAX_NUM_FREQ]; member
|
/aosp12/hardware/qcom/msm8994/original-kernel-headers/linux/ |
H A D | msm-core-interface.h | 21 uint32_t freq[MAX_NUM_FREQ]; member
|
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
H A D | EnergyProbe.java | 56 public int capture(int freq) throws InterruptedException { in capture()
|
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/ |
H A D | msm-core-interface.h | 37 uint32_t freq[MAX_NUM_FREQ]; member
|
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/ |
H A D | msm-core-interface.h | 21 uint32_t freq[MAX_NUM_FREQ]; member
|
/aosp12/frameworks/av/media/libeffects/testlibs/ |
H A D | AudioEqualizer.h | 39 uint32_t freq; member
|
/aosp12/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
H A D | RecurrenceProcessor.java | 196 int freq = r.freq; in filter() local 396 int generateByList(int count, int freq, int byFreq) in generateByList() 409 private static boolean useBYX(int freq, int freqConstant, int count) in useBYX() 773 int freq = r.freq; in expand() local
|
/aosp12/system/extras/simpleperf/app_api/java/com/android/simpleperf/ |
H A D | RecordOptions.java | 72 public RecordOptions setSampleFrequency(int freq) { in setSampleFrequency()
|
/aosp12/system/extras/cpustats/ |
H A D | cpustats.c | 40 unsigned freq; member 222 long unsigned freq; in get_freq_scales_count() local
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/ |
H A D | WifiAvailableChannel.java | 124 public WifiAvailableChannel(int freq, @OpMode int opModes) { in WifiAvailableChannel()
|
/aosp12/frameworks/av/media/libaudioprocessing/tests/fuzzer/ |
H A D | libaudioprocessing_resampler_fuzzer.cpp | 78 bool validFreq(int freq) { return freq > MIN_FREQ && freq < MAX_FREQ; } in validFreq()
|
/aosp12/hardware/interfaces/audio/common/7.0/example/ |
H A D | EqualizerEffect.cpp | 91 Return<void> EqualizerEffect::getBandForFrequency(uint32_t freq, getBandForFrequency_cb _hidl_cb) { in getBandForFrequency()
|
/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/bands/ |
H A D | ProgramType.java | 136 long freq = sel.getFirstId(ProgramSelector.IDENTIFIER_TYPE_AMFM_FREQUENCY); in fromSelector() local
|
/aosp12/system/bpf/progs/include/ |
H A D | bpf_timeinstate.h | 49 uint32_t freq; member
|