HomeSort by relevance Sort by last modified time
    Searched refs:mHci (Results 1 - 4 of 4) sorted by null

  /device/linaro/hikey/bluetooth/
bluetooth_hci.h 36 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {}
41 mHci->close();
43 sp<IBluetoothHci> mHci;
  /hardware/interfaces/bluetooth/1.0/default/
bluetooth_hci.cc 36 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {}
43 mHci->close();
45 sp<IBluetoothHci> mHci;
  /system/bt/test/rootcanal/
bluetooth_hci.cc 49 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {}
56 mHci->close();
58 sp<IBluetoothHci> mHci;
  /system/bt/vendor_libs/linux/interface/
bluetooth_hci.cc 247 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {}
254 mHci->close();
256 sp<IBluetoothHci> mHci;

Completed in 387 milliseconds