Searched refs:BluetoothDeathRecipient (Results 1 – 2 of 2) sorted by relevance
35 class BluetoothDeathRecipient; variable49 ::android::sp<BluetoothDeathRecipient> death_recipient_;50 std::function<void(sp<BluetoothDeathRecipient>&)> unlink_cb_;
34 class BluetoothDeathRecipient : public hidl_death_recipient { class36 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient() function in android::hardware::bluetooth::V1_0::implementation::BluetoothDeathRecipient54 : death_recipient_(new BluetoothDeathRecipient(this)) {} in BluetoothHci()100 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize()