Searched defs:WpIBinder (Results 1 – 1 of 1) sorted by relevance
126 pub fn downgrade(&mut self) -> WpIBinder { in downgrade()441 pub struct WpIBinder(ptr::NonNull<sys::AIBinder_Weak>); struct443 impl fmt::Debug for WpIBinder { implementation451 unsafe impl Send for WpIBinder {} implementation455 unsafe impl Sync for WpIBinder {} implementation457 impl WpIBinder { impl460 fn new<B: AsNative<sys::AIBinder>>(binder: &mut B) -> WpIBinder { in new()480 impl Clone for WpIBinder { implementation493 impl Ord for WpIBinder { implementation513 impl PartialOrd for WpIBinder { implementation[all …]