Searched refs:geofenceInterface (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/sdm845/gps/msm8998/location/ |
D | LocationAPI.cpp | 43 GeofenceInterface* geofenceInterface; member 160 if (NULL == gData.geofenceInterface && !gGeofenceLoadFailed) { in createInstance() 161 gData.geofenceInterface = in createInstance() 163 if (NULL == gData.geofenceInterface) { in createInstance() 167 gData.geofenceInterface->initialize(); in createInstance() 170 if (NULL != gData.geofenceInterface) { in createInstance() 171 gData.geofenceInterface->addClient(newLocationAPI, locationCallbacks); in createInstance() 173 gData.geofenceInterface->requestCapabilities(newLocationAPI); in createInstance() 210 if (isGeofenceClient(it->second) && NULL != gData.geofenceInterface) { in ~LocationAPI() 211 gData.geofenceInterface->removeClient(it->first); in ~LocationAPI() [all …]
|
/hardware/qcom/gps/msm8909w_3100/location/ |
D | LocationAPI.cpp | 43 GeofenceInterface* geofenceInterface; member 160 if (NULL == gData.geofenceInterface && !gGeofenceLoadFailed) { in createInstance() 161 gData.geofenceInterface = in createInstance() 163 if (NULL == gData.geofenceInterface) { in createInstance() 167 gData.geofenceInterface->initialize(); in createInstance() 170 if (NULL != gData.geofenceInterface) { in createInstance() 171 gData.geofenceInterface->addClient(newLocationAPI, locationCallbacks); in createInstance() 173 gData.geofenceInterface->requestCapabilities(newLocationAPI); in createInstance() 210 if (isGeofenceClient(it->second) && NULL != gData.geofenceInterface) { in ~LocationAPI() 211 gData.geofenceInterface->removeClient(it->first); in ~LocationAPI() [all …]
|
/hardware/qcom/sdm845/gps/sdm845/location/ |
D | LocationAPI.cpp | 49 GeofenceInterface* geofenceInterface; member 154 if (NULL == gData.geofenceInterface && !gGeofenceLoadFailed) { in createInstance() 155 gData.geofenceInterface = in createInstance() 158 if (NULL == gData.geofenceInterface) { in createInstance() 162 gData.geofenceInterface->initialize(); in createInstance() 165 if (NULL != gData.geofenceInterface) { in createInstance() 166 gData.geofenceInterface->addClient(newLocationAPI, locationCallbacks); in createInstance() 168 gData.geofenceInterface->requestCapabilities(newLocationAPI); in createInstance() 205 if (isGeofenceClient(it->second) && NULL != gData.geofenceInterface) { in ~LocationAPI() 206 gData.geofenceInterface->removeClient(it->first); in ~LocationAPI() [all …]
|
/hardware/qcom/gps/msm8998/location/ |
D | LocationAPI.cpp | 43 GeofenceInterface* geofenceInterface; member 160 if (NULL == gData.geofenceInterface && !gGeofenceLoadFailed) { in createInstance() 161 gData.geofenceInterface = in createInstance() 163 if (NULL == gData.geofenceInterface) { in createInstance() 167 gData.geofenceInterface->initialize(); in createInstance() 170 if (NULL != gData.geofenceInterface) { in createInstance() 171 gData.geofenceInterface->addClient(newLocationAPI, locationCallbacks); in createInstance() 173 gData.geofenceInterface->requestCapabilities(newLocationAPI); in createInstance() 210 if (isGeofenceClient(it->second) && NULL != gData.geofenceInterface) { in ~LocationAPI() 211 gData.geofenceInterface->removeClient(it->first); in ~LocationAPI() [all …]
|
/hardware/qcom/sm8150p/gps/location/ |
D | LocationAPI.cpp | 62 GeofenceInterface* geofenceInterface; member 202 if (NULL == gData.geofenceInterface && !gGeofenceLoadFailed) { in createInstance() 203 gData.geofenceInterface = in createInstance() 206 if (NULL == gData.geofenceInterface) { in createInstance() 210 gData.geofenceInterface->initialize(); in createInstance() 213 if (NULL != gData.geofenceInterface) { in createInstance() 214 gData.geofenceInterface->addClient(newLocationAPI, locationCallbacks); in createInstance() 216 gData.geofenceInterface->requestCapabilities(newLocationAPI); in createInstance() 242 (isGeofenceClient(it->second) && NULL != gData.geofenceInterface); in destroy() 273 gData.geofenceInterface->removeClient(it->first, in destroy() [all …]
|
/hardware/qcom/sm8150/gps/location/ |
D | LocationAPI.cpp | 62 GeofenceInterface* geofenceInterface; member 202 if (NULL == gData.geofenceInterface && !gGeofenceLoadFailed) { in createInstance() 203 gData.geofenceInterface = in createInstance() 206 if (NULL == gData.geofenceInterface) { in createInstance() 210 gData.geofenceInterface->initialize(); in createInstance() 213 if (NULL != gData.geofenceInterface) { in createInstance() 214 gData.geofenceInterface->addClient(newLocationAPI, locationCallbacks); in createInstance() 216 gData.geofenceInterface->requestCapabilities(newLocationAPI); in createInstance() 239 bool removeFromGeofenceInf = (NULL != gData.geofenceInterface); in destroy() 270 gData.geofenceInterface->removeClient(it->first, in destroy() [all …]
|
/hardware/qcom/sm7150/gps/location/ |
D | LocationAPI.cpp | 62 GeofenceInterface* geofenceInterface; member 201 if (NULL == gData.geofenceInterface && !gGeofenceLoadFailed) { in createInstance() 202 gData.geofenceInterface = in createInstance() 205 if (NULL == gData.geofenceInterface) { in createInstance() 209 gData.geofenceInterface->initialize(); in createInstance() 212 if (NULL != gData.geofenceInterface) { in createInstance() 213 gData.geofenceInterface->addClient(newLocationAPI, locationCallbacks); in createInstance() 215 gData.geofenceInterface->requestCapabilities(newLocationAPI); in createInstance() 238 bool removeFromGeofenceInf = (NULL != gData.geofenceInterface); in destroy() 269 gData.geofenceInterface->removeClient(it->first, in destroy() [all …]
|