/hardware/qcom/gps/msm8998/core/ |
D | ContextBase.cpp | 43 loc_gps_cfg_s_type ContextBase::mGps_conf {}; 48 {"GPS_LOCK", &mGps_conf.GPS_LOCK, NULL, 'n'}, 49 {"SUPL_VER", &mGps_conf.SUPL_VER, NULL, 'n'}, 50 {"LPP_PROFILE", &mGps_conf.LPP_PROFILE, NULL, 'n'}, 51 {"A_GLONASS_POS_PROTOCOL_SELECT", &mGps_conf.A_GLONASS_POS_PROTOCOL_SELECT, NULL, 'n'}, 52 {"LPPE_CP_TECHNOLOGY", &mGps_conf.LPPE_CP_TECHNOLOGY, NULL, 'n'}, 53 {"LPPE_UP_TECHNOLOGY", &mGps_conf.LPPE_UP_TECHNOLOGY, NULL, 'n'}, 54 {"AGPS_CERT_WRITABLE_MASK", &mGps_conf.AGPS_CERT_WRITABLE_MASK, NULL, 'n'}, 55 {"SUPL_MODE", &mGps_conf.SUPL_MODE, NULL, 'n'}, 56 {"SUPL_ES", &mGps_conf.SUPL_ES, NULL, 'n'}, [all …]
|
D | ContextBase.h | 138 static loc_gps_cfg_s_type mGps_conf; variable
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | ContextBase.cpp | 43 loc_gps_cfg_s_type ContextBase::mGps_conf {}; 48 {"GPS_LOCK", &mGps_conf.GPS_LOCK, NULL, 'n'}, 49 {"SUPL_VER", &mGps_conf.SUPL_VER, NULL, 'n'}, 50 {"LPP_PROFILE", &mGps_conf.LPP_PROFILE, NULL, 'n'}, 51 {"A_GLONASS_POS_PROTOCOL_SELECT", &mGps_conf.A_GLONASS_POS_PROTOCOL_SELECT, NULL, 'n'}, 52 {"LPPE_CP_TECHNOLOGY", &mGps_conf.LPPE_CP_TECHNOLOGY, NULL, 'n'}, 53 {"LPPE_UP_TECHNOLOGY", &mGps_conf.LPPE_UP_TECHNOLOGY, NULL, 'n'}, 54 {"AGPS_CERT_WRITABLE_MASK", &mGps_conf.AGPS_CERT_WRITABLE_MASK, NULL, 'n'}, 55 {"SUPL_MODE", &mGps_conf.SUPL_MODE, NULL, 'n'}, 56 {"SUPL_ES", &mGps_conf.SUPL_ES, NULL, 'n'}, [all …]
|
D | ContextBase.h | 138 static loc_gps_cfg_s_type mGps_conf; variable
|
/hardware/qcom/gps/msm8996/core/ |
D | ContextBase.cpp | 43 loc_gps_cfg_s_type ContextBase::mGps_conf {0}; 51 uint32_t capabilities = mGps_conf.CAPABILITIES; in getCarrierCapabilities() 52 if ((mGps_conf.SUPL_MODE & carrierMSA) != carrierMSA) { in getCarrierCapabilities() 55 if ((mGps_conf.SUPL_MODE & carrierMSB) != carrierMSB) { in getCarrierCapabilities() 60 mGps_conf.CAPABILITIES, mGps_conf.SUPL_MODE, capabilities); in getCarrierCapabilities()
|
D | ContextBase.h | 127 static loc_gps_cfg_s_type mGps_conf; variable
|
/hardware/qcom/gps/msm8909/core/ |
D | ContextBase.cpp | 43 loc_gps_cfg_s_type ContextBase::mGps_conf {0}; 51 uint32_t capabilities = mGps_conf.CAPABILITIES; in getCarrierCapabilities() 52 if ((mGps_conf.SUPL_MODE & carrierMSA) != carrierMSA) { in getCarrierCapabilities() 55 if ((mGps_conf.SUPL_MODE & carrierMSB) != carrierMSB) { in getCarrierCapabilities() 60 mGps_conf.CAPABILITIES, mGps_conf.SUPL_MODE, capabilities); in getCarrierCapabilities()
|
D | ContextBase.h | 127 static loc_gps_cfg_s_type mGps_conf; variable
|
/hardware/qcom/gps/msm8909w_3100/gnss/ |
D | GnssAdapter.cpp | 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() [all …]
|
D | Agps.cpp | 712 ((loc_core::ContextBase::mGps_conf.CAPABILITIES & LOC_GPS_CAPABILITY_MSA) || in createAgpsStateMachines() 713 (loc_core::ContextBase::mGps_conf.CAPABILITIES & LOC_GPS_CAPABILITY_MSB)); in createAgpsStateMachines() 725 loc_core::ContextBase::mGps_conf.USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL){ in createAgpsStateMachines() 757 if (loc_core::ContextBase::mGps_conf.USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL) { in getAgpsStateMachine() 924 if(loc_core::ContextBase::mGps_conf. in handleModemSSR()
|
/hardware/qcom/gps/msm8998/gnss/ |
D | GnssAdapter.cpp | 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() [all …]
|
D | Agps.cpp | 704 ((loc_core::ContextBase::mGps_conf.CAPABILITIES & LOC_GPS_CAPABILITY_MSA) || in createAgpsStateMachines() 705 (loc_core::ContextBase::mGps_conf.CAPABILITIES & LOC_GPS_CAPABILITY_MSB)); in createAgpsStateMachines() 717 loc_core::ContextBase::mGps_conf.USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL) { in createAgpsStateMachines() 749 if (loc_core::ContextBase::mGps_conf.USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL) { in getAgpsStateMachine() 916 if (loc_core::ContextBase::mGps_conf. in handleModemSSR()
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
D | loc_eng.h | 70 #define gps_conf ContextBase::mGps_conf
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc_eng.h | 70 #define gps_conf ContextBase::mGps_conf
|