/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/utils/ |
D | MockWebServerDispatcherFactory.java | 151 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/ |
D | scorecard.proto | 59 // 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
|
D | metrics.proto | 1975 // 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/ |
D | NetworkListAdapter.java | 72 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/ |
D | SoftApInfo.java | 203 public void setBandwidth(@WifiAnnotations.Bandwidth int bandwidth) { in setBandwidth() argument 204 mBandwidth = bandwidth; in setBandwidth()
|
D | RttManager.java | 467 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/ |
D | ImsMediaAudioUtil.cpp | 178 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/ |
D | ImsMediaAudioUtil.h | 140 static void ConvertEvsBandwidthToStr(kEvsBandwidth bandwidth, char* nBandwidth, uint32_t nLen);
|
D | MediaQualityAnalyzer.h | 263 int32_t convertAudioCodecType(const int32_t codec, const int32_t bandwidth);
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | HostapdHalHidlImp.java | 1209 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()
|
D | WifiShellCommand.java | 2399 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()
|
D | SoftApManager.java | 317 @WifiAnnotations.Bandwidth int bandwidth, 323 apInfo.setBandwidth(bandwidth);
|
D | WifiNative.java | 284 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/ |
D | MediaQualityAnalyzer.cpp | 1008 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/ |
D | Utils.java | 146 evsParams.bandwidth = audioConfig.getEvsParams().getEvsBandwidth(); in buildEvsParams() 297 .setEvsbandwidth(evs.bandwidth) in buildEvsParams()
|
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ |
D | NetworkMonitorTest.java | 1308 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/ |
D | SoftApManagerTest.java | 243 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/ |
D | system-current.txt | 300 field @Deprecated public int bandwidth;
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|