Searched defs:bytes (Results 1 – 14 of 14) sorted by relevance
35 static ScanRecord parseScanRecord(byte[] bytes) { in parseScanRecord()
49 static CharSequence displayByteArray(byte[] bytes) { in displayByteArray()
128 private void calcSignature(byte[] bytes) { in calcSignature()158 private void calcChecksum(byte[] bytes) { in calcChecksum()
52 public synchronized void nextBytes(byte[] bytes) { in nextBytes()
42 public static String getHexBytes(String header, byte[] bytes) { in getHexBytes()
53 public DexBuffer(byte[] bytes) { in DexBuffer()
319 ByteArrayOutputStream bytes = new ByteArrayOutputStream(); in readFully() local
78 long tcpPacketToIpBytes(long packetCount, long bytes) { in tcpPacketToIpBytes()
335 int bytes = super.read(audioBuffer, sizeInBytes); in read() local352 int bytes = super.read(audioBuffer, sizeInBytes, readMode); in read() local
284 ByteArrayOutputStream bytes = new ByteArrayOutputStream(); in readFullyNoClose() local
563 void *bytes; in Java_android_media_cts_NativeDecoderTest_testFormatNative() local632 uint8_t bytes[16]; in Java_android_media_cts_NativeDecoderTest_testCryptoInfoNative() local
455 int bytes; in run() local
437 private static Object deserialize(byte[] bytes) { in deserialize()
1191 private byte[] bytes; field in RVCVXCheckAnalyzer.VideoDecoderForOpenCV.MatBuffer