Home
last modified time | relevance | path

Searched refs:death_recipient_ (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/
Dbluetooth_hci.cc54 : death_recipient_(new BluetoothDeathRecipient(this)) {} in BluetoothHci()
64 death_recipient_->setHasDied(false); in initialize()
65 cb->linkToDeath(death_recipient_, 0); in initialize()
115 unlink_cb_(death_recipient_); in close()
Dbluetooth_hci.h49 ::android::sp<BluetoothDeathRecipient> death_recipient_;
/hardware/interfaces/bluetooth/audio/2.0/default/
DBluetoothAudioProvider.cpp48 : death_recipient_(new BluetoothAudioDeathRecipient(this)), in BluetoothAudioProvider()
68 stack_iface_->linkToDeath(death_recipient_, 0); in startSession()
122 stack_iface_->unlinkToDeath(death_recipient_); in endSession()
DBluetoothAudioProvider.h52 sp<BluetoothAudioDeathRecipient> death_recipient_;
/hardware/interfaces/bluetooth/1.1/default/
Dbluetooth_hci.cc57 : death_recipient_(new BluetoothDeathRecipient(this)) {} in BluetoothHci()
67 death_recipient_->setHasDied(false); in initialize_1_1()
68 cb->linkToDeath(death_recipient_, 0); in initialize_1_1()
163 unlink_cb_(death_recipient_); in close()
Dbluetooth_hci.h53 ::android::sp<BluetoothDeathRecipient> death_recipient_;
/hardware/interfaces/bluetooth/audio/2.1/default/
DBluetoothAudioProvider.cpp49 : death_recipient_(new BluetoothAudioDeathRecipient(this)), in BluetoothAudioProvider()
89 stack_iface_->linkToDeath(death_recipient_, 0); in startSession_2_1()
143 stack_iface_->unlinkToDeath(death_recipient_); in endSession()
DBluetoothAudioProvider.h55 sp<BluetoothAudioDeathRecipient> death_recipient_;
/hardware/interfaces/bluetooth/audio/aidl/default/
DBluetoothAudioProvider.cpp53 death_recipient_ = ::ndk::ScopedAIBinder_DeathRecipient( in BluetoothAudioProvider()
55 AIBinder_DeathRecipient_setOnUnlinked(death_recipient_.get(), in BluetoothAudioProvider()
77 AIBinder_linkToDeath(stack_iface_->asBinder().get(), death_recipient_.get(), in startSession()
92 death_recipient_.get(), this); in endSession()
DBluetoothAudioProvider.h144 ::ndk::ScopedAIBinder_DeathRecipient death_recipient_;
/hardware/interfaces/health/aidl/default/
DLinkedCallback.cpp32 AIBinder_linkToDeath(callback->asBinder().get(), service->death_recipient_.get(), in Make()
DHealth.cpp64 death_recipient_(AIBinder_DeathRecipient_new(&OnCallbackDiedWrapped)) { in Health()
65 AIBinder_DeathRecipient_setOnUnlinked(death_recipient_.get(), onCallbackUnlinked); in Health()
329 auto status = AIBinder_unlinkToDeath(callback->asBinder().get(), death_recipient_.get(), in unregisterCallback()
/hardware/interfaces/health/aidl/default/include/health-impl/
DHealth.h113 ndk::ScopedAIBinder_DeathRecipient death_recipient_; variable