Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/src/
Dproxy.rs126 pub fn downgrade(&mut self) -> WpIBinder { in downgrade()
441 pub struct WpIBinder(ptr::NonNull<sys::AIBinder_Weak>); struct
443 impl fmt::Debug for WpIBinder { implementation
451 unsafe impl Send for WpIBinder {} implementation
455 unsafe impl Sync for WpIBinder {} implementation
457 impl WpIBinder { impl
460 fn new<B: AsNative<sys::AIBinder>>(binder: &mut B) -> WpIBinder { in new()
480 impl Clone for WpIBinder { implementation
493 impl Ord for WpIBinder { implementation
513 impl PartialOrd for WpIBinder { implementation
[all …]