Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcf_webrtc.js426 const MAX_SIZE = 65535;
428 for (let i = 0; i < data.byteLength; i += MAX_SIZE) {
430 this.#cameraDataChannel.send(data.slice(i, i + MAX_SIZE));
/device/google/cuttlefish/guest/hals/keymint/rust/src/
Dkeymint_hal_main.rs45 const MAX_SIZE: usize = kmr_wire::DEFAULT_MAX_SIZE; constant