Searched refs:accuracy (Results 51 - 75 of 90) sorted by relevance

1234

/hardware/qcom/gps/core/
H A DLocApiBase.cpp237 "altitude: %f\n speed: %f\n bearing: %f\n accuracy: %f\n "
243 location.gpsLocation.bearing, location.gpsLocation.accuracy,
401 injectPosition(double latitude, double longitude, float accuracy)
H A DLocApiBase.h152 injectPosition(double latitude, double longitude, float accuracy);
H A Dgps_extended_c.h237 /** GpsLocationExtended has valid accuracy. */
290 float accuracy; member in struct:GpsExtLocation_s
/hardware/qcom/gps/msm8909/core/
H A DLocApiBase.cpp237 "altitude: %f\n speed: %f\n bearing: %f\n accuracy: %f\n "
243 location.gpsLocation.bearing, location.gpsLocation.accuracy,
401 injectPosition(double latitude, double longitude, float accuracy)
H A DLocApiBase.h152 injectPosition(double latitude, double longitude, float accuracy);
/hardware/qcom/gps/msm8994/core/
H A DLocApiBase.cpp237 "altitude: %f\n speed: %f\n bearing: %f\n accuracy: %f\n "
243 location.gpsLocation.bearing, location.gpsLocation.accuracy,
401 injectPosition(double latitude, double longitude, float accuracy)
H A DLocApiBase.h152 injectPosition(double latitude, double longitude, float accuracy);
H A Dgps_extended_c.h237 /** GpsLocationExtended has valid accuracy. */
290 float accuracy; member in struct:GpsExtLocation_s
/hardware/qcom/gps/msm8996/core/
H A DLocApiBase.cpp237 "altitude: %f\n speed: %f\n bearing: %f\n accuracy: %f\n "
243 location.gpsLocation.bearing, location.gpsLocation.accuracy,
400 injectPosition(double latitude, double longitude, float accuracy)
H A DLocApiBase.h152 injectPosition(double latitude, double longitude, float accuracy);
/hardware/qcom/gps/msm8998/core/
H A DLocApiBase.cpp237 "altitude: %f\n speed: %f\n bearing: %f\n accuracy: %f\n "
244 location.gpsLocation.bearing, location.gpsLocation.accuracy,
437 injectPosition(double latitude, double longitude, float accuracy)
H A DLocApiBase.h155 injectPosition(double latitude, double longitude, float accuracy);
/hardware/qcom/gps/msm8998/gnss/
H A DGnssAdapter.cpp146 out.accuracy = locGpsLocation.accuracy;
811 GnssAdapter::injectLocationCommand(double latitude, double longitude, float accuracy) argument
813 LOC_LOGD("%s]: latitude %8.4f longitude %8.4f accuracy %8.4f",
814 __func__, latitude, longitude, accuracy);
826 float accuracy) :
832 mAccuracy(accuracy) {}
840 sendMsg(new MsgInjectLocation(*mLocApi, *mContext, latitude, longitude, accuracy));
1868 (ulpLocation.gpsLocation.accuracy >
1888 LOC_LOGI("%s: not reported. Status: %d, techMask: %d, flags %d, accuracy
822 MsgInjectLocation(LocApiBase& api, ContextBase& context, double latitude, double longitude, float accuracy) argument
[all...]
H A DGnssAdapter.h257 void injectLocationCommand(double latitude, double longitude, float accuracy);
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng.h217 float accuracy);
/hardware/qcom/gps/msm8084/core/
H A DLocApiBase.h143 injectPosition(double latitude, double longitude, float accuracy);
H A Dgps_extended_c.h222 /** GpsLocationExtended has valid accuracy. */
275 float accuracy; member in struct:GpsExtLocation_s
H A DLocApiBase.cpp366 injectPosition(double latitude, double longitude, float accuracy)
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng.h211 float accuracy);
/hardware/qcom/gps/msm8909w_3100/core/
H A DLocApiBase.h155 injectPosition(double latitude, double longitude, float accuracy);
/hardware/qcom/gps/msm8909w_3100/gnss/
H A DGnssAdapter.h277 void injectLocationCommand(double latitude, double longitude, float accuracy);
H A DGnssAdapter.cpp142 out.accuracy = locGpsLocation.accuracy;
861 GnssAdapter::injectLocationCommand(double latitude, double longitude, float accuracy) argument
863 LOC_LOGD("%s]: latitude %8.4f longitude %8.4f accuracy %8.4f",
864 __func__, latitude, longitude, accuracy);
876 float accuracy) :
882 mAccuracy(accuracy) {}
890 sendMsg(new MsgInjectLocation(*mLocApi, *mContext, latitude, longitude, accuracy));
1959 (ulpLocation.gpsLocation.accuracy >
2903 r.mLocation.mLocation.accuracy
872 MsgInjectLocation(LocApiBase& api, ContextBase& context, double latitude, double longitude, float accuracy) argument
[all...]
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng.h217 float accuracy);
/hardware/qcom/gps/msm8909w_3100/utils/
H A Dloc_gps.h99 /** LocGpsLocation has valid accuracy. */
548 /** Represents expected accuracy in meters. */
549 float accuracy; member in struct:__anon3660
819 * ID). Latitude and longitude are measured in degrees expected accuracy is
822 int (*inject_location)(double latitude, double longitude, float accuracy);
833 * preferred_accuracy represents the requested fix accuracy in meters.
1209 * In the diagram above, "a" and "b" are 2 geofences and "c" is the accuracy
1212 * whether it is inside or outside the geofence. If the accuracy remains the
1214 * triggered with the state set to Unknown. If the accuracy improves later, an
1485 * Sub-nanosecond accuracy ca
[all...]
/hardware/qcom/gps/msm8998/utils/
H A Dloc_gps.h99 /** LocGpsLocation has valid accuracy. */
546 /** Represents expected accuracy in meters. */
547 float accuracy; member in struct:__anon4002
815 * ID). Latitude and longitude are measured in degrees expected accuracy is
818 int (*inject_location)(double latitude, double longitude, float accuracy);
829 * preferred_accuracy represents the requested fix accuracy in meters.
1205 * In the diagram above, "a" and "b" are 2 geofences and "c" is the accuracy
1208 * whether it is inside or outside the geofence. If the accuracy remains the
1210 * triggered with the state set to Unknown. If the accuracy improves later, an
1481 * Sub-nanosecond accuracy ca
[all...]

Completed in 372 milliseconds

1234