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

1 2 3 4

  /external/webkit/WebKit/mac/WebView/
WebGeolocationPosition.h 33 - (id)initWithTimestamp:(double)timestamp latitude:(double)latitude longitude:(double)longitude accuracy:(double)accuracy;
WebGeolocationPosition.mm 73 - (id)initWithTimestamp:(double)timestamp latitude:(double)latitude longitude:(double)longitude accuracy:(double)accuracy
79 _internal = [[WebGeolocationPositionInternal alloc] initWithCoreGeolocationPosition:GeolocationPosition::create(timestamp, latitude, longitude, accuracy)];
  /frameworks/base/core/java/android/hardware/
SensorEventListener.java 42 * Called when the accuracy of a sensor has changed.
46 * @param accuracy The new accuracy of this sensor
48 public void onAccuracyChanged(Sensor sensor, int accuracy);
SensorListener.java 93 * 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);
SensorEvent.java 22 * holds informations such as the sensor's type, the time-stamp, accuracy and of
299 * The accuracy of this event. See {@link android.hardware.SensorManager
302 public int accuracy; field in class:SensorEvent
  /frameworks/base/location/java/android/location/
Criteria.java 24 * 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
    [all...]
  /frameworks/base/core/java/android/webkit/
MockGeolocation.java 32 public void setPosition(double latitude, double longitude, double accuracy) {
34 nativeSetPosition(latitude, longitude, accuracy);
57 private static native void nativeSetPosition(double latitude, double longitude, double accuracy);
  /external/webkit/WebKit/mac/WebCoreSupport/
WebGeolocationMockPrivate.h 31 + (void)setPosition:(double)latitude:(double)longitude:(double)accuracy;
WebGeolocationMock.mm 39 + (void)setPosition:(double)latitude:(double)longitude:(double)accuracy
44 accuracy,
  /external/webkit/WebCore/page/
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)
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)
Coordinates.idl 32 readonly attribute double accuracy;
  /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/webkit/WebKit/win/Interfaces/
IWebGeolocationPosition.idl 38 HRESULT initWithTimestamp([in] double timestamp, [in] double latitude, [in] double longitude, [in] double 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/webkit/WebCore/platform/android/
GeolocationServiceAndroid.cpp 177 int maxAccuracy = max(position1->coords()->accuracy(), position2->coords()->accuracy());
184 return position2->coords()->accuracy() < position1->coords()->accuracy();
  /external/webkit/WebKit/win/
WebGeolocationPosition.h 49 virtual HRESULT STDMETHODCALLTYPE initWithTimestamp(double timestamp, double latitude, double longitude, double accuracy);
WebGeolocationPosition.cpp 84 HRESULT WebGeolocationPosition::initWithTimestamp(double timestamp, double latitude, double longitude, double accuracy)
87 m_position = GeolocationPosition::create(timestamp, latitude, longitude, accuracy);
  /external/webkit/WebKit/android/jni/
MockGeolocation.cpp 47 static void setPosition(JNIEnv* env, jobject, double latitude, double longitude, double accuracy)
52 accuracy,
  /frameworks/base/location/java/com/android/internal/location/
DummyLocationProvider.java 81 public void setAccuracy(int accuracy) {
82 mAccuracy = accuracy;
161 * Returns a constant describing the horizontal accuracy returned
164 * @return the horizontal accuracy for this provider, as one of the
  /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...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
reentrant-success.js 24 shouldBe('position.coords.accuracy', 'mockAccuracy');
41 shouldBe('position.coords.accuracy', 'mockAccuracy');
success.js 17 shouldBe('position.coords.accuracy', 'mockAccuracy');
timeout.js 17 shouldBe('position.coords.accuracy', 'mockAccuracy');
  /frameworks/base/core/java/android/view/
OrientationListener.java 93 public void onAccuracyChanged(int sensor, int accuracy) {

Completed in 323 milliseconds

1 2 3 4