Searched refs:gnssInterface (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/gps/msm8909w_3100/location/ |
D | LocationAPI.cpp | 42 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/msm8998/location/ |
D | LocationAPI.cpp | 42 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/msm8998/android/ |
D | Gnss.cpp | 233 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/gps/msm8909w_3100/android/ |
D | Gnss.cpp | 233 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()
|