Home
last modified time | relevance | path

Searched refs:gnssInterface (Results 1 – 22 of 22) sorted by relevance

/hardware/qcom/sm7150/gps/location/
DLocationAPI.cpp61 GnssInterface* gnssInterface; member
159 if (NULL == gData.gnssInterface && !gGnssLoadFailed) { in createInstance()
160 gData.gnssInterface = in createInstance()
163 if (NULL == gData.gnssInterface) { in createInstance()
167 gData.gnssInterface->initialize(); in createInstance()
170 if (NULL != gData.gnssInterface) { in createInstance()
171 gData.gnssInterface->addClient(newLocationAPI, locationCallbacks); in createInstance()
173 gData.gnssInterface->requestCapabilities(newLocationAPI); in createInstance()
236 bool removeFromGnssInf = (NULL != gData.gnssInterface); in destroy()
261 gData.gnssInterface->removeClient(it->first, in destroy()
[all …]
/hardware/qcom/sm8150/gps/location/
DLocationAPI.cpp70 GnssInterface* gnssInterface; member
213 if (NULL == gData.gnssInterface && !gGnssLoadFailed) { in createInstance()
214 gData.gnssInterface = in createInstance()
217 if (NULL == gData.gnssInterface) { in createInstance()
221 gData.gnssInterface->initialize(); in createInstance()
224 if (NULL != gData.gnssInterface) { in createInstance()
225 gData.gnssInterface->addClient(newLocationAPI, locationCallbacks); in createInstance()
227 gData.gnssInterface->requestCapabilities(newLocationAPI); in createInstance()
290 bool removeFromGnssInf = (NULL != gData.gnssInterface); in destroy()
315 gData.gnssInterface->removeClient(it->first, in destroy()
[all …]
/hardware/qcom/sm7250/gps/location/
DLocationAPI.cpp70 GnssInterface* gnssInterface; member
213 if (NULL == gData.gnssInterface && !gGnssLoadFailed) { in createInstance()
214 gData.gnssInterface = in createInstance()
217 if (NULL == gData.gnssInterface) { in createInstance()
221 gData.gnssInterface->initialize(); in createInstance()
224 if (NULL != gData.gnssInterface) { in createInstance()
225 gData.gnssInterface->addClient(newLocationAPI, locationCallbacks); in createInstance()
227 gData.gnssInterface->requestCapabilities(newLocationAPI); in createInstance()
290 bool removeFromGnssInf = (NULL != gData.gnssInterface); in destroy()
315 gData.gnssInterface->removeClient(it->first, in destroy()
[all …]
/hardware/qcom/gps/msm8998/location/
DLocationAPI.cpp42 GnssInterface* gnssInterface; member
120 if (NULL == gData.gnssInterface && !gGnssLoadFailed) { in createInstance()
121 gData.gnssInterface = in createInstance()
123 if (NULL == gData.gnssInterface) { in createInstance()
127 gData.gnssInterface->initialize(); in createInstance()
130 if (NULL != gData.gnssInterface) { in createInstance()
131 gData.gnssInterface->addClient(newLocationAPI, locationCallbacks); in createInstance()
133 gData.gnssInterface->requestCapabilities(newLocationAPI); in createInstance()
204 if (isGnssClient(it->second) && NULL != gData.gnssInterface) { in ~LocationAPI()
205 gData.gnssInterface->removeClient(it->first); in ~LocationAPI()
[all …]
/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPI.cpp42 GnssInterface* gnssInterface; member
120 if (NULL == gData.gnssInterface && !gGnssLoadFailed) { in createInstance()
121 gData.gnssInterface = in createInstance()
123 if (NULL == gData.gnssInterface) { in createInstance()
127 gData.gnssInterface->initialize(); in createInstance()
130 if (NULL != gData.gnssInterface) { in createInstance()
131 gData.gnssInterface->addClient(newLocationAPI, locationCallbacks); in createInstance()
133 gData.gnssInterface->requestCapabilities(newLocationAPI); in createInstance()
204 if (isGnssClient(it->second) && NULL != gData.gnssInterface) { in ~LocationAPI()
205 gData.gnssInterface->removeClient(it->first); in ~LocationAPI()
[all …]
/hardware/qcom/sm8150p/gps/location/
DLocationAPI.cpp61 GnssInterface* gnssInterface; member
160 if (NULL == gData.gnssInterface && !gGnssLoadFailed) { in createInstance()
161 gData.gnssInterface = in createInstance()
164 if (NULL == gData.gnssInterface) { in createInstance()
168 gData.gnssInterface->initialize(); in createInstance()
171 if (NULL != gData.gnssInterface) { in createInstance()
172 gData.gnssInterface->addClient(newLocationAPI, locationCallbacks); in createInstance()
174 gData.gnssInterface->requestCapabilities(newLocationAPI); in createInstance()
238 (isGnssClient(it->second) && NULL != gData.gnssInterface); in destroy()
265 gData.gnssInterface->removeClient(it->first, in destroy()
[all …]
/hardware/qcom/sm8150p/gps/android/2.0/
DGnss.cpp320 const GnssInterface* gnssInterface = getGnssInterface(); in injectLocation() local
321 if (nullptr != gnssInterface) { in injectLocation()
322 gnssInterface->injectLocation(latitudeDegrees, longitudeDegrees, accuracyMeters); in injectLocation()
332 const GnssInterface* gnssInterface = getGnssInterface(); in injectTime() local
333 if (nullptr != gnssInterface) { in injectTime()
334 gnssInterface->injectTime(timeMs, timeReferenceMs, uncertaintyMs); in injectTime()
447 const GnssInterface* gnssInterface = getGnssInterface(); in setCallback_1_1() local
448 if (nullptr != gnssInterface) { in setCallback_1_1()
452 gnssInterface->odcpiInit(cb); in setCallback_1_1()
503 const GnssInterface* gnssInterface = getGnssInterface(); in injectBestLocation() local
[all …]
/hardware/qcom/sm8150p/gps/android/1.1/
DGnss.cpp295 const GnssInterface* gnssInterface = getGnssInterface(); in injectLocation() local
296 if (nullptr != gnssInterface) { in injectLocation()
297 gnssInterface->injectLocation(latitudeDegrees, longitudeDegrees, accuracyMeters); in injectLocation()
307 const GnssInterface* gnssInterface = getGnssInterface(); in injectTime() local
308 if (nullptr != gnssInterface) { in injectTime()
309 gnssInterface->injectTime(timeMs, timeReferenceMs, uncertaintyMs); in injectTime()
392 const GnssInterface* gnssInterface = getGnssInterface(); in setCallback_1_1() local
393 if (nullptr != gnssInterface) { in setCallback_1_1()
397 gnssInterface->odcpiInit(cb); in setCallback_1_1()
436 const GnssInterface* gnssInterface = getGnssInterface(); in injectBestLocation() local
[all …]
/hardware/qcom/sm7250/gps/android/2.1/
DGnss.cpp321 const GnssInterface* gnssInterface = getGnssInterface(); in injectLocation() local
322 if (nullptr != gnssInterface) { in injectLocation()
323 gnssInterface->injectLocation(latitudeDegrees, longitudeDegrees, accuracyMeters); in injectLocation()
457 const GnssInterface* gnssInterface = getGnssInterface(); in setCallback_1_1() local
458 if (nullptr != gnssInterface) { in setCallback_1_1()
462 gnssInterface->odcpiInit(cb, OdcpiPrioritytype::ODCPI_HANDLER_PRIORITY_LOW); in setCallback_1_1()
513 const GnssInterface* gnssInterface = getGnssInterface(); in injectBestLocation() local
514 if (nullptr != gnssInterface) { in injectBestLocation()
517 gnssInterface->odcpiInject(location); in injectBestLocation()
608 const GnssInterface* gnssInterface = getGnssInterface(); in setCallback_2_0() local
[all …]
/hardware/qcom/sm8150/gps/android/2.1/
DGnss.cpp321 const GnssInterface* gnssInterface = getGnssInterface(); in injectLocation() local
322 if (nullptr != gnssInterface) { in injectLocation()
323 gnssInterface->injectLocation(latitudeDegrees, longitudeDegrees, accuracyMeters); in injectLocation()
457 const GnssInterface* gnssInterface = getGnssInterface(); in setCallback_1_1() local
458 if (nullptr != gnssInterface) { in setCallback_1_1()
462 gnssInterface->odcpiInit(cb, OdcpiPrioritytype::ODCPI_HANDLER_PRIORITY_LOW); in setCallback_1_1()
513 const GnssInterface* gnssInterface = getGnssInterface(); in injectBestLocation() local
514 if (nullptr != gnssInterface) { in injectBestLocation()
517 gnssInterface->odcpiInject(location); in injectBestLocation()
608 const GnssInterface* gnssInterface = getGnssInterface(); in setCallback_2_0() local
[all …]
/hardware/qcom/sm8150/gps/android/2.0/
DGnss.cpp314 const GnssInterface* gnssInterface = getGnssInterface(); in injectLocation() local
315 if (nullptr != gnssInterface) { in injectLocation()
316 gnssInterface->injectLocation(latitudeDegrees, longitudeDegrees, accuracyMeters); in injectLocation()
444 const GnssInterface* gnssInterface = getGnssInterface(); in setCallback_1_1() local
445 if (nullptr != gnssInterface) { in setCallback_1_1()
449 gnssInterface->odcpiInit(cb, OdcpiPrioritytype::ODCPI_HANDLER_PRIORITY_LOW); in setCallback_1_1()
500 const GnssInterface* gnssInterface = getGnssInterface(); in injectBestLocation() local
501 if (nullptr != gnssInterface) { in injectBestLocation()
504 gnssInterface->odcpiInject(location); in injectBestLocation()
577 const GnssInterface* gnssInterface = getGnssInterface(); in setCallback_2_0() local
[all …]
/hardware/qcom/sm7150/gps/android/2.0/
DGnss.cpp322 const GnssInterface* gnssInterface = getGnssInterface(); in injectLocation() local
323 if (nullptr != gnssInterface) { in injectLocation()
324 gnssInterface->injectLocation(latitudeDegrees, longitudeDegrees, accuracyMeters); in injectLocation()
452 const GnssInterface* gnssInterface = getGnssInterface(); in setCallback_1_1() local
453 if (nullptr != gnssInterface) { in setCallback_1_1()
457 gnssInterface->odcpiInit(cb); in setCallback_1_1()
508 const GnssInterface* gnssInterface = getGnssInterface(); in injectBestLocation() local
509 if (nullptr != gnssInterface) { in injectBestLocation()
512 gnssInterface->odcpiInject(location); in injectBestLocation()
582 const GnssInterface* gnssInterface = getGnssInterface(); in setCallback_2_0() local
[all …]
/hardware/qcom/sm7250/gps/android/2.0/
DGnss.cpp314 const GnssInterface* gnssInterface = getGnssInterface(); in injectLocation() local
315 if (nullptr != gnssInterface) { in injectLocation()
316 gnssInterface->injectLocation(latitudeDegrees, longitudeDegrees, accuracyMeters); in injectLocation()
444 const GnssInterface* gnssInterface = getGnssInterface(); in setCallback_1_1() local
445 if (nullptr != gnssInterface) { in setCallback_1_1()
449 gnssInterface->odcpiInit(cb, OdcpiPrioritytype::ODCPI_HANDLER_PRIORITY_LOW); in setCallback_1_1()
500 const GnssInterface* gnssInterface = getGnssInterface(); in injectBestLocation() local
501 if (nullptr != gnssInterface) { in injectBestLocation()
504 gnssInterface->odcpiInject(location); in injectBestLocation()
577 const GnssInterface* gnssInterface = getGnssInterface(); in setCallback_2_0() local
[all …]
/hardware/qcom/sm8150/gps/android/1.1/
DGnss.cpp288 const GnssInterface* gnssInterface = getGnssInterface(); in injectLocation() local
289 if (nullptr != gnssInterface) { in injectLocation()
290 gnssInterface->injectLocation(latitudeDegrees, longitudeDegrees, accuracyMeters); in injectLocation()
378 const GnssInterface* gnssInterface = getGnssInterface(); in setCallback_1_1() local
379 if (nullptr != gnssInterface) { in setCallback_1_1()
383 gnssInterface->odcpiInit(cb, OdcpiPrioritytype::ODCPI_HANDLER_PRIORITY_LOW); in setCallback_1_1()
422 const GnssInterface* gnssInterface = getGnssInterface(); in injectBestLocation() local
423 if (nullptr != gnssInterface) { in injectBestLocation()
426 gnssInterface->odcpiInject(location); in injectBestLocation()
/hardware/qcom/sm7150/gps/android/1.1/
DGnss.cpp297 const GnssInterface* gnssInterface = getGnssInterface(); in injectLocation() local
298 if (nullptr != gnssInterface) { in injectLocation()
299 gnssInterface->injectLocation(latitudeDegrees, longitudeDegrees, accuracyMeters); in injectLocation()
387 const GnssInterface* gnssInterface = getGnssInterface(); in setCallback_1_1() local
388 if (nullptr != gnssInterface) { in setCallback_1_1()
392 gnssInterface->odcpiInit(cb); in setCallback_1_1()
431 const GnssInterface* gnssInterface = getGnssInterface(); in injectBestLocation() local
432 if (nullptr != gnssInterface) { in injectBestLocation()
435 gnssInterface->odcpiInject(location); in injectBestLocation()
/hardware/qcom/sm7250/gps/android/1.1/
DGnss.cpp288 const GnssInterface* gnssInterface = getGnssInterface(); in injectLocation() local
289 if (nullptr != gnssInterface) { in injectLocation()
290 gnssInterface->injectLocation(latitudeDegrees, longitudeDegrees, accuracyMeters); in injectLocation()
378 const GnssInterface* gnssInterface = getGnssInterface(); in setCallback_1_1() local
379 if (nullptr != gnssInterface) { in setCallback_1_1()
383 gnssInterface->odcpiInit(cb, OdcpiPrioritytype::ODCPI_HANDLER_PRIORITY_LOW); in setCallback_1_1()
422 const GnssInterface* gnssInterface = getGnssInterface(); in injectBestLocation() local
423 if (nullptr != gnssInterface) { in injectBestLocation()
426 gnssInterface->odcpiInject(location); in injectBestLocation()
/hardware/qcom/gps/msm8909w_3100/android/
DGnss.cpp233 GnssInterface* gnssInterface = getGnssInterface(); in injectLocation() local
234 if (nullptr != gnssInterface) { in injectLocation()
235 gnssInterface->injectLocation(latitudeDegrees, longitudeDegrees, accuracyMeters); in injectLocation()
245 GnssInterface* gnssInterface = getGnssInterface(); in injectTime() local
246 if (nullptr != gnssInterface) { in injectTime()
247 gnssInterface->injectTime(timeMs, timeReferenceMs, uncertaintyMs); in injectTime()
/hardware/qcom/sm8150p/gps/android/1.0/
DGnss.cpp254 const GnssInterface* gnssInterface = getGnssInterface(); in injectLocation() local
255 if (nullptr != gnssInterface) { in injectLocation()
256 gnssInterface->injectLocation(latitudeDegrees, longitudeDegrees, accuracyMeters); in injectLocation()
266 const GnssInterface* gnssInterface = getGnssInterface(); in injectTime() local
267 if (nullptr != gnssInterface) { in injectTime()
268 gnssInterface->injectTime(timeMs, timeReferenceMs, uncertaintyMs); in injectTime()
/hardware/qcom/gps/msm8998/android/
DGnss.cpp233 GnssInterface* gnssInterface = getGnssInterface(); in injectLocation() local
234 if (nullptr != gnssInterface) { in injectLocation()
235 gnssInterface->injectLocation(latitudeDegrees, longitudeDegrees, accuracyMeters); in injectLocation()
/hardware/qcom/sm8150/gps/android/1.0/
DGnss.cpp247 const GnssInterface* gnssInterface = getGnssInterface(); in injectLocation() local
248 if (nullptr != gnssInterface) { in injectLocation()
249 gnssInterface->injectLocation(latitudeDegrees, longitudeDegrees, accuracyMeters); in injectLocation()
/hardware/qcom/sm7250/gps/android/1.0/
DGnss.cpp247 const GnssInterface* gnssInterface = getGnssInterface(); in injectLocation() local
248 if (nullptr != gnssInterface) { in injectLocation()
249 gnssInterface->injectLocation(latitudeDegrees, longitudeDegrees, accuracyMeters); in injectLocation()
/hardware/qcom/sm7150/gps/android/1.0/
DGnss.cpp256 const GnssInterface* gnssInterface = getGnssInterface(); in injectLocation() local
257 if (nullptr != gnssInterface) { in injectLocation()
258 gnssInterface->injectLocation(latitudeDegrees, longitudeDegrees, accuracyMeters); in injectLocation()