Home
last modified time | relevance | path

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

/system/authgraph/hal/src/
Dservice.rs45 pub struct AuthGraphService<T: SerializedChannel + 'static> { struct
49 impl<T: SerializedChannel + 'static> AuthGraphService<T> { argument
104 impl<T: SerializedChannel> binder::Interface for AuthGraphService<T> {} implementation
109 impl<T: SerializedChannel> IAuthGraphKeyExchange for AuthGraphService<T> { implementation