Home
last modified time | relevance | path

Searched defs:HalServiceError (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/hardware/interfaces/security/authgraph/default/src/
H A Dmain.rs34 struct HalServiceError(String); struct
36 impl From<String> for HalServiceError { implementation
/aosp_15_r20/device/google/cuttlefish/guest/hals/keymint/rust/src/
Dkeymint_hal_main.rs38 struct HalServiceError(String); struct
54 fn set_terminal_raw(fd: libc::c_int) -> Result<(), HalServiceError> { in set_terminal_raw() argument
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/default/
H A Dmain.rs42 struct HalServiceError(String); struct
44 impl From<String> for HalServiceError { implementation
/aosp_15_r20/system/core/trusty/secretkeeper/src/
H A Dhal_main.rs40 struct HalServiceError(String); struct
/aosp_15_r20/system/core/trusty/keymint/src/
H A Dkeymint_hal_main.rs41 struct HalServiceError(String); struct