Searched defs:byteOrder (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/wifi/java/android/net/wifi/aware/ |
D | TlvBufferUtils.java | 99 public TlvConstructor setByteOrder(ByteOrder byteOrder) { in setByteOrder() 387 public ByteOrder byteOrder = ByteOrder.BIG_ENDIAN; field in TlvBufferUtils.TlvElement 512 public void setByteOrder(ByteOrder byteOrder) { in setByteOrder() 645 ByteOrder byteOrder) { in isValidEndian()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ByteBufferReader.java | 46 public static long readInteger(ByteBuffer payload, ByteOrder byteOrder, int size) { in readInteger()
|
/frameworks/base/media/java/android/media/ |
D | ExifInterface.java | 624 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) { in createUShort() 634 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) { in createUShort() 638 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) { in createULong() 648 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { in createULong() 652 public static ExifAttribute createSLong(int[] values, ByteOrder byteOrder) { in createSLong() 662 public static ExifAttribute createSLong(int value, ByteOrder byteOrder) { in createSLong() 681 public static ExifAttribute createURational(Rational[] values, ByteOrder byteOrder) { in createURational() 692 public static ExifAttribute createURational(Rational value, ByteOrder byteOrder) { in createURational() 696 public static ExifAttribute createSRational(Rational[] values, ByteOrder byteOrder) { in createSRational() 707 public static ExifAttribute createSRational(Rational value, ByteOrder byteOrder) { in createSRational() [all …]
|
/frameworks/wilhelm/tests/sandbox/ |
D | playbq.cpp | 45 SLuint32 byteOrder; // desired to use for PCM buffers variable
|
/frameworks/base/core/java/android/companion/ |
D | BluetoothLeDeviceFilter.java | 372 int bytesFrom, int bytesLength, ByteOrder byteOrder) { in setRenameFromBytes()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
D | ExifParser.java | 738 short byteOrder = mTiffStream.readShort(); in parseTiffHeader() local
|
/frameworks/av/media/extractors/mp4/ |
D | MPEG4Extractor.cpp | 5856 int32_t byteOrder = 0; in read() local
|