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

  /frameworks/base/core/java/android/hardware/
SensorEvent.java 22 * holds informations such as the sensor's type, the time-stamp, accuracy and of
321 * The accuracy of this event. See {@link android.hardware.SensorManager
324 public int accuracy; field in class:SensorEvent
SensorManager.java 73 * public void onAccuracyChanged(Sensor sensor, int accuracy) {
329 * This sensor is reporting data with low accuracy, calibration with the
335 * This sensor is reporting data with an average level of accuracy,
340 /** This sensor is reporting data with maximum accuracy */
448 int accuracy = status[0]; local
474 values, timestamp, accuracy);
509 // Only report accuracy for sensors that support it.
513 final int accuracy = mSensorAccuracies.get(handle);
514 if ((t.accuracy >= 0) && (accuracy != t.accuracy))
1681 mTarget.onAccuracyChanged(sensor.getLegacyType(), accuracy); local
    [all...]
  /external/webkit/WebCore/page/
Coordinates.h 39 static PassRefPtr<Coordinates> create(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) { return adoptRef(new Coordinates(latitude, longitude, providesAltitude, altitude, accuracy, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed)); }
44 double accuracy() const { return m_accuracy; } function in class:WebCore::Coordinates
55 Coordinates(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
59 , m_accuracy(accuracy)
GeolocationPosition.h 39 static PassRefPtr<GeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy) { return adoptRef(new GeolocationPosition(timestamp, latitude, longitude, accuracy)); }
41 static PassRefPtr<GeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) { return adoptRef(new GeolocationPosition(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed)); }
47 double accuracy() const { return m_accuracy; } function in class:WebCore::GeolocationPosition
59 GeolocationPosition(double timestamp, double latitude, double longitude, double accuracy)
63 , m_accuracy(accuracy)
75 GeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
79 , m_accuracy(accuracy)
  /external/webkit/WebCore/platform/gtk/
GeolocationServiceGtk.cpp 29 template<> void freeOwnedGPtr<GeoclueAccuracy>(GeoclueAccuracy* accuracy)
31 if (!accuracy)
34 geoclue_accuracy_free(accuracy);
164 GOwnPtr<GeoclueAccuracy> accuracy; local
168 &m_altitude, &accuracy.outPtr(),
192 void GeolocationServiceGtk::position_changed(GeocluePosition*, GeocluePositionFields fields, int timestamp, double latitude, double longitude, double altitude, GeoclueAccuracy* accuracy, GeolocationServiceGtk* that)
205 geoclue_accuracy_get_details(accuracy, &level, &that->m_accuracy, &that->m_altitudeAccuracy);
  /external/bluetooth/bluez/sbc/
sbctester.c 76 int accuracy, char *csvname)
82 double rms_limit = 1.0 / (pow(2.0, accuracy - 1) * pow(12.0, 0.5));
173 int accuracy)
178 double rms_absolute = 1.0 / (pow(2, accuracy - 2));
277 int pass_rms, pass_absolute, pass, accuracy; local
332 accuracy = DEFACCURACY;
333 printf("Accuracy: %d\n", accuracy);
337 accuracy, "out.csv");
343 &infostst, accuracy);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
TSTInfo.java 51 * accuracy Accuracy OPTIONAL,
76 private final int [] accuracy; field in class:TSTInfo
87 BigInteger serialNumber, Date genTime, int[] accuracy,
95 this.accuracy = accuracy;
116 if (accuracy != null) {
117 res.append(accuracy[0] + " sec, " + accuracy[1] + " millis, "
118 + accuracy[2] + " micros")
    [all...]
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 42 static final String ACCURACY = "Accuracy";
58 ID_COL, TIMESTAMP, TAG, ENTRY_TYPE, ACCURACY, LATITUDE, LONGITUDE,
178 cValues.put(ACCURACY, mLocation.getAccuracy());
221 Float accuracy = getNullableFloat(cursor, ACCURACY); local
222 if (accuracy != null) {
223 location.setAccuracy(accuracy);
  /external/bluetooth/bluez/tools/
hcitool.c 2285 uint16_t accuracy; local
    [all...]
  /external/openssl/include/openssl/
ts.h 139 Accuracy ::= SEQUENCE {
163 accuracy Accuracy OPTIONAL,
179 TS_ACCURACY *accuracy; member in struct:TS_tst_info_st
436 int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy);
511 ASN1_INTEGER *seconds; /* accuracy, 0 means not specified. */
512 ASN1_INTEGER *millis; /* accuracy, 0 means not specified. */
513 ASN1_INTEGER *micros; /* accuracy, 0 means not specified. */
561 /* Accuracy is not included by default. */
  /hardware/libhardware/include/hardware/
gps.h 88 /** GpsLocation has valid accuracy. */
246 /** Represents expected accuracy in meters. */
247 float accuracy; member in struct:__anon9485
403 * expected accuracy is measured in meters
405 int (*inject_location)(double latitude, double longitude, float accuracy);
416 * preferred_accuracy represents the requested fix accuracy in meters.
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java 687 * Returns the next looser accuracy requirement, in the sequence:
691 private int nextAccuracy(int accuracy) {
692 if (accuracy == Criteria.ACCURACY_FINE) {
772 // Next, sort by accuracy
796 * accuracy is returned. If no provider meets the criteria,
801 * <li> accuracy
834 // Loosen accuracy requirement
835 int accuracy = criteria.getAccuracy(); local
836 while (goodProviders.isEmpty() && (accuracy != Criteria.NO_REQUIREMENT)) {
837 accuracy = nextAccuracy(accuracy)
1410 float accuracy = loc.getAccuracy(); local
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 1256 uint16_t accuracy; member in struct:__anon1641
    [all...]
  /external/qemu/hw/
bt.h 1305 uint16_t accuracy; member in struct:__anon6251
    [all...]
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 2028 milliseconds