Searched refs:GPS_LOCATION_HAS_LAT_LONG (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp264 if (!(location.gpsLocation.flags & GPS_LOCATION_HAS_LAT_LONG))
292 if (location.gpsLocation.flags & GPS_LOCATION_HAS_LAT_LONG)
417 if (!(location.gpsLocation.flags & GPS_LOCATION_HAS_LAT_LONG))
445 if (location.gpsLocation.flags & GPS_LOCATION_HAS_LAT_LONG)
495 if (!(location.gpsLocation.flags & GPS_LOCATION_HAS_LAT_LONG))
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp260 if (!(location.gpsLocation.flags & GPS_LOCATION_HAS_LAT_LONG))
288 if (location.gpsLocation.flags & GPS_LOCATION_HAS_LAT_LONG)
413 if (!(location.gpsLocation.flags & GPS_LOCATION_HAS_LAT_LONG))
441 if (location.gpsLocation.flags & GPS_LOCATION_HAS_LAT_LONG)
491 if (!(location.gpsLocation.flags & GPS_LOCATION_HAS_LAT_LONG))
/hardware/libhardware/include/hardware/
H A Dgps.h86 #define GPS_LOCATION_HAS_LAT_LONG 0x0001 macro
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp700 location.gpsLocation.flags |= GPS_LOCATION_HAS_LAT_LONG;

Completed in 67 milliseconds