Home
last modified time | relevance | path

Searched refs:GetJSONObject (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/util/nanotool/
Dcalibrationfile.h37 const sp<JSONObject> GetJSONObject() const;
Dcalibrationfile.cpp84 const sp<JSONObject> CalibrationFile::GetJSONObject() const { in GetJSONObject() function in android::CalibrationFile
Dandroidcontexthub.cpp103 auto json = cal_file->GetJSONObject(); in GetCalibrationBytes()