Home
last modified time | relevance | path

Searched defs:handle_chunk (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/tools/netsim/rust/cli/src/
H A Dffi.rs16 fn handle_chunk(&self, chunk: &[u8]) { in handle_chunk() method
27 fn handle_chunk(&self, chunk: &[u8]); in handle_chunk() method
53 fn handle_chunk(&self, chunk: &[u8]); in handle_chunk() function
H A Dfile_handler.rs29 fn handle_chunk(&self, chunk: &[u8]) { in handle_chunk() method
/aosp_15_r20/external/pigweed/pw_transfer/py/pw_transfer/
H A Dtransfer.py228 async def handle_chunk(self, chunk: Chunk) -> None: member in Transfer