Searched refs:GPS_LOCATION_EXTENDED_HAS_EAST_VEL_UNC (Results 1 – 2 of 2) sorted by relevance
360 #define GPS_LOCATION_EXTENDED_HAS_EAST_VEL_UNC 0x2000000 macro
354 if (GPS_LOCATION_EXTENDED_HAS_EAST_VEL_UNC & locationExtended.flags) { in convertLocationInfo()456 if (GPS_LOCATION_EXTENDED_HAS_EAST_VEL_UNC & locationExtended.flags) { in convertLocationInfo()457 out.flags |= GPS_LOCATION_EXTENDED_HAS_EAST_VEL_UNC; in convertLocationInfo()