Searched refs:CHRE_GPS_LOCATION_HAS_BEARING (Results 1 – 6 of 6) sorted by relevance
138 #define CHRE_GPS_LOCATION_HAS_BEARING UINT16_C(1 << 3) macro
131 #define CHRE_GPS_LOCATION_HAS_BEARING UINT16_C(1 << 3) macro
139 #define CHRE_GPS_LOCATION_HAS_BEARING UINT16_C(1 << 3) macro
112 if (event.flags & CHRE_GPS_LOCATION_HAS_BEARING) { in validateLocationEvent()