Home
last modified time | relevance | path

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

/system/chre/chre_api/legacy/v1_2/chre/
Dgnss.h135 #define CHRE_GPS_LOCATION_HAS_LAT_LONG UINT16_C(1 << 0) macro
/system/chre/chre_api/legacy/v1_1/chre/
Dgnss.h128 #define CHRE_GPS_LOCATION_HAS_LAT_LONG UINT16_C(1 << 0) macro
/system/chre/chre_api/include/chre_api/chre/
Dgnss.h135 #define CHRE_GPS_LOCATION_HAS_LAT_LONG UINT16_C(1 << 0) macro
/system/chre/pal/tests/src/
Dgnss_pal_impl_test.cc106 if (event.flags & CHRE_GPS_LOCATION_HAS_LAT_LONG) { in validateLocationEvent()