Searched defs:BluetoothDeathRecipient (Results 1 – 6 of 6) sorted by relevance
35 class BluetoothDeathRecipient; variable
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::BluetoothDeathRecipient
36 class BluetoothDeathRecipient; variable
37 class BluetoothDeathRecipient : public hidl_death_recipient { class39 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient() function in android::hardware::bluetooth::V1_1::implementation::BluetoothDeathRecipient
31 class BluetoothDeathRecipient; variable
66 class BluetoothDeathRecipient { class68 BluetoothDeathRecipient(BluetoothHci* hci) : mHci(hci) {} in BluetoothDeathRecipient() function in aidl::android::hardware::bluetooth::impl::BluetoothDeathRecipient