Searched refs:BluetoothDeathRecipient (Results 1 - 6 of 6) sorted by relevance

/system/bt/test/rootcanal/
H A Dbluetooth_hci.h35 class BluetoothDeathRecipient;
60 sp<BluetoothDeathRecipient> death_recipient_;
62 std::function<void(sp<BluetoothDeathRecipient>&)> unlink_cb_;
H A Dbluetooth_hci.cc47 class BluetoothDeathRecipient : public hidl_death_recipient { class in namespace:android::hardware::bluetooth::V1_0::sim
49 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} function in class:android::hardware::bluetooth::V1_0::sim::BluetoothDeathRecipient
54 ALOGE("BluetoothDeathRecipient::serviceDied - Bluetooth service died");
67 : death_recipient_(new BluetoothDeathRecipient(this)) {}
135 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) {
/system/bt/vendor_libs/linux/interface/
H A Dbluetooth_hci.h37 class BluetoothDeathRecipient;
66 ::android::sp<BluetoothDeathRecipient> death_recipient_;
67 std::function<void(sp<BluetoothDeathRecipient>&)> unlink_cb_;
H A Dbluetooth_hci.cc245 class BluetoothDeathRecipient : public hidl_death_recipient { class in namespace:android::hardware::bluetooth::V1_0::btlinux
247 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} function in class:android::hardware::bluetooth::V1_0::btlinux::BluetoothDeathRecipient
252 ALOGE("BluetoothDeathRecipient::serviceDied - Bluetooth service died");
265 : death_recipient_(new BluetoothDeathRecipient(this)) {}
293 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) {
/system/bt/service/example/heart_rate/
H A Dserver_main.cc51 class BluetoothDeathRecipient : public android::IBinder::DeathRecipient { class in namespace:__anon858
53 explicit BluetoothDeathRecipient( function in class:__anon858::BluetoothDeathRecipient
57 ~BluetoothDeathRecipient() override = default;
114 sp<BluetoothDeathRecipient> dr(
115 new BluetoothDeathRecipient(main_loop.task_runner()));
/system/bt/service/client/
H A Dmain.cc1012 class BluetoothDeathRecipient : public android::IBinder::DeathRecipient { class in inherits:android::IBinder::DeathRecipient
1014 BluetoothDeathRecipient() = default;
1015 ~BluetoothDeathRecipient() override = default;
1029 DISALLOW_COPY_AND_ASSIGN(BluetoothDeathRecipient);
1050 sp<BluetoothDeathRecipient> dr(new BluetoothDeathRecipient());

Completed in 98 milliseconds