Home
last modified time | relevance | path

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

/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.h76 std::function<void(sp<BluetoothDeathRecipient>&)> unlink_cb_; variable
Dbluetooth_hci.cc306 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize_impl()
318 unlink_cb_(death_recipient_); in close()
/system/bt/test/rootcanal/
Dbluetooth_hci.h72 std::function<void(sp<BluetoothDeathRecipient>&)> unlink_cb_; variable
Dbluetooth_hci.cc217 unlink_cb_ = [this, cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize_impl()