Home
last modified time | relevance | path

Searched refs:unlink_cb_ (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/interfaces/bluetooth/1.0/default/
H A Dbluetooth_hci.cc103 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize()
115 unlink_cb_(death_recipient_); in close()
H A Dbluetooth_hci.h50 std::function<void(sp<BluetoothDeathRecipient>&)> unlink_cb_; variable
/aosp12/hardware/interfaces/bluetooth/1.1/default/
H A Dbluetooth_hci.cc111 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize_1_1()
163 unlink_cb_(death_recipient_); in close()
H A Dbluetooth_hci.h54 std::function<void(sp<BluetoothDeathRecipient>&)> unlink_cb_; variable
/aosp12/system/bt/vendor_libs/linux/interface/
H A Dbluetooth_hci.h76 std::function<void(sp<BluetoothDeathRecipient>&)> unlink_cb_; variable
H A Dbluetooth_hci.cc315 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize_impl()
327 unlink_cb_(death_recipient_); in close()
/aosp12/system/bt/test/rootcanal/
H A Dbluetooth_hci.h72 std::function<void(sp<BluetoothDeathRecipient>&)> unlink_cb_; variable
H A Dbluetooth_hci.cc216 unlink_cb_ = [this, cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize_impl()