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

12

/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKGeolocationPosition.cpp39 WKGeolocationPositionRef WKGeolocationPositionCreate(double timestamp, double latitude, double longitude, double accuracy) argument
41 RefPtr<WebGeolocationPosition> position = WebGeolocationPosition::create(timestamp, latitude, longitude, accuracy);
/external/webkit/Source/WebKit2/Shared/
H A DWebGeolocationPosition.cpp34 WebGeolocationPosition::WebGeolocationPosition(double timestamp, double latitude, double longitude, double accuracy) argument
39 m_data.accuracy = accuracy;
48 encoder->encode(CoreIPC::In(timestamp, latitude, longitude, accuracy));
53 return decoder->decode(CoreIPC::Out(data.timestamp, data.latitude, data.longitude, data.accuracy));
H A DWebGeolocationPosition.h47 double accuracy; member in struct:WebKit::WebGeolocationPosition::Data
50 static PassRefPtr<WebGeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy) argument
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/webkit/Source/WebKit/android/jni/
H A DMockGeolocation.cpp47 static void setPosition(JNIEnv* env, jobject, double latitude, double longitude, double accuracy) argument
52 accuracy,
/external/webkit/Source/WebKit/chromium/public/
H A DWebGeolocationPosition.h43 WebGeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) argument
45 assign(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
50 WEBKIT_API void assign(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed);
/external/webkit/Source/WebKit/win/
H A DWebGeolocationPosition.cpp84 HRESULT WebGeolocationPosition::initWithTimestamp(double timestamp, double latitude, double longitude, double accuracy) argument
87 m_position = GeolocationPosition::create(timestamp, latitude, longitude, accuracy);
/external/webkit/Source/WebKit/chromium/src/
H A DWebGeolocationPosition.cpp35 void WebGeolocationPosition::assign(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) argument
37 m_private = GeolocationPosition::create(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
H A DWebGeolocationClientMock.cpp54 void WebGeolocationClientMock::setPosition(double latitude, double longitude, double accuracy) argument
56 WebGeolocationPosition webPosition(currentTime(), latitude, longitude, accuracy, local
105 void WebGeolocationClientMock::setEnableHighAccuracy(bool accuracy) argument
107 m_clientMock->setEnableHighAccuracy(accuracy);
/external/webkit/Source/WebCore/page/
H A DCoordinates.h37 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)); } argument
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) argument
62 , m_accuracy(accuracy)
H A DGeolocationPosition.h39 static PassRefPtr<GeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy) { return adoptRef(new GeolocationPosition(timestamp, latitude, longitude, accuracy)); } argument
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)); } argument
47 double accuracy() const { return m_accuracy; } function in class:WebCore::GeolocationPosition
59 GeolocationPosition(double timestamp, double latitude, double longitude, double accuracy) argument
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) argument
79 , m_accuracy(accuracy)
/external/webkit/Source/WebCore/platform/gtk/
H A DGeolocationServiceGtk.cpp30 template<> void freeOwnedGPtr<GeoclueAccuracy>(GeoclueAccuracy* accuracy) argument
32 if (!accuracy)
35 geoclue_accuracy_free(accuracy);
179 GeoclueAccuracy* accuracy,
188 position_changed(position, fields, timestamp, latitude, longitude, altitude, accuracy, that);
191 void GeolocationServiceGtk::position_changed(GeocluePosition*, GeocluePositionFields fields, int timestamp, double latitude, double longitude, double altitude, GeoclueAccuracy* accuracy, GeolocationServiceGtk* that) argument
204 geoclue_accuracy_get_details(accuracy, &level, &that->m_accuracy, &that->m_altitudeAccuracy);
173 getPositionCallback(GeocluePosition *position, GeocluePositionFields fields, int timestamp, double latitude, double longitude, double altitude, GeoclueAccuracy* accuracy, GError* error, GeolocationServiceGtk* that) argument
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DGeolocationClientQt.cpp74 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
H A DDumpRenderTreeSupportQt.cpp797 void DumpRenderTreeSupportQt::setMockGeolocationPosition(QWebPage* page, double latitude, double longitude, double accuracy) argument
802 mockClient->setPosition(GeolocationPosition::create(currentTime(), latitude, longitude, accuracy));
/external/bluetooth/bluez/sbc/
H A Dsbctester.c76 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);
74 calculate_rms_level(SNDFILE * sndref, SF_INFO * infosref, SNDFILE * sndtst, SF_INFO * infostst, int accuracy, char *csvname) argument
171 check_absolute_diff(SNDFILE * sndref, SF_INFO * infosref, SNDFILE * sndtst, SF_INFO * infostst, int accuracy) argument
/external/jmonkeyengine/engine/src/bullet-native/
H A Dcom_jme3_bullet_PhysicsSpace.cpp67 (JNIEnv * env, jobject object, jlong spaceId, jfloat tpf, jint maxSteps, jfloat accuracy) {
74 space->stepSimulation(tpf, maxSteps, accuracy);
66 Java_com_jme3_bullet_PhysicsSpace_stepSimulation(JNIEnv * env, jobject object, jlong spaceId, jfloat tpf, jint maxSteps, jfloat accuracy) argument
H A DjmePhysicsSpace.cpp65 void jmePhysicsSpace::stepSimulation(jfloat tpf, jint maxSteps, jfloat accuracy) { argument
66 dynamicsWorld->stepSimulation(tpf, maxSteps, accuracy);
/external/bluetooth/bluez/health/
H A Dmcap_internal.h128 uint16_t accuracy; member in struct:sync_info_ind_data
H A Dmcap_sync.c60 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);
/external/replicaisland/src/com/replica/replicaisland/
H A DAndouKun.java723 public void onAccuracyChanged(Sensor sensor, int accuracy) { argument
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
H A DPhysicsSpace.java113 private float accuracy = 1f / 60f; field in class:PhysicsSpace
324 dynamicsWorld.stepSimulation(time, maxSteps, accuracy);
611 * each frame but is determined by the accuracy of the physics space.
764 * when the physics has the default accuracy of 60 fps. Note that setting this
773 * get the current accuracy of the physics computation
774 * @return the current accuracy
777 return accuracy;
781 * sets the accuracy of the physics computation, default=1/60s<br>
782 * @param accuracy
784 public void setAccuracy(float accuracy) { argument
[all...]
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
H A DPhysicsSpace.java96 private float accuracy = 1f / 60f; field in class:PhysicsSpace
348 stepSimulation(physicsSpaceId, time, maxSteps, accuracy);
351 private native void stepSimulation(long space, float time, int maxSteps, float accuracy); argument
668 * each frame but is determined by the accuracy of the physics space.
821 * when the physics has the default accuracy of 60 fps. Note that setting this
830 * get the current accuracy of the physics computation
831 * @return the current accuracy
834 return accuracy;
838 * sets the accuracy of the physics computation, default=1/60s<br>
839 * @param accuracy
841 setAccuracy(float accuracy) argument
[all...]
/external/bluetooth/bluez/lib/
H A Dhci.c682 { "<timing accuracy>", LMP_TACCURACY }, /* Bit 4 */
2707 uint16_t *accuracy, int to)
2734 *accuracy = rp.accuracy;
2706 hci_read_clock(int dd, uint16_t handle, uint8_t which, uint32_t *clock, uint16_t *accuracy, int to) argument
/external/bluetooth/bluez/plugins/
H A Dmgmtops.c1665 uint32_t *clock, uint16_t *accuracy)
1664 mgmt_read_clock(int index, bdaddr_t *bdaddr, int which, int timeout, uint32_t *clock, uint16_t *accuracy) argument
/external/bluetooth/bluez/tools/
H A Dhcitool.c2223 uint16_t accuracy; local
2281 if (hci_read_clock(dd, handle, which, &clock, &accuracy, 1000) < 0) {
2286 accuracy = btohs(accuracy);
2289 printf("Accuracy: %.2f msec\n", (float) accuracy * 0.3125);
/external/openssl/include/openssl/
H A Dts.h160 accuracy Accuracy OPTIONAL,
176 TS_ACCURACY *accuracy; member in struct:TS_tst_info_st
433 int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy);
508 ASN1_INTEGER *seconds; /* accuracy, 0 means not specified. */
509 ASN1_INTEGER *millis; /* accuracy, 0 means not specified. */
510 ASN1_INTEGER *micros; /* accuracy, 0 means not specified. */

Completed in 422 milliseconds

12