Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/default/
Dbluetooth_hci.cc36 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient()
43 mHci->close(); in serviceDied()
45 sp<IBluetoothHci> mHci; member in android::hardware::bluetooth::V1_0::implementation::BluetoothDeathRecipient
/hardware/interfaces/bluetooth/1.1/default/
Dbluetooth_hci.cc39 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient()
46 mHci->close(); in serviceDied()
48 sp<IBluetoothHci> mHci; member in android::hardware::bluetooth::V1_1::implementation::BluetoothDeathRecipient