Searched refs:GnssCallBackDeathRecipient (Results 1 – 2 of 2) sorted by relevance
70 class GnssCallBackDeathRecipient : public IRemoteObject::DeathRecipient {72 …explicit GnssCallBackDeathRecipient(const wptr<GnssInterfaceImpl>& impl) : gnssInterfaceImpl_(impl… in GnssCallBackDeathRecipient() function73 ~GnssCallBackDeathRecipient() = default;
492 sptr<IRemoteObject::DeathRecipient> death(new (std::nothrow) GnssCallBackDeathRecipient(this)); in AddGnssDeathRecipient()