Lines Matching refs:mGps_conf
510 mApi.setSUPLVersion(mAdapter.convertSuplVersion(ContextBase::mGps_conf.SUPL_VER)); in setConfigCommand()
511 mApi.setLPPConfig(mAdapter.convertLppProfile(ContextBase::mGps_conf.LPP_PROFILE)); 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()
683 if (newLppProfile != ContextBase::mGps_conf.LPP_PROFILE) { in gnssUpdateConfigCommand()
684 ContextBase::mGps_conf.LPP_PROFILE = newLppProfile; in gnssUpdateConfigCommand()
696 if (newLppeControlPlaneMask != ContextBase::mGps_conf.LPPE_CP_TECHNOLOGY) { in gnssUpdateConfigCommand()
697 ContextBase::mGps_conf.LPPE_CP_TECHNOLOGY = newLppeControlPlaneMask; in gnssUpdateConfigCommand()
709 if (newLppeUserPlaneMask != ContextBase::mGps_conf.LPPE_UP_TECHNOLOGY) { in gnssUpdateConfigCommand()
710 ContextBase::mGps_conf.LPPE_UP_TECHNOLOGY = newLppeUserPlaneMask; in gnssUpdateConfigCommand()
722 if (newAGloProtMask != ContextBase::mGps_conf.A_GLONASS_POS_PROTOCOL_SELECT) { in gnssUpdateConfigCommand()
723 ContextBase::mGps_conf.A_GLONASS_POS_PROTOCOL_SELECT = newAGloProtMask; in gnssUpdateConfigCommand()
734 if (newEP4ES != ContextBase::mGps_conf.USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL) { in gnssUpdateConfigCommand()
735 ContextBase::mGps_conf.USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL = newEP4ES; in gnssUpdateConfigCommand()
744 if (newSuplEs != ContextBase::mGps_conf.SUPL_ES) { in gnssUpdateConfigCommand()
745 ContextBase::mGps_conf.SUPL_ES = newSuplEs; in gnssUpdateConfigCommand()
754 if (newSuplMode != ContextBase::mGps_conf.SUPL_MODE) { in gnssUpdateConfigCommand()
755 ContextBase::mGps_conf.SUPL_MODE = newSuplMode; in gnssUpdateConfigCommand()
1783 mApi.setGpsLock(mAdapter.convertGpsLock(ContextBase::mGps_conf.GPS_LOCK)); in disableCommand()
1864 (LOC_SESS_INTERMEDIATE == ContextBase::mGps_conf.INTERMEDIATE_POS && in reportPosition()
1867 (ContextBase::mGps_conf.ACCURACY_THRES != 0) && in reportPosition()
1869 ContextBase::mGps_conf.ACCURACY_THRES)))) { in reportPosition()
1893 if (NMEA_PROVIDER_AP == ContextBase::mGps_conf.NMEA_PROVIDER && !mTrackingSessions.empty()) { in reportPosition()
1998 if (NMEA_PROVIDER_AP == ContextBase::mGps_conf.NMEA_PROVIDER && !mTrackingSessions.empty()) { in reportSv()