/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 | 95 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/ |
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 | 115 public void onSoftApChannelSwitched(int frequency, int bandwidth) { 117 SoftApStateMachine.CMD_SOFT_AP_CHANNEL_SWITCHED, frequency, bandwidth);
|
D | WificondControl.java | 191 public void onSoftApChannelSwitched(int frequency, int bandwidth) { in onSoftApChannelSwitched() argument 192 mSoftApListener.onSoftApChannelSwitched(frequency, bandwidth); in onSoftApChannelSwitched()
|
D | WifiNative.java | 1532 void onSoftApChannelSwitched(int frequency, int bandwidth); in onSoftApChannelSwitched() argument
|
D | WifiMetrics.java | 1835 public void addSoftApChannelSwitchedEvent(int frequency, int bandwidth, int mode) { in addSoftApChannelSwitchedEvent() argument 1854 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 | 61 int32_t *bandwidth,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 2243 private static boolean isValidLteBandwidthKhz(int bandwidth) { in isValidLteBandwidthKhz() argument 2245 switch (bandwidth) { in isValidLteBandwidthKhz()
|
/frameworks/base/proto/src/ |
D | wifi.proto | 1435 // Soft AP channel bandwidth types 1465 // Channel bandwidth used for Soft AP
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 1724 lte.cellIdentityLte.bandwidth = BANDWIDTH; in initializeCellInfoLte_1_2()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | CHANGES.txt | 1279 significantly in memory-bandwidth-limited use cases, since it makes the
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/api/ |
D | system-current.txt | 4589 field @Deprecated public int bandwidth;
|