Home
last modified time | relevance | path

Searched refs:as_ref (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/binder/rust/tests/
Dserialization.rs90 SERVICE.as_ref().unwrap().as_raw().cast() in rust_service()
241 .as_ref() in on_transact()
253 s.as_ref().map(|s| { in on_transact()
288 .as_ref() in on_transact()
/frameworks/native/libs/binder/rust/src/parcel/
Dfile_descriptor.rs40 fn as_ref(&self) -> &File { in as_ref() method
Dparcelable.rs672 SerializeOption::serialize_option(self.as_ref(), parcel) in serialize()
/frameworks/native/libs/binder/rust/src/
Dproxy.rs118 class.as_ref().map(|p| InterfaceClass::from_ptr(p)) in get_class()
582 let callback = (cookie as *mut F).as_ref().unwrap(); in binder_died()
Dbinder.rs294 fn as_ref(&self) -> &I { in as_ref() method
543 self.as_ref().map_or(ptr::null(), |v| v.as_native()) in as_native()