Searched refs:GnssHidlDeathRecipient (Results 1 – 2 of 2) sorted by relevance
129 class GnssHidlDeathRecipient : public hidl_death_recipient {131 GnssHidlDeathRecipient(const sp<Gnss> gnss) : mGnss(gnss) { in GnssHidlDeathRecipient() function165 sp<GnssHidlDeathRecipient> mDeathRecipient;
53 mDeathRecipient(new GnssHidlDeathRecipient(this)) { in Gnss()