Searched defs:byteOrder (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DByteBufferReader.java40 * @param byteOrder Byte order of the buffer
46 public static long readInteger(ByteBuffer payload, ByteOrder byteOrder, int size) { argument
57 if (byteOrder == ByteOrder.LITTLE_ENDIAN) {
/frameworks/base/services/net/java/android/net/netlink/
H A DStructNlAttr.java103 public StructNlAttr(ByteOrder byteOrder) { argument
104 mByteOrder = byteOrder;
/frameworks/base/core/java/android/companion/
H A DBluetoothLeDeviceFilter.java362 * @param byteOrder whether the given range of bytes is big endian (will be displayed
368 int bytesFrom, int bytesLength, ByteOrder byteOrder) {
373 mRenameBytesReverseOrder = byteOrder == ByteOrder.LITTLE_ENDIAN;
367 setRenameFromBytes(@onNull String prefix, @NonNull String suffix, int bytesFrom, int bytesLength, ByteOrder byteOrder) argument
/frameworks/wilhelm/tests/sandbox/
H A Dplaybq.cpp45 SLuint32 byteOrder; // desired to use for PCM buffers variable
57 if (byteOrder != nativeByteOrder) {
167 byteOrder = nativeByteOrder;
184 byteOrder = SL_BYTEORDER_BIGENDIAN;
186 byteOrder = SL_BYTEORDER_LITTLEENDIAN;
383 format_pcm.endianness = byteOrder;
/frameworks/base/media/java/android/media/
H A DExifInterface.java592 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) { argument
595 buffer.order(byteOrder);
602 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) { argument
603 return createUShort(new int[] {value}, byteOrder);
606 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) { argument
609 buffer.order(byteOrder);
616 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { argument
617 return createULong(new long[] {value}, byteOrder);
620 public static ExifAttribute createSLong(int[] values, ByteOrder byteOrder) { argument
623 buffer.order(byteOrder);
630 createSLong(int value, ByteOrder byteOrder) argument
649 createURational(Rational[] values, ByteOrder byteOrder) argument
660 createURational(Rational value, ByteOrder byteOrder) argument
664 createSRational(Rational[] values, ByteOrder byteOrder) argument
675 createSRational(Rational value, ByteOrder byteOrder) argument
679 createDouble(double[] values, ByteOrder byteOrder) argument
689 createDouble(double value, ByteOrder byteOrder) argument
698 getValue(ByteOrder byteOrder) argument
812 getDoubleValue(ByteOrder byteOrder) argument
851 getIntValue(ByteOrder byteOrder) argument
876 getStringValue(ByteOrder byteOrder) argument
3758 setByteOrder(ByteOrder byteOrder) argument
3975 ByteOrderedDataOutputStream(OutputStream out, ByteOrder byteOrder) argument
3981 setByteOrder(ByteOrder byteOrder) argument
[all...]
/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
H A DExifInterface.java2943 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) { argument
2946 buffer.order(byteOrder);
2953 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) { argument
2954 return createUShort(new int[] {value}, byteOrder);
2957 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) { argument
2960 buffer.order(byteOrder);
2967 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { argument
2968 return createULong(new long[] {value}, byteOrder);
2971 public static ExifAttribute createSLong(int[] values, ByteOrder byteOrder) { argument
2974 buffer.order(byteOrder);
2981 createSLong(int value, ByteOrder byteOrder) argument
3000 createURational(Rational[] values, ByteOrder byteOrder) argument
3011 createURational(Rational value, ByteOrder byteOrder) argument
3015 createSRational(Rational[] values, ByteOrder byteOrder) argument
3026 createSRational(Rational value, ByteOrder byteOrder) argument
3030 createDouble(double[] values, ByteOrder byteOrder) argument
3040 createDouble(double value, ByteOrder byteOrder) argument
3049 getValue(ByteOrder byteOrder) argument
3171 getDoubleValue(ByteOrder byteOrder) argument
3210 getIntValue(ByteOrder byteOrder) argument
3235 getStringValue(ByteOrder byteOrder) argument
6113 setByteOrder(ByteOrder byteOrder) argument
6338 ByteOrderedDataOutputStream(OutputStream out, ByteOrder byteOrder) argument
6344 setByteOrder(ByteOrder byteOrder) argument
[all...]

Completed in 910 milliseconds