HomeSort by relevance Sort by last modified time
    Searched refs:GnssBatchingDeathRecipient (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/gps/msm8909w_3100/android/
GnssBatching.h 59 struct GnssBatchingDeathRecipient : hidl_death_recipient {
60 GnssBatchingDeathRecipient(sp<GnssBatching> gnssBatching) :
63 ~GnssBatchingDeathRecipient() = default;
69 sp<GnssBatchingDeathRecipient> mGnssBatchingDeathRecipient = nullptr;
GnssBatching.cpp 33 void GnssBatching::GnssBatchingDeathRecipient::serviceDied(
44 mGnssBatchingDeathRecipient = new GnssBatchingDeathRecipient(this);
  /hardware/qcom/gps/msm8998/android/
GnssBatching.h 59 struct GnssBatchingDeathRecipient : hidl_death_recipient {
60 GnssBatchingDeathRecipient(sp<GnssBatching> gnssBatching) :
63 ~GnssBatchingDeathRecipient() = default;
69 sp<GnssBatchingDeathRecipient> mGnssBatchingDeathRecipient = nullptr;
GnssBatching.cpp 33 void GnssBatching::GnssBatchingDeathRecipient::serviceDied(
44 mGnssBatchingDeathRecipient = new GnssBatchingDeathRecipient(this);

Completed in 182 milliseconds