Searched refs:LocatorAgentDeathRecipient (Results 1 – 2 of 2) sorted by relevance
93 class LocatorAgentDeathRecipient : public IRemoteObject::DeathRecipient {95 explicit LocatorAgentDeathRecipient(LocatorAgentManager &impl) : impl_(impl) {} in LocatorAgentDeathRecipient() function96 ~LocatorAgentDeathRecipient() override = default;
166 …recipient_ = sptr<LocatorAgentDeathRecipient>(new (std::nothrow) LocatorAgentDeathRecipient(*this)… in InitLocatorAgent()