Searched refs:GnssDeathRecipient (Results 1 – 8 of 8) sorted by relevance
114 struct GnssDeathRecipient : hidl_death_recipient { struct115 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) { in GnssDeathRecipient() function117 ~GnssDeathRecipient() = default;123 sp<GnssDeathRecipient> mGnssDeathRecipient = nullptr;
34 void Gnss::GnssDeathRecipient::serviceDied(uint64_t cookie, const wp<IBase>& who) { in serviceDied()48 mGnssDeathRecipient = new GnssDeathRecipient(this); in Gnss()
118 struct GnssDeathRecipient : hidl_death_recipient { struct119 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) { in GnssDeathRecipient() function121 ~GnssDeathRecipient() = default;127 sp<GnssDeathRecipient> mGnssDeathRecipient = nullptr;
78 void Gnss::GnssDeathRecipient::serviceDied(uint64_t cookie, const wp<IBase>& who) { in serviceDied()92 mGnssDeathRecipient = new GnssDeathRecipient(this); in Gnss()