Home
last modified time | relevance | path

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

/system/keymint/wire/src/
Dtypes.rs358 pub struct SetHalInfoResponse {} struct
650 SetHalInfo = 0x81 => (SetHalInfoRequest, SetHalInfoResponse),
/system/keymint/hal/src/
Dlib.rs270 let _rsp: kmr_wire::SetHalInfoResponse = channel_execute(channel, req)?; in send_hal_info()
/system/keymint/common/
Dgenerated.cddl624 [SetHalInfo, SetHalInfoResponse],
/system/keymint/ta/src/
Dlib.rs706 op_ok_rsp(PerformOpRsp::SetHalInfo(SetHalInfoResponse {})) in process_req()