Lines Matching defs:WpIBinder
126 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 { implementation
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
519 impl PartialEq for WpIBinder { implementation
525 impl Eq for WpIBinder {} implementation
527 impl Drop for WpIBinder { implementation