Searched refs:BluetoothDeathRecipient (Results 1 – 6 of 6) sorted by relevance
48 class BluetoothDeathRecipient : public android::IBinder::DeathRecipient { class50 explicit BluetoothDeathRecipient( in BluetoothDeathRecipient() function in __anonce3fcd5b0111::BluetoothDeathRecipient54 ~BluetoothDeathRecipient() override = default;111 sp<BluetoothDeathRecipient> dr( in main()112 new BluetoothDeathRecipient(main_loop.task_runner())); in main()
38 class BluetoothDeathRecipient; variable75 ::android::sp<BluetoothDeathRecipient> death_recipient_;76 std::function<void(sp<BluetoothDeathRecipient>&)> unlink_cb_;
244 class BluetoothDeathRecipient : public hidl_death_recipient { class246 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient() function in android::hardware::bluetooth::V1_1::btlinux::BluetoothDeathRecipient264 : death_recipient_(new BluetoothDeathRecipient(this)) {} in BluetoothHci()306 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize_impl()
39 class BluetoothDeathRecipient; variable70 sp<BluetoothDeathRecipient> death_recipient_;72 std::function<void(sp<BluetoothDeathRecipient>&)> unlink_cb_;
49 class BluetoothDeathRecipient : public hidl_death_recipient { class51 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient() function in android::hardware::bluetooth::V1_1::sim::BluetoothDeathRecipient72 BluetoothHci::BluetoothHci() : death_recipient_(new BluetoothDeathRecipient(this)) {} in BluetoothHci()217 unlink_cb_ = [this, cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize_impl()
1049 class BluetoothDeathRecipient : public android::IBinder::DeathRecipient { class1051 BluetoothDeathRecipient() = default;1052 ~BluetoothDeathRecipient() override = default;1066 DISALLOW_COPY_AND_ASSIGN(BluetoothDeathRecipient);1087 sp<BluetoothDeathRecipient> dr(new BluetoothDeathRecipient()); in main()