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.h67 std::function<void(sp<BluetoothDeathRecipient>&)> unlink_cb_; variable
Dbluetooth_hci.cc292 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize()
304 unlink_cb_(death_recipient_); in close()
/system/bt/test/rootcanal/
Dbluetooth_hci.h60 std::function<void(sp<BluetoothDeathRecipient>&)> unlink_cb_; variable
Dbluetooth_hci.cc147 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize()