Home
last modified time | relevance | path

Searched refs:GPS_LOCATION_EXTENDED_HAS_EAST_VEL (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm8150/gps/utils/
Dgps_extended_c.h354 #define GPS_LOCATION_EXTENDED_HAS_EAST_VEL 0x400000 macro
/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.cpp350 if (GPS_LOCATION_EXTENDED_HAS_EAST_VEL & locationExtended.flags) { in convertLocationInfo()
444 if (GPS_LOCATION_EXTENDED_HAS_EAST_VEL & locationExtended.flags) { in convertLocationInfo()
445 out.flags |= GPS_LOCATION_EXTENDED_HAS_EAST_VEL; in convertLocationInfo()