Lines Matching refs:JSONObject
203 static sp<JSONObject> readSettings(File *file) { in readSettings()
207 sp<JSONObject> root; in readSettings()
219 root = (JSONObject *)in.get(); in readSettings()
224 root = new JSONObject; in readSettings()
231 const sp<JSONObject> &settings, const char *key, int32_t *out, in getCalibrationInt32()
247 const sp<JSONObject> &settings, const char *key, float out[3]) { in getCalibrationFloat()
261 static void loadSensorSettings(sp<JSONObject>* settings, in loadSensorSettings()
262 sp<JSONObject>* saved_settings) { in loadSensorSettings()
272 *settings = new JSONObject; in loadSensorSettings()
281 *saved_settings = new JSONObject; in loadSensorSettings()
308 sp<JSONObject> settingsObject = new JSONObject; in saveSensorSettings()
856 sp<JSONObject> settings; in sendCalibrationOffsets()
857 sp<JSONObject> saved_settings; in sendCalibrationOffsets()