Searched defs:bearing (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/location/java/android/location/
H A DLocation.java33 * and other information such as bearing, altitude and velocity.
111 * has no bearing, altitude, speed, accuracy or extras.
391 * shortest path between them. Distance and bearing are defined using the
395 * 2 or greater, the initial bearing is stored in results[1]. If results has
396 * length 3 or greater, the final bearing is stored in results[2].
442 * Returns the approximate initial bearing in degrees East of true
449 * @return the initial bearing in degrees
653 * True if this location has a bearing.
660 * Get the bearing, in degrees.
664 * be in the range (0.0, 360.0] if the device has a bearing
680 setBearing(float bearing) argument
[all...]
/frameworks/base/services/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp85 (jfloat)location->speed, (jfloat)location->bearing,
252 (jfloat)location->speed, (jfloat)location->bearing,
266 jfloat bearing = 0; local
275 bearing = location->bearing;
281 flags, latitude, longitude, altitude, speed, bearing, accuracy, timestamp);
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java1128 float speed, float bearing, float accuracy, long timestamp) {
1153 mLocation.setBearing(bearing);
1441 float bearing,
1458 location.setBearing(bearing);
1493 double longitude, double altitude, float speed, float bearing, float accuracy,
1504 bearing,
1520 double longitude, double altitude, float speed, float bearing, float accuracy,
1531 bearing,
1127 reportLocation(int flags, double latitude, double longitude, double altitude, float speed, float bearing, float accuracy, long timestamp) argument
1435 buildLocation( int flags, double latitude, double longitude, double altitude, float speed, float bearing, float accuracy, long timestamp) argument
1492 reportGeofenceTransition(int geofenceId, int flags, double latitude, double longitude, double altitude, float speed, float bearing, float accuracy, long timestamp, int transition, long transitionTimestamp) argument
1519 reportGeofenceStatus(int status, int flags, double latitude, double longitude, double altitude, float speed, float bearing, float accuracy, long timestamp) argument

Completed in 99 milliseconds