/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/api/ |
H A D | ScanChannel.java | 27 public final int frequency; field in ScanChannel 38 String deliverySystemType, int frequency, String modulation, in forTuner() 45 public static ScanChannel forFile(int frequency, String filename) { in forFile() 54 int frequency, in ScanChannel()
|
H A D | Tuner.java | 70 boolean tune(int frequency, @ModulationType String modulation, String channelNumber); in tune() 72 default boolean tune(@DeliverySystemType int deliverySystemType, int frequency, in tune()
|
/aosp12/system/chre/apps/wifi_offload/ |
H A D | channel_histogram.cc | 45 uint8_t GetChannelNumber(uint32_t frequency) { in GetChannelNumber() 81 bool ChannelHistogram::IsSupportedFrequency(uint32_t frequency) { in IsSupportedFrequency() 109 bool ChannelHistogram::IncrementScanCountForFrequency(uint32_t frequency) { in IncrementScanCountForFrequency() 120 uint32_t frequency, uint32_t increase_count) { in IncrementScanCountForFrequencyForTest()
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/rtt/ |
H A D | ResponderConfig.java | 166 public final int frequency; field in ResponderConfig 208 boolean supports80211mc, @ChannelWidth int channelWidth, int frequency, int centerFreq0, in ResponderConfig() 247 boolean supports80211mc, @ChannelWidth int channelWidth, int frequency, int centerFreq0, in ResponderConfig() 286 @ChannelWidth int channelWidth, int frequency, int centerFreq0, int centerFreq1, in ResponderConfig() 308 int frequency = scanResult.frequency; in fromScanResult() local
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/ |
H A D | TunerHal.java | 92 int frequency, @ModulationType String modulation, in tune() 99 int deliverySystemType, int frequency, @ModulationType String modulation, in tune() 115 int deliverySystemType, int frequency, @ModulationType String modulation, in tuneInternal() 190 long deviceId, int frequency, in nativeTune() 194 long deviceId, int deliverySystemType, int frequency, in nativeTune()
|
/aosp12/frameworks/base/media/java/android/media/tv/tuner/frontend/ |
H A D | AtscFrontendSettings.java | 64 private AtscFrontendSettings(int frequency, int modulation) { in AtscFrontendSettings() 102 public Builder setFrequency(int frequency) { in setFrequency()
|
/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | ClippingAmplitudeAndFrequencyAdapter.java | 73 private float clampFrequency(VibratorInfo info, float frequency) { in clampFrequency() 77 private float clampAmplitude(VibratorInfo info, float frequency, float amplitude) { in clampAmplitude()
|
H A D | RampDownAdapter.java | 187 private List<VibrationEffectSegment> createStepsDown(float amplitude, float frequency, in createStepsDown() 201 private static RampSegment createRampDown(float amplitude, float frequency, long duration) { in createRampDown()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/ |
H A D | KnownBandsChannelHelper.java | 176 private boolean isDfsChannel(int frequency) { in isDfsChannel() 187 private int getBandFromChannel(int frequency) { in getBandFromChannel() 254 public static int getBand(int frequency) { in getBand() 301 public void addChannel(int frequency) { in addChannel()
|
/aosp12/frameworks/wilhelm/src/itf/ |
H A D | IVibra.cpp | 55 static SLresult IVibra_SetFrequency(SLVibraItf self, SLmilliHertz frequency) in IVibra_SetFrequency() 85 SLmilliHertz frequency = thiz->mFrequency; in IVibra_GetFrequency() local
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | UserDictionary.java | 133 int frequency, int localeType) { in addWord() 162 int frequency, String shortcut, Locale locale) { in addWord()
|
/aosp12/system/connectivity/wificond/scanning/ |
H A D | scanner_impl.cpp | 238 for (const auto& frequency : network.frequencies_) { in ParsePnoSettings() local 251 for (const auto frequency : kPnoScanDefaultFreqs2G) { in ParsePnoSettings() local 258 for (const auto frequency : kPnoScanDefaultFreqs5G) { in ParsePnoSettings() local 264 for (const auto& frequency : unique_frequencies) { in ParsePnoSettings() local
|
H A D | scan_result.h | 61 uint32_t frequency; variable
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiChannelUtilization.java | 128 public int getUtilizationRatio(int frequency) { in getUtilizationRatio() 161 public void setUtilizationRatio(int frequency, int utilizationRatio) { in setUtilizationRatio() 174 int frequency) { in refreshChannelStatsAndChannelUtilization()
|
H A D | ThroughputPredictor.java | 146 int rssiDbm, int frequency, int channelUtilization) { in predictTxThroughput() 159 int rssiDbm, int frequency, int channelUtilization) { in predictRxThroughput() 182 int channelWidthAp, int rssiDbm, int frequency, int maxNumSpatialStreamAp, in predictThroughput() 390 private int getValidChannelUtilization(int frequency, int channelUtilizationBssLoad, in getValidChannelUtilization()
|
H A D | ScanDetail.java | 44 String caps, int level, int frequency, long tsf, in ScanDetail() 67 public ScanDetail(WifiSsid wifiSsid, String bssid, String caps, int level, int frequency, in ScanDetail()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | ScoringParamsTest.java | 66 private void checkThresholds(int frequency) { in checkThresholds()
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
H A D | PendingAttribute.java | 28 public PendingAttribute(final int frequency, final int address) { in PendingAttribute()
|
/aosp12/frameworks/minikin/libs/minikin/ |
H A D | LineBreaker.cpp | 25 HyphenationFrequency frequency, bool justified, in breakIntoLines()
|
/aosp12/frameworks/base/wifi/java/src/android/net/wifi/nl80211/ |
H A D | ChannelSettings.java | 33 public int frequency; field in ChannelSettings
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/wifi/details/ |
H A D | WifiFrequencyPreferenceController.java | 51 int frequency = connectedInfo.frequencyMhz; in updateState() local
|
/aosp12/system/connectivity/wificond/aidl/android/net/wifi/nl80211/ |
H A D | IApInterfaceEventCallback.aidl | 45 void onSoftApChannelSwitched(int frequency, int bandwidth); in onSoftApChannelSwitched()
|
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
H A D | NetworkStackDependenciesTest.kt | 50 val frequency = wifiInfo.getFrequency() regex
|
/aosp12/system/connectivity/wificond/ |
H A D | ap_interface_binder.cpp | 42 int frequency, ChannelBandwidth channel_bandwidth) { in NotifySoftApChannelSwitched()
|
/aosp12/packages/apps/TV/tuner/src/com/mediatek/tunerservice/ |
H A D | IMtkTuner.aidl | 20 boolean tune(int frequency, String modulation, int timeOutMs); in tune()
|