Searched refs:BluetoothDeathRecipient (Results 1 – 2 of 2) sorted by relevance
37 class BluetoothDeathRecipient; variable79 sp<BluetoothDeathRecipient> death_recipient_;81 std::function<void(sp<BluetoothDeathRecipient>&)> unlink_cb_;
56 class BluetoothDeathRecipient : public hidl_death_recipient { class58 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient() function in android::hardware::bluetooth::V1_1::sim::BluetoothDeathRecipient76 : death_recipient_(new BluetoothDeathRecipient(this)) {} in BluetoothHci()228 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize_impl()