Lines Matching refs:mGps_conf

827     if (ContextBase::mGps_conf.AGPS_CONFIG_INJECT) {  in setSuplHostServer()
844 strlcpy(ContextBase::mGps_conf.SUPL_HOST, in setSuplHostServer()
847 ContextBase::mGps_conf.SUPL_PORT = port; in setSuplHostServer()
864 if (NMEA_PROVIDER_MP == ContextBase::mGps_conf.NMEA_PROVIDER) { in setConfig()
866 if (ContextBase::mGps_conf.NMEA_TAG_BLOCK_GROUPING_ENABLED) { in setConfig()
887 setSuplHostServer(ContextBase::mGps_conf.SUPL_HOST, in setConfig()
888 ContextBase::mGps_conf.SUPL_PORT, in setConfig()
890 setSuplHostServer(ContextBase::mGps_conf.MO_SUPL_HOST, in setConfig()
891 ContextBase::mGps_conf.MO_SUPL_PORT, in setConfig()
897 loc_gps_cfg_s gpsConf = ContextBase::mGps_conf; in setConfig()
1036 loc_gps_cfg_s gpsConf = ContextBase::mGps_conf; in gnssUpdateConfig()
1047 if (!ContextBase::mGps_conf.AGPS_CONFIG_INJECT) { in gnssUpdateConfig()
1325 ContextBase::mGps_conf.GPS_LOCK = newGpsLock; in gnssUpdateConfigCommand()
1355 ContextBase::mGps_conf.SUPL_VER = newSuplVersion; in gnssUpdateConfigCommand()
1374 ContextBase::mGps_conf.LPP_PROFILE = newLppProfileMask; in gnssUpdateConfigCommand()
1380 ContextBase::mGps_conf.LPPE_CP_TECHNOLOGY = newLppeControlPlaneMask; in gnssUpdateConfigCommand()
1386 ContextBase::mGps_conf.LPPE_UP_TECHNOLOGY = newLppeUserPlaneMask; in gnssUpdateConfigCommand()
1393 ContextBase::mGps_conf.A_GLONASS_POS_PROTOCOL_SELECT = newAGloProtMask; in gnssUpdateConfigCommand()
1399 if (newEP4ES != ContextBase::mGps_conf.USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL) { in gnssUpdateConfigCommand()
1400 ContextBase::mGps_conf.USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL = newEP4ES; in gnssUpdateConfigCommand()
1407 if (newSuplEs != ContextBase::mGps_conf.SUPL_ES) { in gnssUpdateConfigCommand()
1408 ContextBase::mGps_conf.SUPL_ES = newSuplEs; in gnssUpdateConfigCommand()
1414 ContextBase::mGps_conf.SUPL_MODE = newSuplMode; in gnssUpdateConfigCommand()
2531 if((1 == ContextBase::mGps_conf.EXTERNAL_DR_ENABLED) || in updateClientsEventMask()
3581 ContextBase::mGps_conf.GPS_LOCK &= GNSS_CONFIG_GPS_LOCK_NI; in enableCommand()
3582 gpsLock = ContextBase::mGps_conf.GPS_LOCK; in enableCommand()
3632 ContextBase::mGps_conf.GPS_LOCK |= GNSS_CONFIG_GPS_LOCK_MO; in disableCommand()
3634 GnssConfigGpsLock gpsLock = ContextBase::mGps_conf.GPS_LOCK; in disableCommand()
3881 …if (NMEA_PROVIDER_AP == ContextBase::mGps_conf.NMEA_PROVIDER && !mTimeBasedTrackingSessions.empty(… in needToGenerateNmeaReport()
4038 bool custom_nmea_gga = (1 == ContextBase::mGps_conf.CUSTOM_NMEA_GGA_FIX_QUALITY_ENABLED); in reportPosition()
4040 (1 == ContextBase::mGps_conf.NMEA_TAG_BLOCK_GROUPING_ENABLED); in reportPosition()
4312 if (NMEA_PROVIDER_AP == ContextBase::mGps_conf.NMEA_PROVIDER && in reportSv()
4331 if (NMEA_PROVIDER_AP == ContextBase::mGps_conf.NMEA_PROVIDER && in reportNmeaEvent()
4487 (GNSS_CONFIG_GPS_LOCK_NI & ContextBase::mGps_conf.GPS_LOCK) && in requestNiNotifyEvent()
4488 1 == ContextBase::mGps_conf.NI_SUPL_DENY_ON_NFW_LOCKED) { in requestNiNotifyEvent()
4498 (GNSS_CONFIG_SUPL_EMERGENCY_SERVICES_NO == ContextBase::mGps_conf.SUPL_ES); in requestNiNotifyEvent()
4506 if (bIsInEmergency && (1 == ContextBase::mGps_conf.CP_MTLR_ES)) { in requestNiNotifyEvent()
5096 if (!((ContextBase::mGps_conf.CAPABILITIES & LOC_GPS_CAPABILITY_MSB) || in initAgps()
5097 (ContextBase::mGps_conf.CAPABILITIES & LOC_GPS_CAPABILITY_MSA))) { in initAgps()
5833 gpsLock = ContextBase::mGps_conf.GPS_LOCK; in nfwControlCommand()
5839 ContextBase::mGps_conf.GPS_LOCK = gpsLock; in nfwControlCommand()