Home
last modified time | relevance | path

Searched refs:setFloat (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/util/common/
DJSONObject.h62 void setFloat(float value);
172 void setFloat(const char *key, float in) { in setFloat() function
174 val.setFloat(in); in setFloat()
229 val.setFloat(in); in addFloat()
DJSONObject.cpp334 out->setFloat(negate ? -x : x); in Parse()
465 void JSONValue::setFloat(float value) { in setFloat() function in android::JSONValue
/device/google/contexthub/util/nanotool/
Dcalibrationfile.cpp94 json_root_->setFloat(key, value); in SetSingleAxis()