Home
last modified time | relevance | path

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

/aosp_15_r20/system/authgraph/hal/src/
H A Dservice.rs45 pub struct AuthGraphService<T: SerializedChannel + 'static> { struct
49 impl<T: SerializedChannel + 'static> AuthGraphService<T> { implementation
104 impl<T: SerializedChannel> binder::Interface for AuthGraphService<T> {} implementation
109 impl<T: SerializedChannel> IAuthGraphKeyExchange for AuthGraphService<T> { implementation
/aosp_15_r20/trusty/user/app/secretkeeper/
Dlib.rs115 struct AuthGraphService { struct
120 impl tipc::Service for AuthGraphService { argument