Searched refs:unlink_cb_ (Results 1 – 2 of 2) sorted by relevance
100 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize()112 unlink_cb_(death_recipient_); in close()
50 std::function<void(sp<BluetoothDeathRecipient>&)> unlink_cb_; variable