Home
last modified time | relevance | path

Searched refs:BluetoothDeathRecipient (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.h37 class BluetoothDeathRecipient; variable
79 sp<BluetoothDeathRecipient> death_recipient_;
81 std::function<void(sp<BluetoothDeathRecipient>&)> unlink_cb_;
Dbluetooth_hci.cc56 class BluetoothDeathRecipient : public hidl_death_recipient { class
58 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient() function in android::hardware::bluetooth::V1_1::sim::BluetoothDeathRecipient
76 : death_recipient_(new BluetoothDeathRecipient(this)) {} in BluetoothHci()
228 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize_impl()