/frameworks/base/core/java/com/android/internal/os/ |
D | KernelMemoryBandwidthStats.java | 71 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/ |
D | PhysicalChannelConfig.java | 60 public PhysicalChannelConfig(int status, int bandwidth) { in PhysicalChannelConfig() argument 62 mCellBandwidthDownlinkKhz = bandwidth; in PhysicalChannelConfig()
|
D | CellIdentityLte.java | 100 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/ |
D | AudioEqualizer.h | 41 uint32_t bandwidth; member
|
D | AudioEqualizer.cpp | 211 setBandwidth(band, bandCfg.bandwidth); in setPreset()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | RttManager.java | 466 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/ |
D | networkcapabilities.proto | 118 // 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/ |
D | SoftApManager.java | 107 public void onSoftApChannelSwitched(int frequency, int bandwidth) { 109 SoftApStateMachine.CMD_SOFT_AP_CHANNEL_SWITCHED, frequency, bandwidth);
|
D | WificondControl.java | 159 public void onSoftApChannelSwitched(int frequency, int bandwidth) { in onSoftApChannelSwitched() argument 160 mSoftApListener.onSoftApChannelSwitched(frequency, bandwidth); in onSoftApChannelSwitched()
|
D | WifiMetrics.java | 1361 public void addSoftApChannelSwitchedEvent(int frequency, int bandwidth, int mode) { in addSoftApChannelSwitchedEvent() argument 1380 event.channelBandwidth = bandwidth; in addSoftApChannelSwitchedEvent()
|
D | WifiNative.java | 1210 void onSoftApChannelSwitched(int frequency, int bandwidth); in onSoftApChannelSwitched() argument
|
D | WifiVendorHal.java | 1303 rttConfig.bw = halBwFromFrameworkBw(params.bandwidth); in halRttConfigFromFrameworkRttParams()
|
/frameworks/native/cmds/flatland/ |
D | README.txt | 16 that consume much CPU cycles, memory bandwidth, or might otherwise interfere
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellularNetworkService.java | 435 cellIdentityLte.bandwidth, in convertHalCellIdentityToCellIdentity()
|
D | ServiceStateTracker.java | 2025 private static boolean isValidLteBandwidthKhz(int bandwidth) { in isValidLteBandwidthKhz() argument 2027 switch (bandwidth) { in isValidLteBandwidthKhz()
|
D | RIL.java | 5253 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/ |
D | wifi.proto | 1218 // Soft AP channel bandwidth types 1248 // Channel bandwidth used for Soft AP
|
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.cpp | 61 int32_t *bandwidth,
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 1500 lte.cellIdentityLte.bandwidth = BANDWIDTH; in getCellInfoListForLTE()
|
/frameworks/base/api/ |
D | system-current.txt | 3324 field public int bandwidth;
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 26672 Landroid/net/wifi/RttManager$RttParams;->bandwidth:I
|