Home
last modified time | relevance | path

Searched refs:toString (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/util/nanotool/
Dcalibrationfile.cpp71 json_root_->toString().c_str()); in Initialize()
120 AString json_str = json_root_->toString(); in Save()
/device/google/contexthub/util/common/
DJSONObject.cpp563 AString JSONValue::toString(size_t depth, bool indentFirstLine) const { in toString() function in android::JSONValue
651 AString JSONCompound::toString(size_t depth, bool indentFirstLine) const { in toString() function in android::JSONCompound
659 return val.toString(depth, indentFirstLine); in toString()
700 out.append(mValues.valueAt(i).toString(depth + 1, false)); in internalToString()
741 out.append(mValues.itemAt(i).toString(depth)); in internalToString()
DJSONObject.h69 AString toString(size_t depth = 0, bool indentFirstLine = true) const;
86 AString toString(size_t depth = 0, bool indentFirstLine = true) const;
/device/asus/fugu/libaudio/
DAudioHardwareOutput.cpp390 return strdup(param.toString().string()); in getParameters()
DAudioStreamOut.cpp329 return strdup(param.toString().string()); in getParameters()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp312 AString serializedSettings = settingsObject->toString(); in saveSensorSettings()