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

  /hardware/qcom/gps/msm8909w_3100/android/
Gnss.h 114 struct GnssDeathRecipient : hidl_death_recipient {
115 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) {
117 ~GnssDeathRecipient() = default;
123 sp<GnssDeathRecipient> mGnssDeathRecipient = nullptr;
Gnss.cpp 34 void Gnss::GnssDeathRecipient::serviceDied(uint64_t cookie, const wp<IBase>& who) {
48 mGnssDeathRecipient = new GnssDeathRecipient(this);
  /hardware/qcom/gps/msm8998/android/
Gnss.h 114 struct GnssDeathRecipient : hidl_death_recipient {
115 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) {
117 ~GnssDeathRecipient() = default;
123 sp<GnssDeathRecipient> mGnssDeathRecipient = nullptr;
Gnss.cpp 34 void Gnss::GnssDeathRecipient::serviceDied(uint64_t cookie, const wp<IBase>& who) {
48 mGnssDeathRecipient = new GnssDeathRecipient(this);
  /frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp 121 struct GnssDeathRecipient : virtual public hidl_death_recipient
135 sp<GnssDeathRecipient> gnssHalDeathRecipient = nullptr;
    [all...]

Completed in 150 milliseconds