HomeSort by relevance Sort by last modified time
    Searched defs:GnssGeofencingDeathRecipient (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/gps/msm8998/android/
GnssGeofencing.h 66 // It is called by GnssGeofencingDeathRecipient to remove all geofences added so far.
70 struct GnssGeofencingDeathRecipient : hidl_death_recipient {
71 GnssGeofencingDeathRecipient(sp<GnssGeofencing> gnssGeofencing) :
74 ~GnssGeofencingDeathRecipient() = default;
80 sp<GnssGeofencingDeathRecipient> mGnssGeofencingDeathRecipient = nullptr;
  /hardware/qcom/gps/sdm845/android/
GnssGeofencing.h 66 // It is called by GnssGeofencingDeathRecipient to remove all geofences added so far.
70 struct GnssGeofencingDeathRecipient : hidl_death_recipient {
71 GnssGeofencingDeathRecipient(sp<GnssGeofencing> gnssGeofencing) :
74 ~GnssGeofencingDeathRecipient() = default;
80 sp<GnssGeofencingDeathRecipient> mGnssGeofencingDeathRecipient = nullptr;

Completed in 43 milliseconds