Searched refs:Parse (Results 1 – 6 of 6) sorted by relevance
/device/google/contexthub/util/common/ |
D | JSONObject.cpp | 51 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()
|
D | JSONObject.h | 46 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/ |
D | nanopacket.h | 67 ParseResult Parse(uint8_t *buffer, size_t length, size_t *bytes_parsed);
|
D | calibrationfile.cpp | 59 sp<JSONCompound> json = JSONCompound::Parse(file_data.data(), file_size); in Initialize()
|
D | nanopacket.cpp | 145 NanoPacket::ParseResult NanoPacket::Parse(uint8_t *buffer, size_t length, in Parse() function in android::NanoPacket
|
/device/google/contexthub/sensorhal/ |
D | hubconnection.cpp | 317 sp<JSONCompound> in = JSONCompound::Parse(buf, size); in readSettings()
|