Home
last modified time | relevance | path

Searched refs:degrees (Results 1 – 17 of 17) sorted by relevance

/hardware/interfaces/gnss/1.0/
Dtypes.hal69 /** Represents latitude in degrees. */
72 /** Represents longitude in degrees. */
83 /** Represents heading in degrees. */
105 * Represents expected bearing accuracy in degrees
DIGnssDebug.hal63 /** Latitude expressed in degrees */
65 /** Longitude expressed in degrees */
71 /** Represents heading in degrees. */
88 * estimated bearing accuracy degrees with 68% confidence.
DIGnssGeofencing.hal36 * @param latitudeDegrees The latitude(in degrees) for the geofence lastTransition.
37 * @param longtitudeDegrees The longitude(in degrees) for the geofence lastTransition.
DIGnssCallback.hal109 /** Elevation of SV in degrees. */
112 /** Azimuth of SV in degrees. */
/hardware/interfaces/gnss/measurement_corrections/1.0/
Dtypes.hal82 /** Represents latitude in degrees at which the corrections are computed.. */
85 /** Represents longitude in degrees at which the corrections are computed.. */
128 /** Represents latitude of the reflecting plane in degrees. */
131 /** Represents longitude of the reflecting plane in degrees. */
140 /** Represents azimuth clockwise from north of the reflecting plane in degrees. */
/hardware/libhardware/modules/camera/3_4/arc/
Dexif_utils.cpp32 ExifLong degrees = static_cast<ExifLong>(num); in SetLatitudeOrLongitudeData() local
33 ExifLong minutes = static_cast<ExifLong>(60 * (num - degrees)); in SetLatitudeOrLongitudeData()
35 static_cast<ExifLong>(3600000000u * (num - degrees - minutes / 60.0)); in SetLatitudeOrLongitudeData()
36 exif_set_rational(data, EXIF_BYTE_ORDER_INTEL, {degrees, 1}); in SetLatitudeOrLongitudeData()
/hardware/interfaces/configstore/1.1/
Dtypes.hal19 * Orientation in degrees.
/hardware/interfaces/audio/effect/2.0/
DIVirtualizerEffect.hal51 // all angles are expressed in degrees and
/hardware/interfaces/audio/effect/4.0/
DIVirtualizerEffect.hal52 // all angles are expressed in degrees and
/hardware/interfaces/audio/effect/5.0/
DIVirtualizerEffect.hal52 // all angles are expressed in degrees and
/hardware/interfaces/camera/common/1.0/default/
DExif.cpp354 ExifLong degrees = static_cast<ExifLong>(num); in setLatitudeOrLongitudeData() local
355 ExifLong minutes = static_cast<ExifLong>(60 * (num - degrees)); in setLatitudeOrLongitudeData()
357 static_cast<ExifLong>(3600000000u * (num - degrees - minutes / 60.0)); in setLatitudeOrLongitudeData()
358 exif_set_rational(data, EXIF_BYTE_ORDER_INTEL, {degrees, 1}); in setLatitudeOrLongitudeData()
/hardware/interfaces/sensors/1.0/
Dtypes.hal155 * All values are angles in degrees.
387 * 2-seconds window average gravity changed by at least 35 degrees since the
399 * > 35 degrees
405 * acceleration might vary by more than 35 degrees.
503 * - 1: device is rotated 90 degrees counter-clockwise from default
505 * - 2: device is rotated 180 degrees from default orientation (Y axis is
507 * - 3: device is rotated 90 degrees clockwise from default orientation
1037 * to be rotated 90 degrees counter-clockwise about the Z axis to align
1040 * 90 degrees clockwise (270 degrees counter-clockwise), yielding its
1173 * orientation values are in degrees
[all …]
/hardware/interfaces/audio/5.0/
DIPrimaryDevice.hal190 * @param rotation rotation in degrees relative to natural device
/hardware/interfaces/audio/4.0/
DIPrimaryDevice.hal190 * @param rotation rotation in degrees relative to natural device
/hardware/interfaces/radio/1.0/
Dtypes.hal1560 // to +180 degrees). INT_MAX if unknown
1565 // to +90 degrees). INT_MAX if unknown
/hardware/interfaces/wifi/1.0/
Dtypes.hal1969 * latitude in degrees * 2^25 , 2's complement.
1973 * longitude in degrees * 2^25 , 2's complement.
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal330 * Angle is in degrees. Left is negative.