Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/default/
Dbluetooth_hci.cc100 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize()
112 unlink_cb_(death_recipient_); in close()
Dbluetooth_hci.h50 std::function<void(sp<BluetoothDeathRecipient>&)> unlink_cb_; variable