Home
last modified time | relevance | path

Searched refs:GnssHidlDeathRecipient (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/gnss/1.0/default/
DGnss.h129 class GnssHidlDeathRecipient : public hidl_death_recipient {
131 GnssHidlDeathRecipient(const sp<Gnss> gnss) : mGnss(gnss) { in GnssHidlDeathRecipient() function
165 sp<GnssHidlDeathRecipient> mDeathRecipient;
DGnss.cpp53 mDeathRecipient(new GnssHidlDeathRecipient(this)) { in Gnss()