Searched defs:rawBytes (Results 1 – 6 of 6) sorted by relevance
77 private static byte[] extractBytes(byte[] rawBytes, int start, int length) { in extractBytes()98 public static List<TypeValueEntry> parseLengthTypeValueBytes(byte[] rawBytes) { in parseLengthTypeValueBytes()
163 public static @NonNull BluetoothLeAudioContentMetadata fromRawBytes(@NonNull byte[] rawBytes) { in fromRawBytes()
258 public static BluetoothLeAudioCodecConfigMetadata fromRawBytes(@NonNull byte[] rawBytes) { in fromRawBytes()
307 int rawBytes = 0; in dumpStats() local
317 final long rawBytes = (entry.rxBytes + entry.txBytes) == 0 ? 1 : in getHistory() local
771 int rawBytes = 0; in dumpStats() local