Home
last modified time | relevance | path

Searched defs:mtu (Results 1 – 10 of 10) sorted by relevance

/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ipmemorystore/
DNetworkAttributes.java83 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/
DIpMemoryStoreServiceTest.java162 final List<InetAddress> dnsServers, final int mtu) { in buildTestNetworkAttributes()
/packages/modules/NetworkStack/tests/unit/src/android/net/testutils/
DTestableNetworkCallbackTest.kt183 val mtu = 1984 in <lambda>() constant
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpPacketTest.java312 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/
DGattServer.java189 public void onMtuChanged(BluetoothDevice device, int mtu) { in onMtuChanged()
DGattClientListener.java263 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged()
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpPacket.java940 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/
DGattService.java682 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/
DIpMemoryStoreDatabase.java311 final int mtu = getInt(cursor, NetworkAttributesContract.COLNAME_MTU, -1); in readNetworkAttributesLine() local
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp358 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()