Home
last modified time | relevance | path

Searched refs:death_recipient (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/modules/Virtualization/vm/src/
H A Drun.rs68 let death_recipient = wait_for_death(&mut vm.as_binder(), dead.clone())?; in wait_for_vm() localVariable
72 drop(death_recipient); in wait_for_vm()
80 let mut death_recipient = DeathRecipient::new(move || { in wait_for_death() localVariable
84 binder.link_to_death(&mut death_recipient)?; in wait_for_death()
85 Ok(death_recipient) in wait_for_death()
/aosp12/hardware/interfaces/bluetooth/1.0/default/
H A Dbluetooth_hci.cc103 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize() argument
104 if (death_recipient->getHasDied()) in initialize()
107 cb->unlinkToDeath(death_recipient); in initialize()
/aosp12/hardware/interfaces/bluetooth/1.1/default/
H A Dbluetooth_hci.cc111 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize_1_1() argument
112 if (death_recipient->getHasDied()) in initialize_1_1()
115 cb->unlinkToDeath(death_recipient); in initialize_1_1()
/aosp12/system/iorap/src/binder/
H A Dpackage_manager_remote.cc173 android::sp<PackageManagerDeathRecipient> death_recipient) { in RegisterPackageManagerDeathRecipient() argument
176 android::IInterface::asBinder(package_service_.get())->linkToDeath(death_recipient); in RegisterPackageManagerDeathRecipient()
184 package_service_.get())->linkToDeath(death_recipient)) { in RegisterPackageManagerDeathRecipient()
H A Dpackage_manager_remote.h63 android::sp<PackageManagerDeathRecipient> death_recipient);
/aosp12/system/bt/vendor_libs/linux/interface/
H A Dbluetooth_hci.cc315 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize_impl() argument
316 if (death_recipient->getHasDied()) in initialize_impl()
319 cb->unlinkToDeath(death_recipient); in initialize_impl()
/aosp12/system/bt/test/rootcanal/
H A Dbluetooth_hci.cc216 unlink_cb_ = [this, cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize_impl() argument
217 if (death_recipient->getHasDied()) in initialize_impl()
220 auto ret = cb->unlinkToDeath(death_recipient); in initialize_impl()
/aosp12/frameworks/native/libs/binder/rust/tests/
H A Dintegration.rs308 let mut death_recipient = { in register_death_notification() localVariable
316 .link_to_death(&mut death_recipient) in register_death_notification()
319 (binder_died, death_recipient) in register_death_notification()
/aosp12/system/libhidl/transport/base/1.0/
H A DIBase.hal87 linkToDeath(death_recipient recipient, uint64_t cookie) generates (bool success);
97 unlinkToDeath(death_recipient recipient) generates (bool success);
/aosp12/system/bt/audio_hal_interface/
H A Dclient_interface.h189 android::sp<BluetoothAudioDeathRecipient> death_recipient,
H A Dclient_interface.cc201 android::sp<BluetoothAudioDeathRecipient> death_recipient, in BluetoothAudioClientInterface() argument
208 death_recipient_ = death_recipient; in BluetoothAudioClientInterface()
/aosp12/system/tools/hidl/
H A Dhidl-gen_l.ll131 "death_recipient" { yylval->type = new DeathRecipientType(*scope); return token::TYPE; }