Home | History | Annotate | Download | only in android

Lines Matching refs:mGnss

36 AGnss::AGnss(Gnss* gnss) : mGnss(gnss) {
46 if(mGnss == nullptr || mGnss->getGnssInterface() == nullptr){
58 mGnss->getGnssInterface()->agpsInit(cbInfo);
64 if(mGnss == nullptr || mGnss->getGnssInterface() == nullptr){
69 mGnss->getGnssInterface()->agpsDataConnClosed(LOC_AGPS_TYPE_SUPL);
75 if(mGnss == nullptr || mGnss->getGnssInterface() == nullptr){
80 mGnss->getGnssInterface()->agpsDataConnFailed(LOC_AGPS_TYPE_SUPL);
87 if(mGnss == nullptr || mGnss->getGnssInterface() == nullptr){
100 mGnss->getGnssInterface()->agpsDataConnOpen(
108 if (mGnss == nullptr) {
109 LOC_LOGE("%s]: mGnss is nullptr", __FUNCTION__);
128 return mGnss->updateConfiguration(config);