Home
last modified time | relevance | path

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

/aosp_15_r20/system/keymint/hal/src/
H A Dlib.rs60 pub trait SerializedChannel: Debug + Send { interface
156 fn channel_execute<T, R, S>(channel: &mut T, req: R) -> binder::Result<S> in channel_execute()
/aosp_15_r20/system/authgraph/hal/src/
H A Dchannel.rs25 pub trait SerializedChannel: Send + Sync { trait