HomeSort by relevance Sort by last modified time
    Searched refs:accuracy (Results 76 - 100 of 209) sorted by null

1 2 34 5 6 7 8 9

  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
LocationStatsAggregator.java 164 float accuracy = location.getAccuracy(); local
167 if (currTime - time < FRESH_THRESHOLD && accuracy < bestAccuracy) {
169 bestAccuracy = accuracy;
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc.cpp 67 static int loc_inject_location(double latitude, double longitude, float accuracy);
576 static int loc_inject_location(double latitude, double longitude, float accuracy)
582 if (accuracy < 1000)
584 accuracy = 1000;
588 ret_val = loc_eng_inject_location(loc_afw_data, latitude, longitude, accuracy);
609 ret_val = loc_eng_inject_location(loc_afw_data, latitude, longitude, accuracy);
LocEngAdapter.h 135 injectPosition(double latitude, double longitude, float accuracy)
137 return mLocApi->injectPosition(latitude, longitude, accuracy);
loc_eng.h 206 float accuracy);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Compass.java 48 public void onAccuracyChanged(Sensor sensor, int accuracy) {
SensorTest.java 133 public void onAccuracyChanged(Sensor sensor, int accuracy) {
  /external/chromium_org/content/renderer/
geolocation_dispatcher.cc 58 // startUpdating in response to the first high-accuracy Geolocation
59 // subscription. When the last high-accuracy Geolocation unsubscribes
63 // We have a different accuracy requirement. Request browser to update.
125 geoposition.accuracy,
  /frameworks/base/core/java/android/view/
OrientationEventListener.java 147 public void onAccuracyChanged(Sensor sensor, int accuracy) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
MotionSensorWTime.java 74 public final void onAccuracyChanged(Sensor sensor, int accuracy) {
75 // (Do we need to do something when sensor accuracy changes?)
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
results_holder.h 96 void inv_get_quaternion_set(long *data, int *accuracy, inv_time_t *timestamp);
results_holder.c 425 /** Returns a quaternion with accuracy and timestamp.
427 * @param[out] accuracy Accuracy of quaternion, 0-3, where 3 is most accurate.
430 void inv_get_quaternion_set(long *data, int *accuracy, inv_time_t *timestamp)
435 *accuracy = inv_get_mag_accuracy();
437 *accuracy = inv_get_gyro_accuracy();
439 *accuracy = inv_get_accel_accuracy();
441 *accuracy = 0;
590 * @param[out] bias_error Accuracy as to how well the compass bias is known. It is the error squared.
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
LocApiRpc.h 96 injectPosition(double latitude, double longitude, float accuracy);
  /packages/apps/Dialer/src/com/android/dialer/
ProximitySensorManager.java 131 public void onAccuracyChanged(Sensor sensor, int accuracy) {
  /packages/apps/InCallUI/src/com/android/incallui/
AccelerometerListener.java 138 public void onAccuracyChanged(Sensor sensor, int accuracy) {
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
TestSensorEventListener.java 104 public void onAccuracyChanged(Sensor sensor, int accuracy) {
192 builder.append("Accuracy=").append(event.accuracy).append(", ");
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint_browsertest.cc 162 EXPECT_EQ(kAccuracy, location.accuracy());
189 position.accuracy = kAccuracy;
  /external/chromium_org/third_party/WebKit/Source/platform/animation/
TimingFunction.cpp 47 double CubicBezierTimingFunction::evaluate(double fraction, double accuracy) const
51 return m_bezier->solve(fraction, accuracy);
  /frameworks/base/services/core/java/com/android/server/location/
LocationFudger.java 42 * Default coarse accuracy in meters.
47 * Minimum coarse accuracy in meters.
52 * Secure settings key for coarse accuracy.
107 * Used to monitor coarse accuracy secure setting for changes.
112 * Used to resolve coarse accuracy setting.
122 * Best location accuracy allowed for coarse applications.
153 float accuracy = loadCoarseAccuracy(); local
155 setAccuracyInMetersLocked(accuracy);
343 * This is the main control: call this to set the best location accuracy
349 Log.d(TAG, "setAccuracyInMetersLocked: new accuracy = " + mAccuracyInMeters)
    [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
LocEngAdapter.h 120 injectPosition(double latitude, double longitude, float accuracy)
122 return mLocApi->injectPosition(latitude, longitude, accuracy);
loc.cpp 65 static int loc_inject_location(double latitude, double longitude, float accuracy);
452 static int loc_inject_location(double latitude, double longitude, float accuracy)
478 ret_val = loc_eng_inject_location(loc_afw_data, latitude, longitude, accuracy);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
SensorSynchronizationTestActivity.java 166 public void onAccuracyChanged(Sensor sensor, int accuracy) {
  /development/samples/ApiDemos/src/com/example/android/apis/os/
RotationVectorDemo.java 213 public void onAccuracyChanged(Sensor sensor, int accuracy) {
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SimpleModelView.java 188 public void onAccuracyChanged(Sensor sensor, int accuracy) {
  /hardware/libhardware/include/hardware/
fused_location.h 111 /** FlpLocation has valid accuracy. */
142 /** Represents expected accuracy in meters. */
143 float accuracy; member in struct:__anon20412
338 * expected accuracy is measured in meters
462 * In the diagram above, "a" and "b" are 2 geofences and "c" is the accuracy
465 * whether it is inside or outside the geofence. If the accuracy remains the
467 * triggered with the state set to Unknown. If the accuracy improves later, an
  /hardware/qcom/gps/core/
LocApiBase.h 143 injectPosition(double latitude, double longitude, float accuracy);

Completed in 5029 milliseconds

1 2 34 5 6 7 8 9