Home
last modified time | relevance | path

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

/hardware/qcom/sm8150p/gps/location/
DLocationDataTypes.h165 GNSS_LOCATION_INFO_NORTH_STD_DEV_BIT = (1<<14),// valid North standard deviation enumerator
/hardware/qcom/sm7150/gps/location/
DLocationDataTypes.h165 GNSS_LOCATION_INFO_NORTH_STD_DEV_BIT = (1<<14),// valid North standard deviation enumerator
/hardware/qcom/sm8150/gps/location/
DLocationDataTypes.h166 GNSS_LOCATION_INFO_NORTH_STD_DEV_BIT = (1<<14),// valid North standard deviation enumerator
/hardware/qcom/sm8150p/gps/gnss/
DGnssAdapter.cpp335 out.flags |= GNSS_LOCATION_INFO_NORTH_STD_DEV_BIT; in convertLocationInfo()