Home
last modified time | relevance | path

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

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