Searched refs:death_recipient_ (Results 1 – 13 of 13) sorted by relevance
/hardware/interfaces/bluetooth/1.0/default/ |
D | bluetooth_hci.cc | 54 : 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()
|
D | bluetooth_hci.h | 49 ::android::sp<BluetoothDeathRecipient> death_recipient_;
|
/hardware/interfaces/bluetooth/audio/2.0/default/ |
D | BluetoothAudioProvider.cpp | 48 : death_recipient_(new BluetoothAudioDeathRecipient(this)), in BluetoothAudioProvider() 68 stack_iface_->linkToDeath(death_recipient_, 0); in startSession() 122 stack_iface_->unlinkToDeath(death_recipient_); in endSession()
|
D | BluetoothAudioProvider.h | 52 sp<BluetoothAudioDeathRecipient> death_recipient_;
|
/hardware/interfaces/bluetooth/1.1/default/ |
D | bluetooth_hci.cc | 57 : 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()
|
D | bluetooth_hci.h | 53 ::android::sp<BluetoothDeathRecipient> death_recipient_;
|
/hardware/interfaces/bluetooth/audio/2.1/default/ |
D | BluetoothAudioProvider.cpp | 49 : 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()
|
D | BluetoothAudioProvider.h | 55 sp<BluetoothAudioDeathRecipient> death_recipient_;
|
/hardware/interfaces/bluetooth/audio/aidl/default/ |
D | BluetoothAudioProvider.cpp | 53 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()
|
D | BluetoothAudioProvider.h | 144 ::ndk::ScopedAIBinder_DeathRecipient death_recipient_;
|
/hardware/interfaces/health/aidl/default/ |
D | LinkedCallback.cpp | 32 AIBinder_linkToDeath(callback->asBinder().get(), service->death_recipient_.get(), in Make()
|
D | Health.cpp | 64 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/ |
D | Health.h | 113 ndk::ScopedAIBinder_DeathRecipient death_recipient_; variable
|