Home
last modified time | relevance | path

Searched refs:LOCATION_HAS_LAT_LONG_BIT (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/gps/msm8998/android/location_api/
DLocationUtil.cpp41 if (in.flags & LOCATION_HAS_LAT_LONG_BIT) in convertGnssLocation()
/hardware/qcom/gps/msm8998/location/
DLocationAPI.h55 LOCATION_HAS_LAT_LONG_BIT = (1<<0), // location has valid latitude and longitude enumerator
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.cpp120 out.flags |= LOCATION_HAS_LAT_LONG_BIT; in convertLocation()