Home
last modified time | relevance | path

Searched defs:BluetoothDeathRecipient (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/
Dbluetooth_hci.h35 class BluetoothDeathRecipient; variable
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
/hardware/interfaces/bluetooth/1.1/default/
Dbluetooth_hci.h36 class BluetoothDeathRecipient; variable
Dbluetooth_hci.cc37 class BluetoothDeathRecipient : public hidl_death_recipient { class
39 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient() function in android::hardware::bluetooth::V1_1::implementation::BluetoothDeathRecipient
/hardware/interfaces/bluetooth/aidl/default/
DBluetoothHci.h31 class BluetoothDeathRecipient; variable
DBluetoothHci.cpp66 class BluetoothDeathRecipient { class
68 BluetoothDeathRecipient(BluetoothHci* hci) : mHci(hci) {} in BluetoothDeathRecipient() function in aidl::android::hardware::bluetooth::impl::BluetoothDeathRecipient