Lines Matching refs:recipient
370 fn link_to_death(&mut self, recipient: &mut DeathRecipient) -> Result<()> { in link_to_death()
384 recipient.as_native_mut(), in link_to_death()
385 recipient.new_cookie(), in link_to_death()
390 fn unlink_to_death(&mut self, recipient: &mut DeathRecipient) -> Result<()> { in unlink_to_death()
400 recipient.as_native_mut(), in unlink_to_death()
401 recipient.get_cookie(), in unlink_to_death()
568 recipient: *mut sys::AIBinder_DeathRecipient, field
600 let recipient = unsafe { in new() localVariable
613 … sys::AIBinder_DeathRecipient_setOnUnlinked(recipient, Some(Self::cookie_decr_refcount::<F>)); in new()
616 recipient, in new()
696 self.recipient in as_native()
700 self.recipient in as_native_mut()
711 sys::AIBinder_DeathRecipient_delete(self.recipient); in drop()