Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/binder/rust/src/
H A Dnative.rs483 impl Remotable for () { impl
H A Dbinder.rs174 pub trait Remotable: Send + Sync + 'static { interface