Home
last modified time | relevance | path

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

12

/hardware/interfaces/gnss/2.1/
DIGnssAntennaInfoCallback.hal73 * corresponds to a theta angle of 0 degrees. The last row corresponds to a
74 * theta angle of (360 - deltaTheta) degrees, where deltaTheta is the regular
78 * degrees and ending at 180 degrees. They are separated by deltaPhi, the regular
107 * corresponds to a theta angle of 0 degrees. The last row corresponds to a
108 * theta angle of (360 - deltaTheta) degrees, where deltaTheta is the regular
112 * degrees and ending at 180 degrees. They are separated by deltaPhi, the regular
/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.hal110 /** Elevation of SV in degrees. */
113 /** 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/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.cpp157 virtual bool SetOrientation(uint16_t degrees);
284 ExifLong degrees = static_cast<ExifLong>(num); in SetLatitudeOrLongitudeData() local
285 ExifLong minutes = static_cast<ExifLong>(60 * (num - degrees)); in SetLatitudeOrLongitudeData()
287 static_cast<ExifLong>(3600000000u * (num - degrees - minutes / 60.0)); in SetLatitudeOrLongitudeData()
288 exif_set_rational(data, EXIF_BYTE_ORDER_INTEL, {degrees, 1}); in SetLatitudeOrLongitudeData()
644 bool ExifUtilsImpl::SetOrientation(uint16_t degrees) { in SetOrientation() argument
646 switch (degrees) { in SetOrientation()
DExifUtils.h155 virtual bool SetOrientation(uint16_t degrees) = 0;
/hardware/interfaces/audio/effect/5.0/
DIVirtualizerEffect.hal52 // all angles are expressed in degrees and
/hardware/interfaces/audio/effect/6.0/
DIVirtualizerEffect.hal52 // all angles are expressed in degrees and
/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/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/gnss/measurement_corrections/1.1/
Dtypes.hal38 * Environment bearing in degrees clockwise from true North (0.0 to 360.0], in direction of
/hardware/interfaces/automotive/sv/1.0/
Dtypes.hal113 * Rotation = + 90 degrees around Z axis = (0.7071, 0, 0, 0.7071) as a unit quaternion.
119 * Horizontal field of view of the virtual view in degrees. Vertical fov is scaled accordingly
/hardware/interfaces/automotive/evs/1.1/
Dtypes.hal260 * sensor local axes has a rotation of 90 degrees counter-clockwise w.r.t android automotive axes
272 * Rotation = + 90 degrees around Z axis = (0.7071, 0, 0, 0.7071) as a unit quaternion.
/hardware/interfaces/sensors/2.1/
Dtypes.hal30 * A sensor of this type measures the angle, in degrees, between two
/hardware/interfaces/audio/6.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/audio/5.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.

12