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