Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/libtrusty-rs/tests/
H A Dtest.rs6 fn recv_no_alloc() { in recv_no_alloc() function
17 let read_len = connection.recv_no_alloc(recv_buf.as_mut_slice()).unwrap(); in recv_no_alloc()
42 let err = connection.recv_no_alloc(recv_buf.as_mut_slice()).unwrap_err(); in recv_small_buf()
/aosp14/system/core/trusty/libtrusty-rs/src/
H A Dlib.rs218 pub fn recv_no_alloc(&mut self, buf: &mut [u8]) -> Result<usize> { in recv_no_alloc() method