Home
last modified time | relevance | path

Searched refs:getFloat (Results 1 – 10 of 10) 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.cpp405 bool JSONValue::getFloat(float *value) const { in getFloat() function in android::JSONValue
/device/asus/fugu/libaudio/
DAudioHardwareOutput.cpp243 if ((param.getFloat(kHDMIDelayCompParamKey, floatVal) == NO_ERROR) && in setParameters()
256 if ((param.getFloat(kFixedHDMIOutputLevelParamKey, floatVal) == NO_ERROR) in setParameters()
265 if ((param.getFloat(kVideoDelayCompParamKey, floatVal) == NO_ERROR) && in setParameters()
/device/google/contexthub/util/nanotool/
Dandroidcontexthub.cpp94 success = json->getFloat(key, &value); in GetCalibrationBytes()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp253 if (!array->getFloat(i, &out[i])) { in getCalibrationFloat()
869 if (settings->getFloat("barometer", &barometer)) in sendCalibrationOffsets()
878 if (settings->getFloat("light", &light)) in sendCalibrationOffsets()
/device/generic/goldfish/camera/
DEmulatedCamera.cpp451 new_param.getFloat( in setParameters()
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Parm.cpp3943 int focalLengthValue = (int) (mParameters.getFloat( in setExifTags()
3993 float latitudeValue = mParameters.getFloat(QCameraParameters::KEY_GPS_LATITUDE); in setExifTagsGPS()
4015 float longitudeValue = mParameters.getFloat(QCameraParameters::KEY_GPS_LONGITUDE); in setExifTagsGPS()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraParameters.cpp5939 float prevDiopterPos = getFloat(KEY_QC_FOCUS_POSITION_DIOPTER); in updateCurrentFocusPosition()
9637 (int)(getFloat(QCameraParameters::KEY_FOCAL_LENGTH) * FOCAL_LENGTH_DECIMAL_PRECISION); in getExifFocalLength()
9734 float latitudeValue = getFloat(KEY_GPS_LATITUDE); in getExifLatitude()
9768 float longitudeValue = getFloat(KEY_GPS_LONGITUDE); in getExifLongitude()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraParameters.cpp5939 float prevDiopterPos = getFloat(KEY_QC_FOCUS_POSITION_DIOPTER); in updateCurrentFocusPosition()
9637 (int)(getFloat(QCameraParameters::KEY_FOCAL_LENGTH) * FOCAL_LENGTH_DECIMAL_PRECISION); in getExifFocalLength()
9734 float latitudeValue = getFloat(KEY_GPS_LATITUDE); in getExifLatitude()
9768 float longitudeValue = getFloat(KEY_GPS_LONGITUDE); in getExifLongitude()
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraParameters.cpp7580 (int)(getFloat(QCameraParameters::KEY_FOCAL_LENGTH) * FOCAL_LENGTH_DECIMAL_PRECISION); in getExifFocalLength()
7675 float latitudeValue = getFloat(KEY_GPS_LATITUDE); in getExifLatitude()
7709 float longitudeValue = getFloat(KEY_GPS_LONGITUDE); in getExifLongitude()