Searched refs:pokeInt (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | FileBridge.java | 166 Memory.pokeInt(mTemp, 0, cmd, ByteOrder.BIG_ENDIAN); in writeCommandAndBlock() 182 Memory.pokeInt(mTemp, 0, CMD_WRITE, ByteOrder.BIG_ENDIAN); in write() 183 Memory.pokeInt(mTemp, 4, byteCount, ByteOrder.BIG_ENDIAN); in write()
|
D | ParcelFileDescriptor.java | 854 Memory.pokeInt(buf, writePtr, status, ByteOrder.BIG_ENDIAN); in writeCommStatusAndClose()
|
/frameworks/base/wifi/java/android/net/wifi/aware/ |
D | TlvBufferUtils.java | 285 pokeInt(mArray, mPosition, data, mByteOrder); in putInt() 679 private static void pokeInt(byte[] dst, int offset, int value, ByteOrder order) { in pokeInt() method
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 38677 HSPLlibcore/io/Memory;->pokeInt(JIZ)V 38678 HSPLlibcore/io/Memory;->pokeInt([BIILjava/nio/ByteOrder;)V
|