Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/trusty/secretkeeper/src/
H A Dhal_main.rs43 struct TipcChannel { struct
44 channel: Arc<Mutex<trusty::TipcChannel>>, argument
47 impl TipcChannel { implementation
60 impl SerializedChannel for TipcChannel { implementation
/aosp_15_r20/system/core/trusty/libtrusty-rs/src/
H A Dlib.rs92 pub struct TipcChannel(File); struct
94 impl TipcChannel { implementation
/aosp_15_r20/system/core/trusty/keymint/src/
H A Dkeymint_hal_main.rs44 struct TipcChannel(trusty::TipcChannel); struct
46 impl SerializedChannel for TipcChannel { implementation