Home
last modified time | relevance | path

Searched refs:mGnssGeofencingCbIface (Results 1 – 18 of 18) sorted by relevance

/hardware/interfaces/gnss/1.0/default/
DGnssGeofencing.cpp29 sp<IGnssGeofenceCallback> GnssGeofencing::mGnssGeofencingCbIface = nullptr; member in android::hardware::gnss::V1_0::implementation::GnssGeofencing
57 if (mGnssGeofencingCbIface == nullptr) { in gnssGfTransitionCb()
68 auto ret = mGnssGeofencingCbIface->gnssGeofenceTransitionCb( in gnssGfTransitionCb()
79 if (mGnssGeofencingCbIface == nullptr) { in gnssGfStatusCb()
92 auto ret = mGnssGeofencingCbIface->gnssGeofenceStatusCb( in gnssGfStatusCb()
100 if (mGnssGeofencingCbIface == nullptr) { in gnssGfAddCb()
105 auto ret = mGnssGeofencingCbIface->gnssGeofenceAddCb( in gnssGfAddCb()
113 if (mGnssGeofencingCbIface == nullptr) { in gnssGfRemoveCb()
118 auto ret = mGnssGeofencingCbIface->gnssGeofenceRemoveCb( in gnssGfRemoveCb()
126 if (mGnssGeofencingCbIface == nullptr) { in gnssGfPauseCb()
[all …]
DGnssGeofencing.h86 static sp<IGnssGeofenceCallback> mGnssGeofencingCbIface; member
/hardware/qcom/gps/msm8909w_3100/android/location_api/
DGeofenceAPIClient.cpp48 mGnssGeofencingCbIface(callback) in GeofenceAPIClient()
60 if (mGnssGeofencingCbIface != nullptr) { in GeofenceAPIClient()
143 if (mGnssGeofencingCbIface != nullptr) { in onGeofenceBreachCb()
159 auto r = mGnssGeofencingCbIface->gnssGeofenceTransitionCb( in onGeofenceBreachCb()
173 if (mGnssGeofencingCbIface != nullptr) { in onGeofenceStatusCb()
181 auto r = mGnssGeofencingCbIface->gnssGeofenceStatusCb(status, gnssLocation); in onGeofenceStatusCb()
192 if (mGnssGeofencingCbIface != nullptr) { in onAddGeofencesCb()
200 auto r = mGnssGeofencingCbIface->gnssGeofenceAddCb(ids[i], status); in onAddGeofencesCb()
212 if (mGnssGeofencingCbIface != nullptr) { in onRemoveGeofencesCb()
220 auto r = mGnssGeofencingCbIface->gnssGeofenceRemoveCb(ids[i], status); in onRemoveGeofencesCb()
[all …]
DGeofenceAPIClient.h68 sp<IGnssGeofenceCallback> mGnssGeofencingCbIface;
/hardware/qcom/gps/msm8998/android/location_api/
DGeofenceAPIClient.cpp48 mGnssGeofencingCbIface(callback) in GeofenceAPIClient()
59 if (mGnssGeofencingCbIface != nullptr) { in GeofenceAPIClient()
142 if (mGnssGeofencingCbIface != nullptr) { in onGeofenceBreachCb()
158 auto r = mGnssGeofencingCbIface->gnssGeofenceTransitionCb( in onGeofenceBreachCb()
172 if (mGnssGeofencingCbIface != nullptr) { in onGeofenceStatusCb()
180 auto r = mGnssGeofencingCbIface->gnssGeofenceStatusCb(status, gnssLocation); in onGeofenceStatusCb()
191 if (mGnssGeofencingCbIface != nullptr) { in onAddGeofencesCb()
199 auto r = mGnssGeofencingCbIface->gnssGeofenceAddCb(ids[i], status); in onAddGeofencesCb()
211 if (mGnssGeofencingCbIface != nullptr) { in onRemoveGeofencesCb()
219 auto r = mGnssGeofencingCbIface->gnssGeofenceRemoveCb(ids[i], status); in onRemoveGeofencesCb()
[all …]
DGeofenceAPIClient.h68 sp<IGnssGeofenceCallback> mGnssGeofencingCbIface;
/hardware/qcom/sdm845/gps/msm8998/android/location_api/
DGeofenceAPIClient.cpp48 mGnssGeofencingCbIface(callback) in GeofenceAPIClient()
59 if (mGnssGeofencingCbIface != nullptr) { in GeofenceAPIClient()
142 if (mGnssGeofencingCbIface != nullptr) { in onGeofenceBreachCb()
158 auto r = mGnssGeofencingCbIface->gnssGeofenceTransitionCb( in onGeofenceBreachCb()
172 if (mGnssGeofencingCbIface != nullptr) { in onGeofenceStatusCb()
180 auto r = mGnssGeofencingCbIface->gnssGeofenceStatusCb(status, gnssLocation); in onGeofenceStatusCb()
191 if (mGnssGeofencingCbIface != nullptr) { in onAddGeofencesCb()
199 auto r = mGnssGeofencingCbIface->gnssGeofenceAddCb(ids[i], status); in onAddGeofencesCb()
211 if (mGnssGeofencingCbIface != nullptr) { in onRemoveGeofencesCb()
219 auto r = mGnssGeofencingCbIface->gnssGeofenceRemoveCb(ids[i], status); in onRemoveGeofencesCb()
[all …]
DGeofenceAPIClient.h68 sp<IGnssGeofenceCallback> mGnssGeofencingCbIface;
/hardware/qcom/sdm845/gps/sdm845/android/location_api/
DGeofenceAPIClient.cpp50 mGnssGeofencingCbIface(callback) in GeofenceAPIClient()
62 if (mGnssGeofencingCbIface != nullptr) { in GeofenceAPIClient()
145 if (mGnssGeofencingCbIface != nullptr) { in onGeofenceBreachCb()
161 auto r = mGnssGeofencingCbIface->gnssGeofenceTransitionCb( in onGeofenceBreachCb()
175 if (mGnssGeofencingCbIface != nullptr) { in onGeofenceStatusCb()
183 auto r = mGnssGeofencingCbIface->gnssGeofenceStatusCb(status, gnssLocation); in onGeofenceStatusCb()
194 if (mGnssGeofencingCbIface != nullptr) { in onAddGeofencesCb()
202 auto r = mGnssGeofencingCbIface->gnssGeofenceAddCb(ids[i], status); in onAddGeofencesCb()
214 if (mGnssGeofencingCbIface != nullptr) { in onRemoveGeofencesCb()
222 auto r = mGnssGeofencingCbIface->gnssGeofenceRemoveCb(ids[i], status); in onRemoveGeofencesCb()
[all …]
DGeofenceAPIClient.h68 sp<V1_0::IGnssGeofenceCallback> mGnssGeofencingCbIface;
/hardware/qcom/sdm845/gps/sdm845/android/
DGnssGeofencing.cpp65 if (mGnssGeofencingCbIface != nullptr) { in setCallback()
66 mGnssGeofencingCbIface->unlinkToDeath(mGnssGeofencingDeathRecipient); in setCallback()
68 mGnssGeofencingCbIface = callback; in setCallback()
69 if (mGnssGeofencingCbIface != nullptr) { in setCallback()
70 mGnssGeofencingCbIface->linkToDeath(mGnssGeofencingDeathRecipient, 0 /*cookie*/); in setCallback()
DGnssGeofencing.h81 sp<IGnssGeofenceCallback> mGnssGeofencingCbIface = nullptr; member
/hardware/qcom/gps/msm8909w_3100/android/
DGnssGeofencing.cpp65 if (mGnssGeofencingCbIface != nullptr) { in setCallback()
66 mGnssGeofencingCbIface->unlinkToDeath(mGnssGeofencingDeathRecipient); in setCallback()
68 mGnssGeofencingCbIface = callback; in setCallback()
69 if (mGnssGeofencingCbIface != nullptr) { in setCallback()
70 mGnssGeofencingCbIface->linkToDeath(mGnssGeofencingDeathRecipient, 0 /*cookie*/); in setCallback()
DGnssGeofencing.h81 sp<IGnssGeofenceCallback> mGnssGeofencingCbIface = nullptr; member
/hardware/qcom/gps/msm8998/android/
DGnssGeofencing.cpp65 if (mGnssGeofencingCbIface != nullptr) { in setCallback()
66 mGnssGeofencingCbIface->unlinkToDeath(mGnssGeofencingDeathRecipient); in setCallback()
68 mGnssGeofencingCbIface = callback; in setCallback()
69 if (mGnssGeofencingCbIface != nullptr) { in setCallback()
70 mGnssGeofencingCbIface->linkToDeath(mGnssGeofencingDeathRecipient, 0 /*cookie*/); in setCallback()
DGnssGeofencing.h81 sp<IGnssGeofenceCallback> mGnssGeofencingCbIface = nullptr; member
/hardware/qcom/sdm845/gps/msm8998/android/
DGnssGeofencing.cpp65 if (mGnssGeofencingCbIface != nullptr) { in setCallback()
66 mGnssGeofencingCbIface->unlinkToDeath(mGnssGeofencingDeathRecipient); in setCallback()
68 mGnssGeofencingCbIface = callback; in setCallback()
69 if (mGnssGeofencingCbIface != nullptr) { in setCallback()
70 mGnssGeofencingCbIface->linkToDeath(mGnssGeofencingDeathRecipient, 0 /*cookie*/); in setCallback()
DGnssGeofencing.h81 sp<IGnssGeofenceCallback> mGnssGeofencingCbIface = nullptr; member