Searched refs:death_recipient (Results 1 – 12 of 12) sorted by relevance
68 let death_recipient = wait_for_death(&mut vm.as_binder(), dead.clone())?; in wait_for_vm() localVariable72 drop(death_recipient); in wait_for_vm()80 let mut death_recipient = DeathRecipient::new(move || { in wait_for_death() localVariable84 binder.link_to_death(&mut death_recipient)?; in wait_for_death()85 Ok(death_recipient) in wait_for_death()
103 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize() argument104 if (death_recipient->getHasDied()) in initialize()107 cb->unlinkToDeath(death_recipient); in initialize()
111 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize_1_1() argument112 if (death_recipient->getHasDied()) in initialize_1_1()115 cb->unlinkToDeath(death_recipient); in initialize_1_1()
173 android::sp<PackageManagerDeathRecipient> death_recipient) { in RegisterPackageManagerDeathRecipient() argument176 android::IInterface::asBinder(package_service_.get())->linkToDeath(death_recipient); in RegisterPackageManagerDeathRecipient()184 package_service_.get())->linkToDeath(death_recipient)) { in RegisterPackageManagerDeathRecipient()
63 android::sp<PackageManagerDeathRecipient> death_recipient);
315 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize_impl() argument316 if (death_recipient->getHasDied()) in initialize_impl()319 cb->unlinkToDeath(death_recipient); in initialize_impl()
216 unlink_cb_ = [this, cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize_impl() argument217 if (death_recipient->getHasDied()) in initialize_impl()220 auto ret = cb->unlinkToDeath(death_recipient); in initialize_impl()
308 let mut death_recipient = { in register_death_notification() localVariable316 .link_to_death(&mut death_recipient) in register_death_notification()319 (binder_died, death_recipient) in register_death_notification()
87 linkToDeath(death_recipient recipient, uint64_t cookie) generates (bool success);97 unlinkToDeath(death_recipient recipient) generates (bool success);
189 android::sp<BluetoothAudioDeathRecipient> death_recipient,
201 android::sp<BluetoothAudioDeathRecipient> death_recipient, in BluetoothAudioClientInterface() argument208 death_recipient_ = death_recipient; in BluetoothAudioClientInterface()
131 "death_recipient" { yylval->type = new DeathRecipientType(*scope); return token::TYPE; }