Home
last modified time | relevance | path

Searched defs:longitude (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/location/java/android/location/
DGeofence.java48 public static Geofence createCircle(double latitude, double longitude, float radius) { in createCircle()
52 private Geofence(double latitude, double longitude, float radius) { in Geofence()
87 private static void checkLatLong(double latitude, double longitude) { in checkLatLong()
DIGeocodeProvider.aidl30 String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation()
DIGpsGeofenceHardware.aidl28 longitude, double radius, int lastTransition, int monitorTransition, in addCircularHardwareGeofence()
DGeocoder.java123 public List<Address> getFromLocation(double latitude, double longitude, int maxResults) in getFromLocation()
DAddress.java349 public void setLongitude(double longitude) { in setLongitude()
DILocationManager.aidl58 String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation()
DLocation.java666 public void setLongitude(double longitude) { in setLongitude()
/frameworks/base/services/core/java/com/android/server/location/
DGnssGeofenceProvider.java22 public double longitude; field in GnssGeofenceProvider.GeofenceEntry
74 double longitude, double radius, int lastTransition, int monitorTransitions, in addCircularHardwareGeofence()
142 public boolean addGeofence(int geofenceId, double latitude, double longitude, double radius, in addGeofence()
165 double longitude, double radius, int lastTransition, int monitorTransitions, in native_add_geofence()
DGeocoderProxy.java67 public String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation()
/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareRequest.java42 private void setCircularGeofence(double latitude, double longitude, double radius) { in setCircularGeofence()
57 double longitude, double radius) { in createCircularGeofence()
/frameworks/base/services/tests/servicestests/src/com/android/server/twilight/
DTwilightServiceTest.java62 private Location createMockLocation(double latitude, double longitude) { in createMockLocation()
/frameworks/base/location/lib/java/com/android/location/provider/
DGeocodeProvider.java62 public abstract String onGetFromLocation(double latitude, double longitude, int maxResults, in onGetFromLocation()
/frameworks/base/media/java/android/media/
DMediaMuxer.java301 private static native void nativeSetLocation(long nativeObject, int latitude, int longitude); in nativeSetLocation()
420 public void setLocation(float latitude, float longitude) { in setLocation()
DMediaRecorder.java687 public void setLocation(float latitude, float longitude) { in setLocation()
/frameworks/av/media/libstagefright/
DMediaMuxer.cpp121 status_t MediaMuxer::setLocation(int latitude, int longitude) { in setLocation()
/frameworks/base/telephony/java/android/telephony/ims/
DRcsMessageCreationParams.java194 public Builder setLongitude(double longitude) { in setLongitude()
DRcsMessage.java290 public void setLongitude(double longitude) throws RcsMessageStoreException { in setLongitude()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraSettings.java71 public final double longitude; field in CameraSettings.GpsData
84 public GpsData(double latitude, double longitude, double altitude, long timeStamp, in GpsData()
/frameworks/base/media/jni/
Dandroid_media_MediaMuxer.cpp192 JNIEnv *env, jclass /* clazz */, jlong nativeObject, jint latitude, jint longitude) { in android_media_MediaMuxer_setLocation()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DExifInterfaceTest.java94 public final float longitude; field in ExifInterfaceTest.ExpectedValue
/frameworks/base/core/java/android/hardware/camera2/
DDngCreator.java270 double longitude = location.getLongitude(); in setLocation() local
/frameworks/native/opengl/tests/angeles/
Ddemo.c210 int a, longitude, latitude; in createSuperShape() local
/frameworks/av/services/camera/libcameraservice/utils/
DExifUtils.cpp536 bool ExifUtilsImpl::setGpsLongitude(double longitude) { in setGpsLongitude()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifInterface.java1935 Rational[] longitude = getTagRationalValues(TAG_GPS_LONGITUDE); in getLatLongAsDoubles() local
1986 public boolean addGpsTags(double latitude, double longitude) { in addGpsTags()
/frameworks/base/core/java/android/provider/
DContacts.java1445 double latitude, double longitude) { in addPostalLocation()

12