Searched defs:accuracy (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/core/java/android/hardware/
H A DSensorEvent.java21 * holds informations such as the sensor's type, the time-stamp, accuracy and of
451 * the estimated heading accuracy value.
494 * The accuracy of this event. See {@link android.hardware.SensorManager
497 public int accuracy; field in class:SensorEvent
H A DSensorEventListener.java42 * Called when the accuracy of the registered sensor has changed.
47 * @param accuracy The new accuracy of this sensor, one of
50 public void onAccuracyChanged(Sensor sensor, int accuracy); argument
H A DSensorListener.java93 * Called when the accuracy of a sensor has changed.
98 * @param accuracy The new accuracy of this sensor.
100 public void onAccuracyChanged(int sensor, int accuracy); argument
H A DLegacySensorManager.java248 public void onAccuracyChanged(Sensor sensor, int accuracy) { argument
250 mTarget.onAccuracyChanged(getLegacySensorType(sensor.getType()), accuracy);
H A DSystemSensorManager.java343 protected abstract void dispatchSensorEvent(int handle, float[] values, int accuracy, argument
396 t.accuracy = inAccuracy;
400 final int accuracy = mSensorAccuracies.get(handle);
401 if ((t.accuracy >= 0) && (accuracy != t.accuracy)) {
402 mSensorAccuracies.put(handle, t.accuracy);
403 mListener.onAccuracyChanged(t.sensor, t.accuracy);
447 protected void dispatchSensorEvent(int handle, float[] values, int accuracy, argument
/frameworks/base/core/java/android/view/
H A DOrientationListener.java93 public void onAccuracyChanged(int sensor, int accuracy) { argument
H A DOrientationEventListener.java147 public void onAccuracyChanged(Sensor sensor, int accuracy) { argument
/frameworks/base/location/lib/java/com/android/location/provider/
H A DProviderPropertiesUnbundled.java34 int powerRequirement, int accuracy) {
37 supportsBearing, powerRequirement, accuracy));
31 create(boolean requiresNetwork, boolean requiresSatellite, boolean requiresCell, boolean hasMonetaryCost, boolean supportsAltitude, boolean supportsSpeed, boolean supportsBearing, int powerRequirement, int accuracy) argument
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DMotionSensor.java68 public final void onAccuracyChanged(Sensor sensor, int accuracy) { argument
69 // (Do we need to do something when sensor accuracy changes?)
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DMotionSensorWTime.java74 public final void onAccuracyChanged(Sensor sensor, int accuracy) { argument
75 // (Do we need to do something when sensor accuracy changes?)
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBalls.java70 public void onAccuracyChanged(Sensor sensor, int accuracy) { argument
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Doper_32b.c246 Word32 accuracy) /*!< Number of valid bits that will be calculated */
248 UNUSED(accuracy);
245 rsqrt(Word32 value, Word32 accuracy) argument
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSimpleModelView.java188 public void onAccuracyChanged(Sensor sensor, int accuracy) { argument
/frameworks/base/location/java/android/location/
H A DCriteria.java24 * location provider. Providers maybe ordered according to accuracy,
51 * A constant indicating a finer location accuracy requirement
56 * A constant indicating an approximate accuracy requirement
61 * A constant indicating a low location accuracy requirement
62 * - may be used for horizontal, altitude, speed or bearing accuracy.
64 * an accuracy of greater than 500 meters.
69 * A constant indicating a medium accuracy requirement
70 * - currently used only for horizontal accuracy.
71 * For horizontal position this corresponds roughly to to an accuracy
77 * a constant indicating a high accuracy requiremen
125 setHorizontalAccuracy(int accuracy) argument
149 setVerticalAccuracy(int accuracy) argument
173 setSpeedAccuracy(int accuracy) argument
197 setBearingAccuracy(int accuracy) argument
221 setAccuracy(int accuracy) argument
383 accuracyToString(int accuracy) argument
[all...]
H A DLocation.java112 * has no bearing, altitude, speed, accuracy or extras.
705 * True if this location has an accuracy.
708 * accuracy.
715 * Get the estimated accuracy of this location, in meters.
717 * <p>We define accuracy as the radius of 68% confidence. In other
719 * latitude and longitude, and with a radius equal to the accuracy,
728 * <p>This accuracy estimation is only concerned with horizontal
729 * accuracy, and does not indicate the accuracy of bearing,
732 * <p>If this location does not have an accuracy, the
747 setAccuracy(float accuracy) argument
[all...]
H A DLocationManager.java55 * location will be obfuscated to a coarse level of accuracy.
404 * accuracy is returned. If no provider meets the criteria,
409 * <li> accuracy
992 * provide the best balance between accuracy and power. Applications
998 * accuracy and power.
1207 boolean supportsSpeed, boolean supportsBearing, int powerRequirement, int accuracy) {
1210 supportsBearing, powerRequirement, accuracy);
1259 "Incomplete location object, missing timestamp or accuracy? " + loc);
1205 addTestProvider(String name, boolean requiresNetwork, boolean requiresSatellite, boolean requiresCell, boolean hasMonetaryCost, boolean supportsAltitude, boolean supportsSpeed, boolean supportsBearing, int powerRequirement, int accuracy) argument
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java126 public void onAccuracyChanged(Sensor sensor, int accuracy) { argument
127 // Ignoring sensor accuracy changes.
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeService.java625 public void onAccuracyChanged(Sensor sensor, int accuracy) { argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DWindowOrientationListener.java430 public void onAccuracyChanged(Sensor sensor, int accuracy) { argument
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp94 (jfloat)location->accuracy, (jlong)location->timestamp);
360 (jfloat)location->accuracy, (jlong)location->timestamp,
374 jfloat accuracy = 0; local
383 accuracy = location->accuracy;
388 flags, latitude, longitude, altitude, speed, bearing, accuracy, timestamp);
708 jdouble latitude, jdouble longitude, jfloat accuracy)
711 sGpsInterface->inject_location(latitude, longitude, accuracy);
707 android_location_GpsLocationProvider_inject_location(JNIEnv* env, jobject obj, jdouble latitude, jdouble longitude, jfloat accuracy) argument
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsLocationProvider.java1377 float speed, float bearing, float accuracy, long timestamp) {
1407 mLocation.setAccuracy(accuracy);
1660 float accuracy,
1679 location.setAccuracy(accuracy);
1711 double longitude, double altitude, float speed, float bearing, float accuracy,
1723 accuracy,
1738 double longitude, double altitude, float speed, float bearing, float accuracy,
1750 accuracy,
2183 private native void native_inject_location(double latitude, double longitude, float accuracy); argument
1376 reportLocation(int flags, double latitude, double longitude, double altitude, float speed, float bearing, float accuracy, long timestamp) argument
1653 buildLocation( int flags, double latitude, double longitude, double altitude, float speed, float bearing, float accuracy, long timestamp) argument
1710 reportGeofenceTransition(int geofenceId, int flags, double latitude, double longitude, double altitude, float speed, float bearing, float accuracy, long timestamp, int transition, long transitionTimestamp) argument
1737 reportGeofenceStatus(int status, int flags, double latitude, double longitude, double altitude, float speed, float bearing, float accuracy, long timestamp) argument

Completed in 531 milliseconds