Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/default/
Dbluetooth_hci.cc103 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize()
115 unlink_cb_(death_recipient_); in close()
Dbluetooth_hci.h50 std::function<void(sp<BluetoothDeathRecipient>&)> unlink_cb_; variable
/hardware/interfaces/bluetooth/1.1/default/
Dbluetooth_hci.cc111 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize_1_1()
163 unlink_cb_(death_recipient_); in close()
Dbluetooth_hci.h54 std::function<void(sp<BluetoothDeathRecipient>&)> unlink_cb_; variable