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

1 2

  /frameworks/base/core/java/android/hardware/
SensorEvent.java 22 * holds informations such as the sensor's type, the time-stamp, accuracy and of
443 * The accuracy of this event. See {@link android.hardware.SensorManager
446 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 */
500 int accuracy = status[0]; local
526 values, timestamp, accuracy);
560 // Only report accuracy for sensors that support it.
564 final int accuracy = mSensorAccuracies.get(handle);
565 if ((t.accuracy >= 0) && (accuracy != t.accuracy))
1705 mTarget.onAccuracyChanged(sensor.getLegacyType(), accuracy); local
    [all...]
  /external/webkit/Source/WebKit2/Shared/
WebGeolocationPosition.h 47 double accuracy; member in struct:WebKit::WebGeolocationPosition::Data
50 static PassRefPtr<WebGeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy)
52 return adoptRef(new WebGeolocationPosition(timestamp, latitude, longitude, accuracy));
60 double accuracy() const { return m_data.accuracy; } function in class:WebKit::WebGeolocationPosition
65 WebGeolocationPosition(double timestamp, double latitude, double longitude, double accuracy);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
TSTInfoTest.java 50 int[] accuracy = new int[] { 1, 0, 0 }; local
61 genTime, accuracy, Boolean.FALSE, nonce, tsa, exts);
76 assertTrue("Decoded accuracy is incorrect", Arrays.equals(accuracy,
TimeStampRespTest.java 65 // accuracy is 1 second
66 int[] accuracy = new int[] { 1, 0, 0 }; local
77 genTime, accuracy, Boolean.FALSE, nonce, tsa, exts);
  /external/webkit/Source/WebCore/page/
Coordinates.h 37 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)); }
47 double accuracy() const { return m_accuracy; } function in class:WebCore::Coordinates
58 Coordinates(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
62 , 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/Source/WebKit/chromium/src/
WebGeolocationClientMock.cpp 54 void WebGeolocationClientMock::setPosition(double latitude, double longitude, double accuracy)
56 WebGeolocationPosition webPosition(currentTime(), latitude, longitude, accuracy, local
105 void WebGeolocationClientMock::setEnableHighAccuracy(bool accuracy)
107 m_clientMock->setEnableHighAccuracy(accuracy);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
GeolocationClientQt.cpp 74 double accuracy = geoPosition.attribute(QGeoPositionInfo::HorizontalAccuracy); local
88 accuracy, providesAltitude, altitude,
120 // qtmobility 1.0 supports only GPS as of now so high accuracy is enabled by default
  /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...]
  /external/bluetooth/bluez/health/
mcap_internal.h 128 uint16_t accuracy; member in struct:sync_info_ind_data
mcap_sync.c 60 guint rem_req_acc; /* CSP-Slave: accuracy required by master */
80 int ts_acc; /* timestamp accuracy */
303 uint16_t accuracy; local
308 if (!read_btclock_retry(mcl, &btclock, &accuracy))
711 /* Indication frequency: required accuracy divided by ours */
815 uint16_t accuracy; local
847 accuracy = ntohs(rsp->timestsa);
852 cb(mcl, mcap_err, btclock, timestamp, accuracy, NULL, user_data);
878 data.accuracy = ntohs(req->timestsa);
  /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 2223 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. */
248 /** Represents expected accuracy in meters. */
249 float accuracy; member in struct:__anon16206
409 * expected accuracy is measured in meters
411 int (*inject_location)(double latitude, double longitude, float accuracy);
422 * preferred_accuracy represents the requested fix accuracy in meters.
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 1655 float accuracy = (float) e \/ pattern.length(); local
    [all...]
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java 702 * Returns the next looser accuracy requirement, in the sequence:
706 private int nextAccuracy(int accuracy) {
707 if (accuracy == Criteria.ACCURACY_FINE) {
787 // Next, sort by accuracy
811 * accuracy is returned. If no provider meets the criteria,
816 * <li> accuracy
849 // Loosen accuracy requirement
850 int accuracy = criteria.getAccuracy(); local
851 while (goodProviders.isEmpty() && (accuracy != Criteria.NO_REQUIREMENT)) {
852 accuracy = nextAccuracy(accuracy)
1439 float accuracy = loc.getAccuracy(); local
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 1379 uint16_t accuracy; member in struct:__anon1728
    [all...]
  /external/qemu/hw/
bt.h 1303 uint16_t accuracy; member in struct:__anon10005
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 1410 uint16_t accuracy; member in struct:__anon25759
    [all...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/sdk/11/
android.jar 

Completed in 1048 milliseconds

1 2