Home
last modified time | relevance | path

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

/packages/modules/Virtualization/vmclient/src/
Dlib.rs184 let death_recipient = wait_for_binder_death(&mut vm.as_binder(), state.clone())?; in create() localVariable
186 Ok(Self { vm, cid, state, _death_recipient: death_recipient }) in create()
273 let mut death_recipient = DeathRecipient::new(move || { in wait_for_binder_death() localVariable
277 binder.link_to_death(&mut death_recipient)?; in wait_for_binder_death()
278 Ok(death_recipient) in wait_for_binder_death()
/packages/modules/Virtualization/compos/composd_cmd/
Dcomposd_cmd.rs149 let mut death_recipient = DeathRecipient::new(move || { in run_async_compilation() localVariable
154 task.as_binder().link_to_death(&mut death_recipient)?; in run_async_compilation()
/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.cc228 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize_impl() argument
229 if (death_recipient->getHasDied()) in initialize_impl()
232 auto ret = cb->unlinkToDeath(death_recipient); in initialize_impl()
/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software_unittest.cc225 android::sp<BluetoothAudioDeathRecipient> death_recipient, in BluetoothAudioClientInterface() argument
232 death_recipient_ = death_recipient; in BluetoothAudioClientInterface()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl.h191 android::sp<BluetoothAudioDeathRecipient> death_recipient,
Dclient_interface_hidl.cc196 android::sp<BluetoothAudioDeathRecipient> death_recipient, in BluetoothAudioClientInterface() argument
203 death_recipient_ = death_recipient; in BluetoothAudioClientInterface()