Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DKernelMemoryBandwidthStats.java71 int bandwidth = 0; in parseStats() local
74 if ((index = mBandwidthEntries.indexOfKey(bandwidth)) >= 0) { in parseStats()
75 mBandwidthEntries.put(bandwidth, mBandwidthEntries.valueAt(index) in parseStats()
78 mBandwidthEntries.put(bandwidth, Long.parseLong(splitter.next()) / 1000000); in parseStats()
81 Slog.d(TAG, String.format("bandwidth: %s time: %s", bandwidth, in parseStats()
82 mBandwidthEntries.get(bandwidth))); in parseStats()
84 bandwidth++; in parseStats()
/frameworks/base/telephony/java/android/telephony/
DCellIdentityLte.java116 int bandwidth, @Nullable String mccStr, @Nullable String mncStr, in CellIdentityLte() argument
126 mBandwidth = inRangeOrUnavailable(bandwidth, 0, MAX_BANDWIDTH); in CellIdentityLte()
146 cid.bandwidth, cid.base.mcc, cid.base.mnc, cid.operatorNames.alphaLong, in CellIdentityLte()
153 cid.bands.stream().mapToInt(Integer::intValue).toArray(), cid.base.bandwidth, in CellIdentityLte()
/frameworks/av/media/libeffects/testlibs/
DAudioEqualizer.h41 uint32_t bandwidth; member
DAudioEqualizer.cpp211 setBandwidth(band, bandCfg.bandwidth); in setPreset()
/frameworks/base/wifi/java/android/net/wifi/
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();
/frameworks/base/core/proto/android/net/
Dnetworkcapabilities.proto118 // Passive link bandwidth. This is a rough guide of the expected peak
119 // bandwidth for the first hop on the given transport. It is not measured,
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSoftApManager.java122 public void onSoftApChannelSwitched(int frequency, int bandwidth) {
124 SoftApStateMachine.CMD_SOFT_AP_CHANNEL_SWITCHED, frequency, bandwidth);
DWificondControl.java188 public void onSoftApChannelSwitched(int frequency, int bandwidth) { in onSoftApChannelSwitched() argument
189 mSoftApListener.onSoftApChannelSwitched(frequency, bandwidth); in onSoftApChannelSwitched()
DWifiNative.java1533 void onSoftApChannelSwitched(int frequency, int bandwidth); in onSoftApChannelSwitched() argument
DWifiMetrics.java1940 public void addSoftApChannelSwitchedEvent(int frequency, int bandwidth, int mode) { in addSoftApChannelSwitchedEvent() argument
1959 event.channelBandwidth = bandwidth; in addSoftApChannelSwitchedEvent()
/frameworks/native/cmds/flatland/
DREADME.txt16 that consume much CPU cycles, memory bandwidth, or might otherwise interfere
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp62 int32_t *bandwidth,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java2356 private static boolean isValidLteBandwidthKhz(int bandwidth) { in isValidLteBandwidthKhz() argument
2358 switch (bandwidth) { in isValidLteBandwidthKhz()
/frameworks/base/proto/src/
Dwifi.proto1526 // Soft AP channel bandwidth types
1556 // Channel bandwidth used for Soft AP
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java2182 id.bandwidth = BANDWIDTH; in initializeCellIdentityLte_1_2()
/frameworks/base/api/
Dsystem-current.txt5273 field @Deprecated public int bandwidth;
/frameworks/base/non-updatable-api/
Dsystem-current.txt5179 field @Deprecated public int bandwidth;