Home
last modified time | relevance | path

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

/system/bt/test/rootcanal/
Dbluetooth_hci.cc61 bool getHasDied() const { in getHasDied() function in android::hardware::bluetooth::V1_1::sim::BluetoothDeathRecipient
116 if (!death_recipient_->getHasDied()) { in initialize_impl()
129 if (!death_recipient_->getHasDied()) { in initialize_impl()
142 if (!death_recipient_->getHasDied()) { in initialize_impl()
156 if (!death_recipient_->getHasDied()) { in initialize_impl()
218 if (death_recipient->getHasDied()) in initialize_impl()
223 CHECK(death_recipient_->getHasDied()) in initialize_impl()
231 CHECK(death_recipient_->getHasDied()) in initialize_impl()
/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.cc256 bool getHasDied() const { return has_died_; } in getHasDied() function in android::hardware::bluetooth::V1_1::btlinux::BluetoothDeathRecipient
307 if (death_recipient->getHasDied()) in initialize_impl()