Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/default/
Dbluetooth_hci.h35 class BluetoothDeathRecipient; variable
49 ::android::sp<BluetoothDeathRecipient> death_recipient_;
50 std::function<void(sp<BluetoothDeathRecipient>&)> unlink_cb_;
Dbluetooth_hci.cc34 class BluetoothDeathRecipient : public hidl_death_recipient { class
36 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient() function in android::hardware::bluetooth::V1_0::implementation::BluetoothDeathRecipient
54 : death_recipient_(new BluetoothDeathRecipient(this)) {} in BluetoothHci()
100 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize()