Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/libtrusty-rs/src/
H A Dlib.rs86 pub struct TipcChannel(File); struct
88 impl TipcChannel { impl
/aosp14/system/core/trusty/keymint/src/
H A Dkeymint_hal_main.rs43 struct TipcChannel(trusty::TipcChannel); struct
45 impl SerializedChannel for TipcChannel { implementation