Lines Matching refs:mGnss
36 AGnss::AGnss(Gnss* gnss) : mGnss(gnss) {
46 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(
104 if (mGnss == nullptr) {
105 LOC_LOGE("%s]: mGnss is nullptr", __FUNCTION__);
124 return mGnss->updateConfiguration(config);