Searched refs:death_recipient (Results 1 – 5 of 5) sorted by relevance
135 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize() argument136 if (death_recipient->getHasDied()) in initialize()139 cb->unlinkToDeath(death_recipient); in initialize()
293 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize() argument294 if (death_recipient->getHasDied()) in initialize()297 cb->unlinkToDeath(death_recipient); in initialize()
87 linkToDeath(death_recipient recipient, uint64_t cookie) generates (bool success);94 unlinkToDeath(death_recipient recipient) generates (bool success);
71 OffloadDeathRecipient* death_recipient = new OffloadDeathRecipient(handler); in CaptureDeathRecipient() local72 *death_recipient_ = sp<OffloadDeathRecipient>(death_recipient); in CaptureDeathRecipient()73 return death_recipient; in CaptureDeathRecipient()
134 "death_recipient" { yylval->type = new DeathRecipientType(*scope); return token::TYPE; }