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

  /device/google/dragon/bluetooth/
bluetooth_hci.cc 54 : death_recipient_(new BluetoothDeathRecipient(this)) {}
64 death_recipient_->setHasDied(false);
65 cb->linkToDeath(death_recipient_, 0);
112 unlink_cb_(death_recipient_);
bluetooth_hci.h 47 ::android::sp<BluetoothDeathRecipient> death_recipient_; member in class:android::hardware::bluetooth::V1_0::dragon::BluetoothHci
  /hardware/interfaces/bluetooth/1.0/default/
bluetooth_hci.cc 54 : death_recipient_(new BluetoothDeathRecipient(this)) {}
64 death_recipient_->setHasDied(false);
65 cb->linkToDeath(death_recipient_, 0);
112 unlink_cb_(death_recipient_);
bluetooth_hci.h 49 ::android::sp<BluetoothDeathRecipient> death_recipient_; member in class:android::hardware::bluetooth::V1_0::implementation::BluetoothHci
  /system/connectivity/wificond/scanning/offload/
offload_scan_manager.cpp 77 death_recipient_(nullptr),
95 death_recipient_ = offload_service_utils_.lock()->GetOffloadDeathRecipient(
100 wifi_offload_hal_->linkToDeath(death_recipient_, cookie);
261 wifi_offload_hal_->unlinkToDeath(death_recipient_);
325 death_recipient_.clear();
offload_scan_manager.h 148 android::sp<OffloadDeathRecipient> death_recipient_; member in class:android::wificond::OffloadScanManager
  /system/bt/test/rootcanal/
bluetooth_hci.cc 62 : death_recipient_(new BluetoothDeathRecipient(this)) {}
72 death_recipient_->setHasDied(false);
73 cb->linkToDeath(death_recipient_, 0);
bluetooth_hci.h 60 sp<BluetoothDeathRecipient> death_recipient_; member in class:android::hardware::bluetooth::V1_0::sim::BluetoothHci
  /system/bt/vendor_libs/linux/interface/
bluetooth_hci.cc 265 : death_recipient_(new BluetoothDeathRecipient(this)) {}
275 death_recipient_->setHasDied(false);
276 cb->linkToDeath(death_recipient_, 0);
305 unlink_cb_(death_recipient_);
bluetooth_hci.h 66 ::android::sp<BluetoothDeathRecipient> death_recipient_; member in class:android::hardware::bluetooth::V1_0::btlinux::BluetoothHci
  /system/connectivity/wificond/tests/
offload_scan_manager_test.cpp 70 sp<OffloadDeathRecipient>* death_recipient_) {
72 *death_recipient_ = sp<OffloadDeathRecipient>(death_recipient);
96 Invoke(bind(CaptureDeathRecipient, _1, &death_recipient_)));
108 death_recipient_.clear();
113 sp<OffloadDeathRecipient> death_recipient_; member in class:android::wificond::OffloadScanManagerTest
140 death_recipient_->serviceDied(cookie_, mock_offload_);
155 death_recipient_->serviceDied(kDeathCode, mock_offload_);

Completed in 111 milliseconds