Home
last modified time | relevance | path

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

/trusty/user/base/lib/hwbcc/rust/src/
Dlib.rs148 struct HwBccResponse { struct
157 impl Deserialize for HwBccResponse { argument
219 fn recv_resp(session: &Handle, cmd: BccCmd, buf: &mut [u8]) -> Result<HwBccResponse, HwBccError> { in recv_resp() argument
220 let response: HwBccResponse = session.recv(buf)?; in recv_resp()
232 fn read_payload(resp: HwBccResponse, buf: &mut [u8]) -> Result<&[u8], HwBccError> { in read_payload() argument