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

  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 244 if (location.gpsLocation.flags & GPS_LOCATION_HAS_SPEED)
341 if (location.gpsLocation.flags & GPS_LOCATION_HAS_SPEED)
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 240 if (location.gpsLocation.flags & GPS_LOCATION_HAS_SPEED)
337 if (location.gpsLocation.flags & GPS_LOCATION_HAS_SPEED)
  /hardware/libhardware/include/hardware/
gps.h 90 #define GPS_LOCATION_HAS_SPEED 0x0004
    [all...]
  /device/generic/goldfish/gps/
gps_qemu.c 403 r->fix.flags |= GPS_LOCATION_HAS_SPEED;
519 if (r->fix.flags & GPS_LOCATION_HAS_SPEED) {
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 721 location.gpsLocation.flags |= GPS_LOCATION_HAS_SPEED;
    [all...]

Completed in 682 milliseconds