HomeSort by relevance Sort by last modified time
    Searched defs:locationExtended (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 684 GpsLocationExtended locationExtended = {0};
687 locationExtended.size = sizeof(locationExtended);
748 locationExtended.flags |= GPS_LOCATION_EXTENDED_HAS_ALTITUDE_MEAN_SEA_LEVEL;
749 locationExtended.altitudeMeanSeaLevel = location_report_ptr->altitude_wrt_mean_sea_level;
754 locationExtended.flags |= GPS_LOCATION_EXTENDED_HAS_MAG_DEV;
755 locationExtended.magneticDeviation = location_report_ptr->magnetic_deviation;
760 locationExtended.flags |= GPS_LOCATION_EXTENDED_HAS_VERT_UNC;
761 locationExtended.vert_unc = location_report_ptr->vert_unc;
766 locationExtended.flags |= GPS_LOCATION_EXTENDED_HAS_SPEED_UNC
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 684 GpsLocationExtended locationExtended = {0};
687 locationExtended.size = sizeof(locationExtended);
748 locationExtended.flags |= GPS_LOCATION_EXTENDED_HAS_ALTITUDE_MEAN_SEA_LEVEL;
749 locationExtended.altitudeMeanSeaLevel = location_report_ptr->altitude_wrt_mean_sea_level;
754 locationExtended.flags |= GPS_LOCATION_EXTENDED_HAS_MAG_DEV;
755 locationExtended.magneticDeviation = location_report_ptr->magnetic_deviation;
760 locationExtended.flags |= GPS_LOCATION_EXTENDED_HAS_VERT_UNC;
761 locationExtended.vert_unc = location_report_ptr->vert_unc;
766 locationExtended.flags |= GPS_LOCATION_EXTENDED_HAS_SPEED_UNC
    [all...]
  /hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 684 GpsLocationExtended locationExtended = {0};
687 locationExtended.size = sizeof(locationExtended);
748 locationExtended.flags |= GPS_LOCATION_EXTENDED_HAS_ALTITUDE_MEAN_SEA_LEVEL;
749 locationExtended.altitudeMeanSeaLevel = location_report_ptr->altitude_wrt_mean_sea_level;
754 locationExtended.flags |= GPS_LOCATION_EXTENDED_HAS_MAG_DEV;
755 locationExtended.magneticDeviation = location_report_ptr->magnetic_deviation;
760 locationExtended.flags |= GPS_LOCATION_EXTENDED_HAS_VERT_UNC;
761 locationExtended.vert_unc = location_report_ptr->vert_unc;
766 locationExtended.flags |= GPS_LOCATION_EXTENDED_HAS_SPEED_UNC
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]

Completed in 946 milliseconds