Home
last modified time | relevance | path

Searched defs:putByte (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DUnsafeUtil.java72 static void putByte(byte[] target, long offset, byte value) { in putByte() method in UnsafeUtil
89 static void putByte(long address, byte value) { in putByte() method in UnsafeUtil
/frameworks/base/wifi/java/android/net/wifi/aware/
DTlvBufferUtils.java167 public TlvConstructor putByte(int type, byte b) { in putByte() method in TlvBufferUtils.TlvConstructor
/frameworks/base/core/java/android/os/
DBundle.java446 public void putByte(@Nullable String key, byte value) { in putByte() method in Bundle
DBaseBundle.java585 void putByte(@Nullable String key, byte value) { in putByte() method in BaseBundle