Home
last modified time | relevance | path

Searched refs:bandwidth (Results 1 – 18 of 18) 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.java95 public CellIdentityLte(int ci, int pci, int tac, int earfcn, int bandwidth, String mccStr, in CellIdentityLte() argument
102 mBandwidth = inRangeOrUnavailable(bandwidth, 0, MAX_BANDWIDTH); in CellIdentityLte()
112 this(cid.base.ci, cid.base.pci, cid.base.tac, cid.base.earfcn, cid.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.java466 public int bandwidth; field in RttManager.RttParams
478 bandwidth = RTT_BW_20_SUPPORT; in RttParams()
505 sb.append(", bandwidth=" + bandwidth); in toString()
554 dest.writeInt(params.bandwidth); in writeToParcel()
585 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.java115 public void onSoftApChannelSwitched(int frequency, int bandwidth) {
117 SoftApStateMachine.CMD_SOFT_AP_CHANNEL_SWITCHED, frequency, bandwidth);
DWificondControl.java191 public void onSoftApChannelSwitched(int frequency, int bandwidth) { in onSoftApChannelSwitched() argument
192 mSoftApListener.onSoftApChannelSwitched(frequency, bandwidth); in onSoftApChannelSwitched()
DWifiNative.java1532 void onSoftApChannelSwitched(int frequency, int bandwidth); in onSoftApChannelSwitched() argument
DWifiMetrics.java1835 public void addSoftApChannelSwitchedEvent(int frequency, int bandwidth, int mode) { in addSoftApChannelSwitchedEvent() argument
1854 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.cpp61 int32_t *bandwidth,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java2243 private static boolean isValidLteBandwidthKhz(int bandwidth) { in isValidLteBandwidthKhz() argument
2245 switch (bandwidth) { in isValidLteBandwidthKhz()
/frameworks/base/proto/src/
Dwifi.proto1435 // Soft AP channel bandwidth types
1465 // Channel bandwidth used for Soft AP
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1724 lte.cellIdentityLte.bandwidth = BANDWIDTH; in initializeCellInfoLte_1_2()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt1279 significantly in memory-bandwidth-limited use cases, since it makes the
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dsystem-current.txt4589 field @Deprecated public int bandwidth;