Searched defs:mtu (Results 1 – 10 of 10) sorted by relevance
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ipmemorystore/ |
D | NetworkAttributes.java | 83 public final Integer mtu; field in NetworkAttributes 103 @Nullable final Integer mtu) { in NetworkAttributes() 294 public Builder setMtu(@Nullable final Integer mtu) { in setMtu()
|
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ipmemorystore/ |
D | IpMemoryStoreServiceTest.java | 162 final List<InetAddress> dnsServers, final int mtu) { in buildTestNetworkAttributes()
|
/packages/modules/NetworkStack/tests/unit/src/android/net/testutils/ |
D | TestableNetworkCallbackTest.kt | 183 val mtu = 1984 in <lambda>() constant
|
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/ |
D | DhcpPacketTest.java | 312 int leaseDuration, boolean hasMeteredHint, int mtu, DhcpResults dhcpResults) in assertDhcpResults() 669 private byte[] mtuBytes(int mtu) { in mtuBytes()
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | GattServer.java | 189 public void onMtuChanged(BluetoothDevice device, int mtu) { in onMtuChanged()
|
D | GattClientListener.java | 263 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged()
|
/packages/modules/NetworkStack/src/android/net/dhcp/ |
D | DhcpPacket.java | 940 Short mtu = null; in decodeFullPacket() local 1410 short mtu, String captivePortalUrl) { in buildOfferPacket() 1438 short mtu, boolean rapidCommit, String captivePortalUrl) { in buildAckPacket()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 682 public void configureMTU(int clientIf, String address, int mtu) { in configureMTU() 1903 void onConfigureMTU(int connId, int status, int mtu) throws RemoteException { in onConfigureMTU() 2604 void configureMTU(int clientIf, String address, int mtu) { in configureMTU() 2945 void onMtuChanged(int connId, int mtu) throws RemoteException { in onMtuChanged() 3427 private native void gattClientConfigureMTUNative(int connId, int mtu); in gattClientConfigureMTUNative()
|
/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/ |
D | IpMemoryStoreDatabase.java | 311 final int mtu = getInt(cursor, NetworkAttributesContract.COLNAME_MTU, -1); in readNetworkAttributesLine() local
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_gatt.cpp | 358 void btgattc_configure_mtu_cb(int conn_id, int status, int mtu) { in btgattc_configure_mtu_cb() 715 void btgatts_mtu_changed_cb(int conn_id, int mtu) { in btgatts_mtu_changed_cb() 1396 jint conn_id, jint mtu) { in gattClientConfigureMTUNative()
|