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