Home
last modified time | relevance | path

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

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