Searched refs:mSap_conf (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/gps/msm8998/core/ |
D | ContextBase.cpp | 44 loc_sap_cfg_s_type ContextBase::mSap_conf {}; 72 …{"GYRO_BIAS_RANDOM_WALK", &mSap_conf.GYRO_BIAS_RANDOM_WALK, &mSap_conf.GYRO_BIAS… 73 …{"ACCEL_RANDOM_WALK_SPECTRAL_DENSITY", &mSap_conf.ACCEL_RANDOM_WALK_SPECTRAL_DENSITY, &mSap… 74 …{"ANGLE_RANDOM_WALK_SPECTRAL_DENSITY", &mSap_conf.ANGLE_RANDOM_WALK_SPECTRAL_DENSITY, &mSap… 75 …{"RATE_RANDOM_WALK_SPECTRAL_DENSITY", &mSap_conf.RATE_RANDOM_WALK_SPECTRAL_DENSITY, &mSap… 76 …{"VELOCITY_RANDOM_WALK_SPECTRAL_DENSITY", &mSap_conf.VELOCITY_RANDOM_WALK_SPECTRAL_DENSITY, &mSap… 77 {"SENSOR_ACCEL_BATCHES_PER_SEC", &mSap_conf.SENSOR_ACCEL_BATCHES_PER_SEC, NULL, 'n'}, 78 {"SENSOR_ACCEL_SAMPLES_PER_BATCH", &mSap_conf.SENSOR_ACCEL_SAMPLES_PER_BATCH, NULL, 'n'}, 79 {"SENSOR_GYRO_BATCHES_PER_SEC", &mSap_conf.SENSOR_GYRO_BATCHES_PER_SEC, NULL, 'n'}, 80 {"SENSOR_GYRO_SAMPLES_PER_BATCH", &mSap_conf.SENSOR_GYRO_SAMPLES_PER_BATCH, NULL, 'n'}, [all …]
|
D | ContextBase.h | 139 static loc_sap_cfg_s_type mSap_conf; variable
|
/hardware/qcom/gps/msm8998/gnss/ |
D | GnssAdapter.cpp | 503 mApi.setSensorControlConfig(ContextBase::mSap_conf.SENSOR_USAGE, in setConfigCommand() 504 ContextBase::mSap_conf.SENSOR_PROVIDER); in setConfigCommand() 514 if (ContextBase::mSap_conf.GYRO_BIAS_RANDOM_WALK_VALID || in setConfigCommand() 515 ContextBase::mSap_conf.ACCEL_RANDOM_WALK_SPECTRAL_DENSITY_VALID || in setConfigCommand() 516 ContextBase::mSap_conf.ANGLE_RANDOM_WALK_SPECTRAL_DENSITY_VALID || in setConfigCommand() 517 ContextBase::mSap_conf.RATE_RANDOM_WALK_SPECTRAL_DENSITY_VALID || in setConfigCommand() 518 ContextBase::mSap_conf.VELOCITY_RANDOM_WALK_SPECTRAL_DENSITY_VALID ) { in setConfigCommand() 520 ContextBase::mSap_conf.GYRO_BIAS_RANDOM_WALK_VALID, in setConfigCommand() 521 ContextBase::mSap_conf.GYRO_BIAS_RANDOM_WALK, in setConfigCommand() 522 ContextBase::mSap_conf.ACCEL_RANDOM_WALK_SPECTRAL_DENSITY_VALID, in setConfigCommand() [all …]
|
/hardware/qcom/gps/msm8909/core/ |
D | ContextBase.h | 128 static loc_sap_cfg_s_type mSap_conf; variable
|
D | ContextBase.cpp | 44 loc_sap_cfg_s_type ContextBase::mSap_conf {0};
|
/hardware/qcom/gps/msm8996/core/ |
D | ContextBase.cpp | 44 loc_sap_cfg_s_type ContextBase::mSap_conf {0};
|
D | ContextBase.h | 128 static loc_sap_cfg_s_type mSap_conf; variable
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
D | loc_eng.h | 71 #define sap_conf ContextBase::mSap_conf
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc_eng.h | 71 #define sap_conf ContextBase::mSap_conf
|