Lines Matching refs:mGps_conf

529             if (ContextBase::mGps_conf.AGPS_CONFIG_INJECT) {  in setConfigCommand()
530 mApi.setSUPLVersion(mAdapter.convertSuplVersion(ContextBase::mGps_conf.SUPL_VER)); in setConfigCommand()
531 mApi.setLPPConfig(mAdapter.convertLppProfile(ContextBase::mGps_conf.LPP_PROFILE)); in setConfigCommand()
532 mApi.setAGLONASSProtocol(ContextBase::mGps_conf.A_GLONASS_POS_PROTOCOL_SELECT); in setConfigCommand()
537 mAdapter.convertLppeCp(ContextBase::mGps_conf.LPPE_CP_TECHNOLOGY)); in setConfigCommand()
539 mAdapter.convertLppeUp(ContextBase::mGps_conf.LPPE_UP_TECHNOLOGY)); in setConfigCommand()
543 if (NMEA_PROVIDER_MP == ContextBase::mGps_conf.NMEA_PROVIDER) { in setConfigCommand()
554 mApi.setXtraVersionCheck(ContextBase::mGps_conf.XTRA_VERSION_CHECK); in setConfigCommand()
655 ContextBase::mGps_conf.GPS_LOCK = newGpsLock; in gnssUpdateConfigCommand()
665 if (newSuplVersion != ContextBase::mGps_conf.SUPL_VER && in gnssUpdateConfigCommand()
666 ContextBase::mGps_conf.AGPS_CONFIG_INJECT) { in gnssUpdateConfigCommand()
667 ContextBase::mGps_conf.SUPL_VER = newSuplVersion; in gnssUpdateConfigCommand()
678 if (ContextBase::mGps_conf.AGPS_CONFIG_INJECT) { in gnssUpdateConfigCommand()
701 if (ContextBase::mGps_conf.AGPS_CONFIG_INJECT) { in gnssUpdateConfigCommand()
726 if (newLppProfile != ContextBase::mGps_conf.LPP_PROFILE && in gnssUpdateConfigCommand()
727 ContextBase::mGps_conf.AGPS_CONFIG_INJECT) { in gnssUpdateConfigCommand()
728 ContextBase::mGps_conf.LPP_PROFILE = newLppProfile; in gnssUpdateConfigCommand()
740 if (newLppeControlPlaneMask != ContextBase::mGps_conf.LPPE_CP_TECHNOLOGY) { in gnssUpdateConfigCommand()
741 ContextBase::mGps_conf.LPPE_CP_TECHNOLOGY = newLppeControlPlaneMask; in gnssUpdateConfigCommand()
753 if (newLppeUserPlaneMask != ContextBase::mGps_conf.LPPE_UP_TECHNOLOGY) { in gnssUpdateConfigCommand()
754 ContextBase::mGps_conf.LPPE_UP_TECHNOLOGY = newLppeUserPlaneMask; in gnssUpdateConfigCommand()
766 if (newAGloProtMask != ContextBase::mGps_conf.A_GLONASS_POS_PROTOCOL_SELECT && in gnssUpdateConfigCommand()
767 ContextBase::mGps_conf.AGPS_CONFIG_INJECT) { in gnssUpdateConfigCommand()
768 ContextBase::mGps_conf.A_GLONASS_POS_PROTOCOL_SELECT = newAGloProtMask; in gnssUpdateConfigCommand()
779 if (newEP4ES != ContextBase::mGps_conf.USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL) { in gnssUpdateConfigCommand()
780 ContextBase::mGps_conf.USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL = newEP4ES; in gnssUpdateConfigCommand()
789 if (newSuplEs != ContextBase::mGps_conf.SUPL_ES) { in gnssUpdateConfigCommand()
790 ContextBase::mGps_conf.SUPL_ES = newSuplEs; in gnssUpdateConfigCommand()
799 if (newSuplMode != ContextBase::mGps_conf.SUPL_MODE) { in gnssUpdateConfigCommand()
800 ContextBase::mGps_conf.SUPL_MODE = newSuplMode; in gnssUpdateConfigCommand()
1065 if(1 == ContextBase::mGps_conf.EXTERNAL_DR_ENABLED) { in updateClientsEventMask()
1872 mApi.setGpsLock(mAdapter.convertGpsLock(ContextBase::mGps_conf.GPS_LOCK)); in disableCommand()
1874 mAdapter.convertGpsLock(ContextBase::mGps_conf.GPS_LOCK)); in disableCommand()
1955 (LOC_SESS_INTERMEDIATE == ContextBase::mGps_conf.INTERMEDIATE_POS && in reportPosition()
1958 (ContextBase::mGps_conf.ACCURACY_THRES != 0) && in reportPosition()
1960 ContextBase::mGps_conf.ACCURACY_THRES)))) { in reportPosition()
1980 if (NMEA_PROVIDER_AP == ContextBase::mGps_conf.NMEA_PROVIDER && !mTrackingSessions.empty()) { in reportPosition()
2090 if (NMEA_PROVIDER_AP == ContextBase::mGps_conf.NMEA_PROVIDER && !mTrackingSessions.empty()) { in reportSv()