Searched refs:getGnssInterface (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/gps/msm8998/android/
H A DAGnss.cpp46 if(mGnss == nullptr || mGnss->getGnssInterface() == nullptr){
54 mGnss->getGnssInterface()->agpsInit((void*)agnssStatusIpV4Cb);
60 if(mGnss == nullptr || mGnss->getGnssInterface() == nullptr){
65 mGnss->getGnssInterface()->agpsDataConnClosed(LOC_AGPS_TYPE_SUPL);
71 if(mGnss == nullptr || mGnss->getGnssInterface() == nullptr){
76 mGnss->getGnssInterface()->agpsDataConnFailed(LOC_AGPS_TYPE_SUPL);
83 if(mGnss == nullptr || mGnss->getGnssInterface() == nullptr){
96 mGnss->getGnssInterface()->agpsDataConnOpen(
H A DGnssDebug.cpp52 if((nullptr == mGnss) || (nullptr == mGnss->getGnssInterface())){
60 mGnss->getGnssInterface()->getDebugReport(reports);
H A DGnss.cpp83 GnssInterface* Gnss::getGnssInterface() { function in class:android::hardware::gnss::V1_0::implementation::Gnss
86 LOC_LOGD("%s]: loading libgnss.so::getGnssInterface ...", __func__);
94 getter = (getLocationInterface*)dlsym(handle, "getGnssInterface");
96 LOC_LOGW("dlsym for libgnss.so::getGnssInterface failed, error = %s", error);
233 GnssInterface* gnssInterface = getGnssInterface();
245 GnssInterface* gnssInterface = getGnssInterface();
H A DGnss.h111 GnssInterface* getGnssInterface();
/hardware/qcom/gps/sdm845/android/
H A DAGnss.cpp46 if(mGnss == nullptr || mGnss->getGnssInterface() == nullptr){
54 mGnss->getGnssInterface()->agpsInit((void*)agnssStatusIpV4Cb);
60 if(mGnss == nullptr || mGnss->getGnssInterface() == nullptr){
65 mGnss->getGnssInterface()->agpsDataConnClosed(LOC_AGPS_TYPE_SUPL);
71 if(mGnss == nullptr || mGnss->getGnssInterface() == nullptr){
76 mGnss->getGnssInterface()->agpsDataConnFailed(LOC_AGPS_TYPE_SUPL);
83 if(mGnss == nullptr || mGnss->getGnssInterface() == nullptr){
96 mGnss->getGnssInterface()->agpsDataConnOpen(
H A DGnssDebug.cpp52 if((nullptr == mGnss) || (nullptr == mGnss->getGnssInterface())){
60 mGnss->getGnssInterface()->getDebugReport(reports);
H A DGnss.cpp83 GnssInterface* Gnss::getGnssInterface() { function in class:android::hardware::gnss::V1_0::implementation::Gnss
86 LOC_LOGD("%s]: loading libgnss.so::getGnssInterface ...", __func__);
94 getter = (getLocationInterface*)dlsym(handle, "getGnssInterface");
96 LOC_LOGW("dlsym for libgnss.so::getGnssInterface failed, error = %s", error);
233 GnssInterface* gnssInterface = getGnssInterface();
245 GnssInterface* gnssInterface = getGnssInterface();
H A DGnss.h111 GnssInterface* getGnssInterface();
/hardware/qcom/gps/msm8998/gnss/
H A Dlocation_gnss.cpp89 extern "C" const GnssInterface* getGnssInterface() function
91 const GnssInterface* getGnssInterface()
/hardware/qcom/gps/sdm845/gnss/
H A Dlocation_gnss.cpp89 extern "C" const GnssInterface* getGnssInterface() function
91 const GnssInterface* getGnssInterface()

Completed in 119 milliseconds