Searched refs:GnssBatchingDeathRecipient (Results 1 – 4 of 4) sorted by relevance
59 struct GnssBatchingDeathRecipient : hidl_death_recipient { struct60 GnssBatchingDeathRecipient(sp<GnssBatching> gnssBatching) : in GnssBatchingDeathRecipient() argument63 ~GnssBatchingDeathRecipient() = default;69 sp<GnssBatchingDeathRecipient> mGnssBatchingDeathRecipient = nullptr;
33 void GnssBatching::GnssBatchingDeathRecipient::serviceDied( in serviceDied()44 mGnssBatchingDeathRecipient = new GnssBatchingDeathRecipient(this); in GnssBatching()