Home
last modified time | relevance | path

Searched defs:latitude (Results 1 – 25 of 31) 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.aidl27 boolean addCircularHardwareGeofence(int geofenceId, double latitude, double in addCircularHardwareGeofence()
DGeocoder.java123 public List<Address> getFromLocation(double latitude, double longitude, int maxResults) in getFromLocation()
DAddress.java312 public void setLatitude(double latitude) { in setLatitude()
DILocationManager.aidl58 String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation()
DLocation.java649 public void setLatitude(double latitude) { in setLatitude()
/frameworks/base/services/core/java/com/android/server/location/
DGnssGeofenceProvider.java21 public double latitude; field in GnssGeofenceProvider.GeofenceEntry
73 public boolean addCircularHardwareGeofence(int geofenceId, double latitude, in addCircularHardwareGeofence()
142 public boolean addGeofence(int geofenceId, double latitude, double longitude, double radius, in addGeofence()
164 private static native boolean native_add_geofence(int geofenceId, double latitude, 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()
56 public static GeofenceHardwareRequest createCircularGeofence(double latitude, 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/ndk/
DNdkMediaMuxer.cpp62 media_status_t AMediaMuxer_setLocation(AMediaMuxer *muxer, float latitude, float longtitude) { in AMediaMuxer_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.java180 public Builder setLatitude(double latitude) { in setLatitude()
DRcsMessage.java265 public void setLatitude(double latitude) throws RcsMessageStoreException { in setLatitude()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraSettings.java70 public final double latitude; 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.java93 public final float latitude; field in ExifInterfaceTest.ExpectedValue
/frameworks/base/core/java/android/hardware/camera2/
DDngCreator.java269 double latitude = location.getLatitude(); in setLocation() local
/frameworks/native/opengl/tests/angeles/
Ddemo.c210 int a, longitude, latitude; in createSuperShape() local
/frameworks/av/services/camera/libcameraservice/utils/
DExifUtils.cpp508 bool ExifUtilsImpl::setGpsLatitude(double latitude) { in setGpsLatitude()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifInterface.java1933 Rational[] latitude = getTagRationalValues(TAG_GPS_LATITUDE); in getLatLongAsDoubles() local
1986 public boolean addGpsTags(double latitude, double longitude) { in addGpsTags()

12