Home
last modified time | relevance | path

Searched refs:maxEncodedUiFrameSizeBytes (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pigweed/pw_hdlc/java/main/dev/pigweed/pw_hdlc/
H A DEncoder.java62 long address, byte[] payload, int maxEncodedUiFrameSizeBytes) { in getMaxPayloadBytesInUiFrameOfSize() argument
64 address, ByteBuffer.wrap(payload), maxEncodedUiFrameSizeBytes); in getMaxPayloadBytesInUiFrameOfSize()
68 long address, ByteBuffer payload, int maxEncodedUiFrameSizeBytes) { in getMaxPayloadBytesInUiFrameOfSize() argument
77 if (output.writtenBytes + encoder.getFrameSuffixSize() > maxEncodedUiFrameSizeBytes) { in getMaxPayloadBytesInUiFrameOfSize()