Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/default/
Dbluetooth_hci.cc100 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize() argument
101 if (death_recipient->getHasDied()) in initialize()
104 cb->unlinkToDeath(death_recipient); in initialize()