Searched refs:death_recipient (Results 1 – 6 of 6) sorted by relevance
184 let death_recipient = wait_for_binder_death(&mut vm.as_binder(), state.clone())?; in create() localVariable186 Ok(Self { vm, cid, state, _death_recipient: death_recipient }) in create()273 let mut death_recipient = DeathRecipient::new(move || { in wait_for_binder_death() localVariable277 binder.link_to_death(&mut death_recipient)?; in wait_for_binder_death()278 Ok(death_recipient) in wait_for_binder_death()
149 let mut death_recipient = DeathRecipient::new(move || { in run_async_compilation() localVariable154 task.as_binder().link_to_death(&mut death_recipient)?; in run_async_compilation()
228 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize_impl() argument229 if (death_recipient->getHasDied()) in initialize_impl()232 auto ret = cb->unlinkToDeath(death_recipient); in initialize_impl()
225 android::sp<BluetoothAudioDeathRecipient> death_recipient, in BluetoothAudioClientInterface() argument232 death_recipient_ = death_recipient; in BluetoothAudioClientInterface()
191 android::sp<BluetoothAudioDeathRecipient> death_recipient,
196 android::sp<BluetoothAudioDeathRecipient> death_recipient, in BluetoothAudioClientInterface() argument203 death_recipient_ = death_recipient; in BluetoothAudioClientInterface()