Home
last modified time | relevance | path

Searched refs:bandwidth (Results 1 – 21 of 21) 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/
DPhysicalChannelConfig.java60 public PhysicalChannelConfig(int status, int bandwidth) { in PhysicalChannelConfig() argument
62 mCellBandwidthDownlinkKhz = bandwidth; in PhysicalChannelConfig()
DCellIdentityLte.java100 public CellIdentityLte(int ci, int pci, int tac, int earfcn, int bandwidth, String mccStr, in CellIdentityLte() argument
107 mBandwidth = 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.java107 public void onSoftApChannelSwitched(int frequency, int bandwidth) {
109 SoftApStateMachine.CMD_SOFT_AP_CHANNEL_SWITCHED, frequency, bandwidth);
DWificondControl.java159 public void onSoftApChannelSwitched(int frequency, int bandwidth) { in onSoftApChannelSwitched() argument
160 mSoftApListener.onSoftApChannelSwitched(frequency, bandwidth); in onSoftApChannelSwitched()
DWifiMetrics.java1361 public void addSoftApChannelSwitchedEvent(int frequency, int bandwidth, int mode) { in addSoftApChannelSwitchedEvent() argument
1380 event.channelBandwidth = bandwidth; in addSoftApChannelSwitchedEvent()
DWifiNative.java1210 void onSoftApChannelSwitched(int frequency, int bandwidth); in onSoftApChannelSwitched() argument
DWifiVendorHal.java1303 rttConfig.bw = halBwFromFrameworkBw(params.bandwidth); in halRttConfigFromFrameworkRttParams()
/frameworks/native/cmds/flatland/
DREADME.txt16 that consume much CPU cycles, memory bandwidth, or might otherwise interfere
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java435 cellIdentityLte.bandwidth, in convertHalCellIdentityToCellIdentity()
DServiceStateTracker.java2025 private static boolean isValidLteBandwidthKhz(int bandwidth) { in isValidLteBandwidthKhz() argument
2027 switch (bandwidth) { in isValidLteBandwidthKhz()
DRIL.java5253 Parcel p, int ci, int pci, int tac, int earfcn, int bandwidth, String mcc, String mnc, in writeToParcelForLte() argument
5264 p.writeInt(bandwidth); in writeToParcelForLte()
5461 cellInfoLte.cellIdentityLte.bandwidth, in convertHalCellInfoList_1_2()
/frameworks/base/proto/src/
Dwifi.proto1218 // Soft AP channel bandwidth types
1248 // Channel bandwidth used for Soft AP
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp61 int32_t *bandwidth,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1500 lte.cellIdentityLte.bandwidth = BANDWIDTH; in getCellInfoListForLTE()
/frameworks/base/api/
Dsystem-current.txt3324 field public int bandwidth;
/frameworks/base/config/
Dhiddenapi-public-dex.txt26672 Landroid/net/wifi/RttManager$RttParams;->bandwidth:I