Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/src/
Dbinder.rs126 fn try_from(stability: i32) -> Result<Stability> { in try_from() method
637 fn try_from(ibinder: SpIBinder) -> Result<Strong<Self>>; in try_from() method
Dnative.rs403 fn try_from(mut ibinder: SpIBinder) -> Result<Self> { in try_from() method
/frameworks/native/libs/binder/rust/tests/
Dintegration.rs103 fn try_from(c: u32) -> Result<Self, Self::Error> { in try_from() method