Home
last modified time | relevance | path

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

/device/google/contexthub/util/common/
DJSONObject.cpp51 ssize_t JSONValue::Parse(const char *data, size_t size, JSONValue *out) { in Parse() function in android::JSONValue
80 ssize_t n = Parse(&data[offset], size - offset, &val); in Parse()
127 ssize_t n = Parse(&data[offset], size - offset, &key); in Parse()
150 n = Parse(&data[offset], size - offset, &val); in Parse()
626 sp<JSONCompound> JSONCompound::Parse(const char *data, size_t size) { in Parse() function in android::JSONCompound
628 ssize_t result = JSONValue::Parse(data, size, &value); in Parse()
DJSONObject.h46 static ssize_t Parse(const char *data, size_t size, JSONValue *out);
84 static sp<JSONCompound> Parse(const char *data, size_t size);
/device/google/contexthub/util/nanotool/
Dnanopacket.h67 ParseResult Parse(uint8_t *buffer, size_t length, size_t *bytes_parsed);
Dcalibrationfile.cpp59 sp<JSONCompound> json = JSONCompound::Parse(file_data.data(), file_size); in Initialize()
Dnanopacket.cpp145 NanoPacket::ParseResult NanoPacket::Parse(uint8_t *buffer, size_t length, in Parse() function in android::NanoPacket
/device/google/contexthub/sensorhal/
Dhubconnection.cpp317 sp<JSONCompound> in = JSONCompound::Parse(buf, size); in readSettings()