Searched defs:b3 (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
D | ByteStream.java | 171 int b3 = getUnsignedByte(); in unpackUsbInt() local
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | NativeCrashListener.java | 169 int b0, b1, b2, b3; in unpackInt() local
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCharacteristic.java | 730 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/ |
D | TransactionParcelTests.java | 453 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/ |
D | NetworkStackConstants.java | 218 private static Inet4Address makeInet4Address(byte b1, byte b2, byte b3, byte b4) { in makeInet4Address()
|