Home
last modified time | relevance | path

Searched refs:GnssDeathRecipient (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/sdm845/gps/msm8998/android/
DGnss.h114 struct GnssDeathRecipient : hidl_death_recipient { struct
115 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) { in GnssDeathRecipient() function
117 ~GnssDeathRecipient() = default;
123 sp<GnssDeathRecipient> mGnssDeathRecipient = nullptr;
DGnss.cpp34 void Gnss::GnssDeathRecipient::serviceDied(uint64_t cookie, const wp<IBase>& who) { in serviceDied()
48 mGnssDeathRecipient = new GnssDeathRecipient(this); in Gnss()
/hardware/qcom/gps/msm8909w_3100/android/
DGnss.h114 struct GnssDeathRecipient : hidl_death_recipient { struct
115 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) { in GnssDeathRecipient() function
117 ~GnssDeathRecipient() = default;
123 sp<GnssDeathRecipient> mGnssDeathRecipient = nullptr;
DGnss.cpp34 void Gnss::GnssDeathRecipient::serviceDied(uint64_t cookie, const wp<IBase>& who) { in serviceDied()
48 mGnssDeathRecipient = new GnssDeathRecipient(this); in Gnss()
/hardware/qcom/gps/msm8998/android/
DGnss.h114 struct GnssDeathRecipient : hidl_death_recipient { struct
115 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) { in GnssDeathRecipient() function
117 ~GnssDeathRecipient() = default;
123 sp<GnssDeathRecipient> mGnssDeathRecipient = nullptr;
DGnss.cpp34 void Gnss::GnssDeathRecipient::serviceDied(uint64_t cookie, const wp<IBase>& who) { in serviceDied()
48 mGnssDeathRecipient = new GnssDeathRecipient(this); in Gnss()
/hardware/qcom/sdm845/gps/sdm845/android/
DGnss.h118 struct GnssDeathRecipient : hidl_death_recipient { struct
119 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) { in GnssDeathRecipient() function
121 ~GnssDeathRecipient() = default;
127 sp<GnssDeathRecipient> mGnssDeathRecipient = nullptr;
DGnss.cpp78 void Gnss::GnssDeathRecipient::serviceDied(uint64_t cookie, const wp<IBase>& who) { in serviceDied()
92 mGnssDeathRecipient = new GnssDeathRecipient(this); in Gnss()