Lines Matching defs:WpIBinder
123 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 { implementation
442 fn new<B: AsNative<sys::AIBinder>>(binder: &mut B) -> WpIBinder { in new()
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
524 impl Drop for WpIBinder { implementation