Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/src/
Dsystem_only.rs98 pub fn from_binder(instance: &str, binder: SpIBinder) -> Option<Accessor> { in from_binder() method
Dproxy.rs717 fn from_binder(binder: SpIBinder) -> Result<Self>; in from_binder() method