Home
last modified time | relevance | path

Searched refs:JSONCompound (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/util/common/
DJSONObject.h31 struct JSONCompound;
79 JSONCompound *mObjectOrArray;
83 struct JSONCompound : public RefBase { struct
84 static sp<JSONCompound> Parse(const char *data, size_t size);
91 virtual ~JSONCompound() {} in ~JSONCompound() argument
95 JSONCompound() {} in JSONCompound() function
100 DISALLOW_EVIL_CONSTRUCTORS(JSONCompound);
104 struct JSONBase : public JSONCompound {
DJSONObject.cpp626 sp<JSONCompound> JSONCompound::Parse(const char *data, size_t size) { in Parse()
647 AString JSONCompound::toString(size_t depth, bool indentFirstLine) const { in toString()
/device/google/contexthub/util/nanotool/
Dcalibrationfile.cpp59 sp<JSONCompound> json = JSONCompound::Parse(file_data.data(), file_size); in Initialize()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp317 sp<JSONCompound> in = JSONCompound::Parse(buf, size); in readSettings()