Home
last modified time | relevance | path

Searched refs:GNSS_LOCATION_INFO_UP_VEL_UNC_BIT (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm8150p/gps/location/
DLocationDataTypes.h172 GNSS_LOCATION_INFO_UP_VEL_UNC_BIT = (1<<21),// valid Up Velocity Uncertainty enumerator
/hardware/qcom/sm7150/gps/location/
DLocationDataTypes.h172 GNSS_LOCATION_INFO_UP_VEL_UNC_BIT = (1<<21),// valid Up Velocity Uncertainty enumerator
/hardware/qcom/sm8150/gps/location/
DLocationDataTypes.h173 GNSS_LOCATION_INFO_UP_VEL_UNC_BIT = (1<<21),// valid Up Velocity Uncertainty enumerator
/hardware/qcom/sm8150p/gps/gnss/
DGnssAdapter.cpp363 out.flags |= GNSS_LOCATION_INFO_UP_VEL_UNC_BIT; in convertLocationInfo()