Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/security/secretkeeper/default/src/
H A Dlib.rs112 pub struct AuthGraphChannel(pub Arc<Mutex<LocalTa>>); struct
114 impl SerializedChannel for AuthGraphChannel { implementation