HomeSort by relevance Sort by last modified time
    Searched refs:GPS_LOCATION_HAS_LAT_LONG (Results 1 - 9 of 9) sorted by null

  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 267 if (!(location.gpsLocation.flags & GPS_LOCATION_HAS_LAT_LONG))
295 if (location.gpsLocation.flags & GPS_LOCATION_HAS_LAT_LONG)
420 if (!(location.gpsLocation.flags & GPS_LOCATION_HAS_LAT_LONG))
448 if (location.gpsLocation.flags & GPS_LOCATION_HAS_LAT_LONG)
498 if (!(location.gpsLocation.flags & GPS_LOCATION_HAS_LAT_LONG))
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 264 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/
loc_eng_nmea.cpp 260 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/qcom/gps/msm8974/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 264 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/libhardware/include/hardware/
gps.h 89 #define GPS_LOCATION_HAS_LAT_LONG 0x0001
    [all...]
  /device/generic/goldfish/gps/
gps_qemu.c 353 r->fix.flags |= GPS_LOCATION_HAS_LAT_LONG;
513 if (r->fix.flags & GPS_LOCATION_HAS_LAT_LONG) {
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 700 location.gpsLocation.flags |= GPS_LOCATION_HAS_LAT_LONG;
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 700 location.gpsLocation.flags |= GPS_LOCATION_HAS_LAT_LONG;
    [all...]
  /hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 700 location.gpsLocation.flags |= GPS_LOCATION_HAS_LAT_LONG;
    [all...]

Completed in 205 milliseconds