Home
last modified time | relevance | path

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

/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.cc246 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient()
253 mHci->close(); in serviceDied()
255 sp<IBluetoothHci> mHci; member in android::hardware::bluetooth::V1_1::btlinux::BluetoothDeathRecipient
/system/bt/test/rootcanal/
Dbluetooth_hci.cc51 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient()
58 mHci->close(); in serviceDied()
60 sp<IBluetoothHci> mHci; member in android::hardware::bluetooth::V1_1::sim::BluetoothDeathRecipient