Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/rust/src/
H A Dproxy.rs123 pub fn downgrade(&mut self) -> WpIBinder { in downgrade()
426 pub struct WpIBinder(*mut sys::AIBinder_Weak); struct
428 impl fmt::Debug for WpIBinder { implementation
437 unsafe impl Send for WpIBinder {} implementation
439 impl WpIBinder { impl
465 impl Clone for WpIBinder { implementation
484 impl Ord for WpIBinder { implementation
510 impl PartialOrd for WpIBinder { implementation
516 impl PartialEq for WpIBinder { implementation
522 impl Eq for WpIBinder {} implementation
[all …]