Searched refs:GNSS_LOCATION_INFO_DOP_BIT (Results 1 – 12 of 12) sorted by relevance
/hardware/qcom/gps/msm8998/location/ |
D | LocationAPI.h | 93 GNSS_LOCATION_INFO_DOP_BIT = (1<<1), // valid pdop, hdop, and vdop enumerator
|
/hardware/qcom/gps/msm8909w_3100/location/ |
D | LocationAPI.h | 94 GNSS_LOCATION_INFO_DOP_BIT = (1<<1), // valid pdop, hdop, and vdop enumerator
|
/hardware/qcom/sm8150p/gps/location/ |
D | LocationDataTypes.h | 150 GNSS_LOCATION_INFO_DOP_BIT = (1<<1), // valid pdop, hdop, and vdop enumerator
|
/hardware/qcom/sm7150/gps/location/ |
D | LocationDataTypes.h | 150 GNSS_LOCATION_INFO_DOP_BIT = (1<<1), // valid pdop, hdop, and vdop enumerator
|
/hardware/qcom/sm7250/gps/location/ |
D | LocationDataTypes.h | 180 GNSS_LOCATION_INFO_DOP_BIT = (1<<1), // pdop, hdop, and vdop enumerator
|
/hardware/qcom/sm8150/gps/location/ |
D | LocationDataTypes.h | 180 GNSS_LOCATION_INFO_DOP_BIT = (1<<1), // pdop, hdop, and vdop enumerator
|
/hardware/qcom/sm7150/gps/gnss/ |
D | GnssAdapter.cpp | 298 out.flags |= (GNSS_LOCATION_INFO_DOP_BIT|GNSS_LOCATION_INFO_EXT_DOP_BIT); in convertLocationInfo() 305 out.flags |= GNSS_LOCATION_INFO_DOP_BIT; in convertLocationInfo()
|
/hardware/qcom/sm8150p/gps/gnss/ |
D | GnssAdapter.cpp | 266 out.flags |= (GNSS_LOCATION_INFO_DOP_BIT|GNSS_LOCATION_INFO_EXT_DOP_BIT); in convertLocationInfo() 273 out.flags |= GNSS_LOCATION_INFO_DOP_BIT; in convertLocationInfo()
|
/hardware/qcom/gps/msm8998/gnss/ |
D | GnssAdapter.cpp | 186 out.flags |= GNSS_LOCATION_INFO_DOP_BIT; in convertLocationInfo()
|
/hardware/qcom/gps/msm8909w_3100/gnss/ |
D | GnssAdapter.cpp | 181 out.flags |= GNSS_LOCATION_INFO_DOP_BIT; in convertLocationInfo()
|
/hardware/qcom/sm8150/gps/gnss/ |
D | GnssAdapter.cpp | 371 out.flags |= (GNSS_LOCATION_INFO_DOP_BIT|GNSS_LOCATION_INFO_EXT_DOP_BIT); in convertLocationInfo() 378 out.flags |= GNSS_LOCATION_INFO_DOP_BIT; in convertLocationInfo()
|
/hardware/qcom/sm7250/gps/gnss/ |
D | GnssAdapter.cpp | 371 out.flags |= (GNSS_LOCATION_INFO_DOP_BIT|GNSS_LOCATION_INFO_EXT_DOP_BIT); in convertLocationInfo() 378 out.flags |= GNSS_LOCATION_INFO_DOP_BIT; in convertLocationInfo()
|