Lines Matching refs:mGps_conf

508             mApi.setSUPLVersion(mAdapter.convertSuplVersion(ContextBase::mGps_conf.SUPL_VER));  in setConfigCommand()
509 mApi.setLPPConfig(mAdapter.convertLppProfile(ContextBase::mGps_conf.LPP_PROFILE)); in setConfigCommand()
512 mApi.setAGLONASSProtocol(ContextBase::mGps_conf.A_GLONASS_POS_PROTOCOL_SELECT); in setConfigCommand()
514 mAdapter.convertLppeCp(ContextBase::mGps_conf.LPPE_CP_TECHNOLOGY)); in setConfigCommand()
516 mAdapter.convertLppeUp(ContextBase::mGps_conf.LPPE_UP_TECHNOLOGY)); in setConfigCommand()
520 if (NMEA_PROVIDER_MP == ContextBase::mGps_conf.NMEA_PROVIDER) { in setConfigCommand()
527 mApi.setXtraVersionCheck(ContextBase::mGps_conf.XTRA_VERSION_CHECK); in setConfigCommand()
619 ContextBase::mGps_conf.GPS_LOCK = newGpsLock; in gnssUpdateConfigCommand()
629 if (newSuplVersion != ContextBase::mGps_conf.SUPL_VER) { in gnssUpdateConfigCommand()
630 ContextBase::mGps_conf.SUPL_VER = newSuplVersion; in gnssUpdateConfigCommand()
681 if (newLppProfile != ContextBase::mGps_conf.LPP_PROFILE) { in gnssUpdateConfigCommand()
682 ContextBase::mGps_conf.LPP_PROFILE = newLppProfile; in gnssUpdateConfigCommand()
694 if (newLppeControlPlaneMask != ContextBase::mGps_conf.LPPE_CP_TECHNOLOGY) { in gnssUpdateConfigCommand()
695 ContextBase::mGps_conf.LPPE_CP_TECHNOLOGY = newLppeControlPlaneMask; in gnssUpdateConfigCommand()
707 if (newLppeUserPlaneMask != ContextBase::mGps_conf.LPPE_UP_TECHNOLOGY) { in gnssUpdateConfigCommand()
708 ContextBase::mGps_conf.LPPE_UP_TECHNOLOGY = newLppeUserPlaneMask; in gnssUpdateConfigCommand()
720 if (newAGloProtMask != ContextBase::mGps_conf.A_GLONASS_POS_PROTOCOL_SELECT) { in gnssUpdateConfigCommand()
721 ContextBase::mGps_conf.A_GLONASS_POS_PROTOCOL_SELECT = newAGloProtMask; in gnssUpdateConfigCommand()
732 if (newEP4ES != ContextBase::mGps_conf.USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL) { in gnssUpdateConfigCommand()
733 ContextBase::mGps_conf.USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL = newEP4ES; in gnssUpdateConfigCommand()
742 if (newSuplEs != ContextBase::mGps_conf.SUPL_ES) { in gnssUpdateConfigCommand()
743 ContextBase::mGps_conf.SUPL_ES = newSuplEs; in gnssUpdateConfigCommand()
752 if (newSuplMode != ContextBase::mGps_conf.SUPL_MODE) { in gnssUpdateConfigCommand()
753 ContextBase::mGps_conf.SUPL_MODE = newSuplMode; in gnssUpdateConfigCommand()
1781 mApi.setGpsLock(mAdapter.convertGpsLock(ContextBase::mGps_conf.GPS_LOCK)); in disableCommand()
1862 (LOC_SESS_INTERMEDIATE == ContextBase::mGps_conf.INTERMEDIATE_POS && in reportPosition()
1865 (ContextBase::mGps_conf.ACCURACY_THRES != 0) && in reportPosition()
1867 ContextBase::mGps_conf.ACCURACY_THRES)))) { in reportPosition()
1891 if (NMEA_PROVIDER_AP == ContextBase::mGps_conf.NMEA_PROVIDER && !mTrackingSessions.empty()) { in reportPosition()
1996 if (NMEA_PROVIDER_AP == ContextBase::mGps_conf.NMEA_PROVIDER && !mTrackingSessions.empty()) { in reportSv()