/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 | CellIdentityLte.java | 116 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/ |
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 | 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();
|
/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 | 122 public void onSoftApChannelSwitched(int frequency, int bandwidth) { 124 SoftApStateMachine.CMD_SOFT_AP_CHANNEL_SWITCHED, frequency, bandwidth);
|
D | WificondControl.java | 188 public void onSoftApChannelSwitched(int frequency, int bandwidth) { in onSoftApChannelSwitched() argument 189 mSoftApListener.onSoftApChannelSwitched(frequency, bandwidth); in onSoftApChannelSwitched()
|
D | WifiNative.java | 1533 void onSoftApChannelSwitched(int frequency, int bandwidth); in onSoftApChannelSwitched() argument
|
D | WifiMetrics.java | 1940 public void addSoftApChannelSwitchedEvent(int frequency, int bandwidth, int mode) { in addSoftApChannelSwitchedEvent() argument 1959 event.channelBandwidth = bandwidth; in addSoftApChannelSwitchedEvent()
|
/frameworks/native/cmds/flatland/ |
D | README.txt | 16 that consume much CPU cycles, memory bandwidth, or might otherwise interfere
|
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.cpp | 62 int32_t *bandwidth,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 2356 private static boolean isValidLteBandwidthKhz(int bandwidth) { in isValidLteBandwidthKhz() argument 2358 switch (bandwidth) { in isValidLteBandwidthKhz()
|
/frameworks/base/proto/src/ |
D | wifi.proto | 1526 // Soft AP channel bandwidth types 1556 // Channel bandwidth used for Soft AP
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 2182 id.bandwidth = BANDWIDTH; in initializeCellIdentityLte_1_2()
|
/frameworks/base/api/ |
D | system-current.txt | 5273 field @Deprecated public int bandwidth;
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 5179 field @Deprecated public int bandwidth;
|