Home
last modified time | relevance | path

Searched refs:JSONArray (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/util/common/
DJSONObject.h30 struct JSONArray;
59 bool getArray(sp<JSONArray> *value) const;
66 void setArray(const sp<JSONArray> &array);
144 bool getArray(KEY key, sp<JSONArray> *obj) const { in getArray()
196 void setArray(const char *key, const sp<JSONArray> &obj) { in setArray()
214 struct JSONArray : public JSONBase<size_t> { struct
215 JSONArray();
251 void addArray(const sp<JSONArray> &obj) { in addArray() argument
258 virtual ~JSONArray();
267 DISALLOW_EVIL_CONSTRUCTORS(JSONArray);
DJSONObject.cpp66 sp<JSONArray> array = new JSONArray; in Parse()
453 bool JSONValue::getArray(sp<JSONArray> *value) const { in getArray()
458 *value = static_cast<JSONArray *>(mValue.mObjectOrArray); in getArray()
499 void JSONValue::setArray(const sp<JSONArray> &array) { in setArray()
643 sp<JSONArray> array; in Parse()
656 val.setArray((JSONArray *)this); in toString()
712 JSONArray::JSONArray() {} in JSONArray() function in android::JSONArray
714 JSONArray::~JSONArray() {} in ~JSONArray()
716 bool JSONArray::isObject() const { in isObject()
720 size_t JSONArray::size() const { in size()
[all …]
/device/google/contexthub/util/nanotool/
Dcalibrationfile.cpp100 sp<JSONArray> json_array = new JSONArray(); in SetTripleAxis()
110 sp<JSONArray> json_array = new JSONArray(); in SetFourAxis()
Dandroidcontexthub.cpp67 sp<JSONArray> array; in CopyInt32Array()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp233 sp<JSONArray> array; in getCalibrationInt32()
248 sp<JSONArray> array; in getCalibrationFloat()
299 sp<JSONArray> magArray = new JSONArray; in saveSensorSettings()