Home
last modified time | relevance | path

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

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