Searched defs:byteOrder (Results 1 – 7 of 7) sorted by relevance
/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/support/exifinterface/src/android/support/media/ |
D | ExifInterface.java | 2940 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) { in createUShort() 2950 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) { in createUShort() 2954 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) { in createULong() 2964 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { in createULong() 2968 public static ExifAttribute createSLong(int[] values, ByteOrder byteOrder) { in createSLong() 2978 public static ExifAttribute createSLong(int value, ByteOrder byteOrder) { in createSLong() 2997 public static ExifAttribute createURational(Rational[] values, ByteOrder byteOrder) { in createURational() 3008 public static ExifAttribute createURational(Rational value, ByteOrder byteOrder) { in createURational() 3012 public static ExifAttribute createSRational(Rational[] values, ByteOrder byteOrder) { in createSRational() 3023 public static ExifAttribute createSRational(Rational value, ByteOrder byteOrder) { in createSRational() [all …]
|
/frameworks/base/media/java/android/media/ |
D | ExifInterface.java | 592 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) { in createUShort() 602 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) { in createUShort() 606 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) { in createULong() 616 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { in createULong() 620 public static ExifAttribute createSLong(int[] values, ByteOrder byteOrder) { in createSLong() 630 public static ExifAttribute createSLong(int value, ByteOrder byteOrder) { in createSLong() 649 public static ExifAttribute createURational(Rational[] values, ByteOrder byteOrder) { in createURational() 660 public static ExifAttribute createURational(Rational value, ByteOrder byteOrder) { in createURational() 664 public static ExifAttribute createSRational(Rational[] values, ByteOrder byteOrder) { in createSRational() 675 public static ExifAttribute createSRational(Rational value, ByteOrder byteOrder) { in createSRational() [all …]
|
/frameworks/base/services/net/java/android/net/netlink/ |
D | StructNlAttr.java | 103 public StructNlAttr(ByteOrder byteOrder) { in StructNlAttr()
|
/frameworks/base/core/java/android/companion/ |
D | BluetoothLeDeviceFilter.java | 368 int bytesFrom, int bytesLength, ByteOrder byteOrder) { in setRenameFromBytes()
|
/frameworks/wilhelm/tests/sandbox/ |
D | playbq.cpp | 45 SLuint32 byteOrder; // desired to use for PCM buffers variable
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
D | ExifParser.java | 738 short byteOrder = mTiffStream.readShort(); in parseTiffHeader() local
|