Lines Matching refs:mGps_conf
511 mApi.setSUPLVersion(mAdapter.convertSuplVersion(ContextBase::mGps_conf.SUPL_VER)); in setConfigCommand()
514 mApi.setAGLONASSProtocol(ContextBase::mGps_conf.A_GLONASS_POS_PROTOCOL_SELECT); in setConfigCommand()
516 mAdapter.convertLppeCp(ContextBase::mGps_conf.LPPE_CP_TECHNOLOGY)); in setConfigCommand()
518 mAdapter.convertLppeUp(ContextBase::mGps_conf.LPPE_UP_TECHNOLOGY)); in setConfigCommand()
522 if (NMEA_PROVIDER_MP == ContextBase::mGps_conf.NMEA_PROVIDER) { in setConfigCommand()
529 mApi.setXtraVersionCheck(ContextBase::mGps_conf.XTRA_VERSION_CHECK); in setConfigCommand()
621 ContextBase::mGps_conf.GPS_LOCK = newGpsLock; in gnssUpdateConfigCommand()
631 if (newSuplVersion != ContextBase::mGps_conf.SUPL_VER) { in gnssUpdateConfigCommand()
632 ContextBase::mGps_conf.SUPL_VER = newSuplVersion; in gnssUpdateConfigCommand()
698 if (newLppeControlPlaneMask != ContextBase::mGps_conf.LPPE_CP_TECHNOLOGY) { in gnssUpdateConfigCommand()
699 ContextBase::mGps_conf.LPPE_CP_TECHNOLOGY = newLppeControlPlaneMask; in gnssUpdateConfigCommand()
711 if (newLppeUserPlaneMask != ContextBase::mGps_conf.LPPE_UP_TECHNOLOGY) { in gnssUpdateConfigCommand()
712 ContextBase::mGps_conf.LPPE_UP_TECHNOLOGY = newLppeUserPlaneMask; in gnssUpdateConfigCommand()
724 if (newAGloProtMask != ContextBase::mGps_conf.A_GLONASS_POS_PROTOCOL_SELECT) { in gnssUpdateConfigCommand()
725 ContextBase::mGps_conf.A_GLONASS_POS_PROTOCOL_SELECT = newAGloProtMask; in gnssUpdateConfigCommand()
736 if (newEP4ES != ContextBase::mGps_conf.USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL) { in gnssUpdateConfigCommand()
737 ContextBase::mGps_conf.USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL = newEP4ES; in gnssUpdateConfigCommand()
746 if (newSuplEs != ContextBase::mGps_conf.SUPL_ES) { in gnssUpdateConfigCommand()
747 ContextBase::mGps_conf.SUPL_ES = newSuplEs; in gnssUpdateConfigCommand()
756 if (newSuplMode != ContextBase::mGps_conf.SUPL_MODE) { in gnssUpdateConfigCommand()
757 ContextBase::mGps_conf.SUPL_MODE = newSuplMode; in gnssUpdateConfigCommand()
1788 mApi.setGpsLock(mAdapter.convertGpsLock(ContextBase::mGps_conf.GPS_LOCK)); in disableCommand()
1885 if (NMEA_PROVIDER_AP == ContextBase::mGps_conf.NMEA_PROVIDER && !mTrackingSessions.empty()) { in reportPosition()
1990 if (NMEA_PROVIDER_AP == ContextBase::mGps_conf.NMEA_PROVIDER && !mTrackingSessions.empty()) { in reportSv()