Home
last modified time | relevance | path

Searched refs:bandwidth (Results 1 – 21 of 21) sorted by relevance

/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/utils/
DMockWebServerDispatcherFactory.java151 int bandwidth, in create() argument
166 * getThrottlingFactor(bandwidth, mNumRequests))) in create()
178 * getThrottlingFactor(bandwidth, mNumRequests))) in create()
190 * getThrottlingFactor(bandwidth, mNumRequests))) in create()
206 * getThrottlingFactor(bandwidth, mNumRequests))) in create()
213 * getThrottlingFactor(bandwidth, mNumRequests))) in create()
219 private double getThrottlingFactor(int bandwidth, int numRequests) { in create() argument
220 if (numRequests <= bandwidth) { in create()
223 int numRequestsMod = numRequests % bandwidth; in create()
226 if (numRequestsMod > (bandwidth / 2)) { in create()
/packages/modules/Wifi/service/proto/src/
Dscorecard.proto59 // Link bandwidth stats of all bands, links and signal levels
122 // Tx bandwidth stats
124 // Rx bandwidth stats
135 // Accumulated bandwidth sample value
137 // Accumulated bandwidth sample count
195 // Link bandwidth stats of all bands, links and signal levels
Dmetrics.proto1975 // Soft AP channel bandwidth types
2019 // Channel bandwidth used for Soft AP
2701 // indexed by preamble, bandwidth, number of spatial streams, MCS.
2775 // Channel bandwidth: 20MHz
2777 // Channel bandwidth: 40MHz
2779 // Channel bandwidth: 80MHz
2781 // Channel bandwidth: 160MHz
2783 // Channel bandwidth: 80MHz + 80MHz
2785 // Channel bandwidth: 5MHz
2787 // Channel bandwidth: 10MHz
[all …]
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/
DNetworkListAdapter.java72 vh.bandwidth = convertView.findViewById(R.id.network_bandwidth); in getView()
98 vh.bandwidth.setText(mNetworkList[position].mBandwidth); in getView()
203 public TextView bandwidth; field in NetworkListAdapter.ViewHolder
/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApInfo.java203 public void setBandwidth(@WifiAnnotations.Bandwidth int bandwidth) { in setBandwidth() argument
204 mBandwidth = bandwidth; in setBandwidth()
DRttManager.java467 public int bandwidth; field in RttManager.RttParams
479 bandwidth = RTT_BW_20_SUPPORT; in RttParams()
506 sb.append(", bandwidth=" + bandwidth); in toString()
555 dest.writeInt(params.bandwidth); in writeToParcel()
586 params[i].bandwidth = in.readInt();
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/nodes/
DImsMediaAudioUtil.cpp178 kEvsBandwidth bandwidth, char* nBandwidth, uint32_t nLen) in ConvertEvsBandwidthToStr() argument
180 switch (bandwidth) in ConvertEvsBandwidthToStr()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/audio/
DImsMediaAudioUtil.h140 static void ConvertEvsBandwidthToStr(kEvsBandwidth bandwidth, char* nBandwidth, uint32_t nLen);
DMediaQualityAnalyzer.h263 int32_t convertAudioCodecType(const int32_t codec, const int32_t bandwidth);
/packages/modules/Wifi/service/java/com/android/server/wifi/
DHostapdHalHidlImp.java1209 public int mapHalBandwidthToSoftApInfo(int bandwidth) { in mapHalBandwidthToSoftApInfo() argument
1210 switch (bandwidth) { in mapHalBandwidthToSoftApInfo()
1273 int frequency, int bandwidth, int generation, byte[] apIfaceInstanceMacAddress) { in onApInstanceInfoChanged() argument
1279 mapHalBandwidthToSoftApInfo(bandwidth), in onApInstanceInfoChanged()
DWifiShellCommand.java2399 String bandwidth = getNextArgRequired(); in buildSoftApConfiguration() local
2400 if (bandwidth.equals("20")) { in buildSoftApConfiguration()
2402 } else if (bandwidth.equals("40")) { in buildSoftApConfiguration()
2404 } else if (bandwidth.equals("80")) { in buildSoftApConfiguration()
2406 } else if (bandwidth.equals("160")) { in buildSoftApConfiguration()
2408 } else if (bandwidth.equals("320")) { in buildSoftApConfiguration()
2411 throw new IllegalArgumentException("Invalid bandwidth option " + bandwidth); in buildSoftApConfiguration()
DSoftApManager.java317 @WifiAnnotations.Bandwidth int bandwidth,
323 apInfo.setBandwidth(bandwidth);
DWifiNative.java284 public void onSoftApChannelSwitched(int frequency, int bandwidth) { in onSoftApChannelSwitched() argument
285 mSoftApHalCallback.onInfoChanged(mIfaceName, frequency, bandwidth, in onSoftApChannelSwitched()
347 void onInfoChanged(String apIfaceInstance, int frequency, int bandwidth, in onInfoChanged() argument
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/
DMediaQualityAnalyzer.cpp1008 int32_t MediaQualityAnalyzer::convertAudioCodecType(const int32_t codec, const int32_t bandwidth) in convertAudioCodecType() argument
1020 switch (bandwidth) in convertAudioCodecType()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/
DUtils.java146 evsParams.bandwidth = audioConfig.getEvsParams().getEvsBandwidth(); in buildEvsParams()
297 .setEvsbandwidth(evs.bandwidth) in buildEvsParams()
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java1308 int bandwidth, String mccStr, String mncStr, String alphal, String alphas) in makeCellIdentityLte() argument
1312 bandwidth, mccStr, mncStr, alphal, alphas, in makeCellIdentityLte()
1319 return constructor.newInstance(ci, pci, tac, earfcn, bandwidth, mccStr, mncStr, alphal, in makeCellIdentityLte()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java243 private void mockChannelSwitchEvent(int frequency, int bandwidth) { in mockChannelSwitchEvent() argument
245 TEST_INTERFACE_NAME, frequency, bandwidth, 0, null, Collections.emptyList()); in mockChannelSwitchEvent()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt300 field @Deprecated public int bandwidth;
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz
Den_US_wordlist.combined.gz
Den_wordlist.combined.gz