HomeSort by relevance Sort by last modified time
    Searched refs:json_root_ (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/util/nanotool/
calibrationfile.cpp 69 json_root_ = reinterpret_cast<JSONObject*>(json.get());
71 json_root_->toString().c_str());
77 if (json_root_ == nullptr) {
78 json_root_ = new JSONObject();
85 return json_root_;
89 json_root_->setInt32(key, value);
94 json_root_->setFloat(key, value);
104 json_root_->setArray(key, json_array);
115 json_root_->setArray(key, json_array);
120 AString json_str = json_root_->toString()
    [all...]
calibrationfile.h 48 CalibrationFile() : file_(nullptr), json_root_(nullptr) {}
54 sp<JSONObject> json_root_; member in class:android::CalibrationFile

Completed in 620 milliseconds