Home
last modified time | relevance | path

Searched defs:GnssDeathRecipient (Results 1 – 19 of 19) sorted by relevance

/aosp12/hardware/qcom/gps/msm8909w_3100/android/
H A DGnss.h114 struct GnssDeathRecipient : hidl_death_recipient { struct
115 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) { in GnssDeathRecipient() argument
119 sp<Gnss> mGnss;
/aosp12/hardware/qcom/gps/msm8998/android/
H A DGnss.h114 struct GnssDeathRecipient : hidl_death_recipient { struct
115 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) { in GnssDeathRecipient() argument
119 sp<Gnss> mGnss;
/aosp12/hardware/qcom/sm8150p/gps/android/1.0/
H A DGnss.h108 struct GnssDeathRecipient : hidl_death_recipient { struct
109 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) { in GnssDeathRecipient() function
113 sp<Gnss> mGnss;
/aosp12/hardware/qcom/sm7250/gps/android/1.0/
H A DGnss.h108 struct GnssDeathRecipient : hidl_death_recipient { struct
109 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) { in GnssDeathRecipient() argument
113 sp<Gnss> mGnss;
/aosp12/hardware/qcom/sm7150/gps/android/1.0/
H A DGnss.h108 struct GnssDeathRecipient : hidl_death_recipient { struct
109 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) { in GnssDeathRecipient() argument
113 sp<Gnss> mGnss;
/aosp12/hardware/qcom/sdm845/gps/msm8998/android/
H A DGnss.h114 struct GnssDeathRecipient : hidl_death_recipient { struct
115 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) { in GnssDeathRecipient() argument
119 sp<Gnss> mGnss;
/aosp12/hardware/qcom/sm8150/gps/android/1.0/
H A DGnss.h108 struct GnssDeathRecipient : hidl_death_recipient { struct
109 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) { in GnssDeathRecipient() function
113 sp<Gnss> mGnss;
/aosp12/hardware/qcom/sdm845/gps/sdm845/android/
H A DGnss.h118 struct GnssDeathRecipient : hidl_death_recipient { struct
119 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) { in GnssDeathRecipient() function
123 sp<Gnss> mGnss;
/aosp12/hardware/qcom/sm8150p/gps/android/1.1/
H A DGnss.h118 struct GnssDeathRecipient : hidl_death_recipient { struct
119 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) { in GnssDeathRecipient() argument
123 sp<Gnss> mGnss;
/aosp12/hardware/qcom/sm7250/gps/android/1.1/
H A DGnss.h118 struct GnssDeathRecipient : hidl_death_recipient { struct
119 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) { in GnssDeathRecipient() function
123 sp<Gnss> mGnss;
/aosp12/hardware/qcom/sm7150/gps/android/1.1/
H A DGnss.h118 struct GnssDeathRecipient : hidl_death_recipient { struct
119 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) { in GnssDeathRecipient() argument
123 sp<Gnss> mGnss;
/aosp12/hardware/qcom/sm8150/gps/android/1.1/
H A DGnss.h118 struct GnssDeathRecipient : hidl_death_recipient { struct
119 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) { in GnssDeathRecipient() argument
123 sp<Gnss> mGnss;
/aosp12/hardware/qcom/sm8150p/gps/android/2.0/
H A DGnss.h147 struct GnssDeathRecipient : hidl_death_recipient { struct
148 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) { in GnssDeathRecipient() argument
152 sp<Gnss> mGnss;
/aosp12/hardware/qcom/sm7250/gps/android/2.0/
H A DGnss.h147 struct GnssDeathRecipient : hidl_death_recipient { struct
148 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) { in GnssDeathRecipient() function
152 sp<Gnss> mGnss;
/aosp12/hardware/qcom/sm7150/gps/android/2.0/
H A DGnss.h147 struct GnssDeathRecipient : hidl_death_recipient { struct
148 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) { in GnssDeathRecipient() argument
152 sp<Gnss> mGnss;
/aosp12/hardware/qcom/sm8150/gps/android/2.0/
H A DGnss.h144 struct GnssDeathRecipient : hidl_death_recipient { struct
145 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) { in GnssDeathRecipient() function
149 sp<Gnss> mGnss;
/aosp12/hardware/qcom/sm7250/gps/android/2.1/
H A DGnss.h151 struct GnssDeathRecipient : hidl_death_recipient { struct
152 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) { in GnssDeathRecipient() argument
156 sp<Gnss> mGnss;
/aosp12/hardware/qcom/sm8150/gps/android/2.1/
H A DGnss.h151 struct GnssDeathRecipient : hidl_death_recipient { struct
152 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) { in GnssDeathRecipient() function
156 sp<Gnss> mGnss;
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp228 struct GnssDeathRecipient : virtual public hidl_death_recipient struct
242 sp<GnssDeathRecipient> gnssHalDeathRecipient = nullptr; argument