Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8909/core/
Dgps_extended_c.h215 #define GPS_LOCATION_EXTENDED_HAS_BEARING_UNC 0x0040 macro
/hardware/qcom/gps/msm8996/core/
Dgps_extended_c.h215 #define GPS_LOCATION_EXTENDED_HAS_BEARING_UNC 0x0040 macro
/hardware/qcom/gps/msm8998/core/
Dgps_extended_c.h256 #define GPS_LOCATION_EXTENDED_HAS_BEARING_UNC 0x0040 macro
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.cpp182 if (GPS_LOCATION_EXTENDED_HAS_BEARING_UNC & locationExtended.flags) { in convertLocationInfo()