Home
last modified time | relevance | path

Searched defs:b3 (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
DByteStream.java171 int b3 = getUnsignedByte(); in unpackUsbInt() local
/frameworks/base/services/core/java/com/android/server/am/
DNativeCrashListener.java169 int b0, b1, b2, b3; in unpackInt() local
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java730 private int unsignedBytesToInt(byte b0, byte b1, byte b2, byte b3) { in unsignedBytesToInt()
748 private float bytesToFloat(byte b0, byte b1, byte b2, byte b3) { in bytesToFloat()
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTransactionParcelTests.java453 boolean b2, boolean b3, Configuration configuration, in bindApplication()
566 Debug.MemoryInfo memoryInfo, boolean b, boolean b1, boolean b2, boolean b3, in dumpMemInfo()
573 boolean b3, String[] strings) throws RemoteException { in dumpMemInfoProto()
/frameworks/libs/net/common/framework/com/android/net/module/util/
DNetworkStackConstants.java218 private static Inet4Address makeInet4Address(byte b1, byte b2, byte b3, byte b4) { in makeInet4Address()