Home
last modified time | relevance | path

Searched refs:getFloat (Results 1 – 11 of 11) sorted by relevance

/device/google/contexthub/util/common/
DJSONObject.h55 bool getFloat(float *value) const;
124 bool getFloat(KEY key, float *out) const { in getFloat() function
126 return value.getFloat(out); in getFloat()
DJSONObject.cpp401 bool JSONValue::getFloat(float *value) const { in getFloat() function in android::JSONValue
/device/generic/goldfish-opengl/android-emu/android/base/files/
DStream.h74 float getFloat();
DStream.cpp94 float Stream::getFloat() { in getFloat() function in android::base::Stream
/device/google/contexthub/util/nanotool/
Dandroidcontexthub.cpp87 array->getFloat(i, &val); in CopyFloatArray()
118 success = json->getFloat(key, &value); in GetCalibrationBytes()
/device/google/cuttlefish_common/guest/hals/camera/
DExif.cpp216 *outValue = parameters.getFloat(parameterKey); in getCameraParam()
DEmulatedCamera.cpp491 new_param.getFloat(CameraParameters::KEY_EXPOSURE_COMPENSATION_STEP); in setParameters()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp362 if (!array->getFloat(i, &out[i])) { in getCalibrationFloat()
390 array->getFloat(i, &ret[i]); in getFloatSetting()
1467 if (settings->getFloat("barometer", &barometer)) in sendCalibrationOffsets()
1470 if (settings->getFloat("humidity", &humidity)) in sendCalibrationOffsets()
1479 if (settings->getFloat("light", &light)) in sendCalibrationOffsets()
/device/generic/goldfish/camera/
DExif.cpp225 *outValue = parameters.getFloat(parameterKey); in getCameraParam()
DEmulatedCamera.cpp580 new_param.getFloat( in setParameters()
/device/google/marlin/camera/QCamera2/HAL/
DQCameraParameters.cpp6685 float prevDiopterPos = getFloat(KEY_QC_FOCUS_POSITION_DIOPTER); in updateCurrentFocusPosition()
10908 (int)(getFloat(QCameraParameters::KEY_FOCAL_LENGTH) * FOCAL_LENGTH_DECIMAL_PRECISION); in getExifFocalLength()
11005 float latitudeValue = getFloat(KEY_GPS_LATITUDE); in getExifLatitude()
11039 float longitudeValue = getFloat(KEY_GPS_LONGITUDE); in getExifLongitude()