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

  /hardware/interfaces/bluetooth/1.0/default/
bluetooth_hci.cc 42 has_died_ = true;
46 bool getHasDied() const { return has_died_; }
47 void setHasDied(bool has_died) { has_died_ = has_died; }
50 bool has_died_; member in class:android::hardware::bluetooth::V1_0::implementation::BluetoothDeathRecipient
  /system/bt/test/rootcanal/
bluetooth_hci.cc 55 has_died_ = true;
59 bool getHasDied() const { return has_died_; }
60 void setHasDied(bool has_died) { has_died_ = has_died; }
63 bool has_died_; member in class:android::hardware::bluetooth::V1_0::sim::BluetoothDeathRecipient
  /system/bt/vendor_libs/linux/interface/
bluetooth_hci.cc 253 has_died_ = true;
257 bool getHasDied() const { return has_died_; }
258 void setHasDied(bool has_died) { has_died_ = has_died; }
261 bool has_died_; member in class:android::hardware::bluetooth::V1_0::btlinux::BluetoothDeathRecipient

Completed in 598 milliseconds