Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8998/android/
DGnssGeofencing.h70 struct GnssGeofencingDeathRecipient : hidl_death_recipient { struct
71 GnssGeofencingDeathRecipient(sp<GnssGeofencing> gnssGeofencing) : in GnssGeofencingDeathRecipient() argument
74 ~GnssGeofencingDeathRecipient() = default;
80 sp<GnssGeofencingDeathRecipient> mGnssGeofencingDeathRecipient = nullptr;
DGnssGeofencing.cpp33 void GnssGeofencing::GnssGeofencingDeathRecipient::serviceDied( in serviceDied()
43 mGnssGeofencingDeathRecipient = new GnssGeofencingDeathRecipient(this); in GnssGeofencing()