Searched refs:jsonObjTop (Results 1 – 2 of 2) sorted by relevance
95 public static JSONArray getOutputSpecs(JSONObject jsonObjTop) in getOutputSpecs() argument98 if (jsonObjTop.has("outputSurfaces")) { in getOutputSpecs()99 return jsonObjTop.getJSONArray("outputSurfaces"); in getOutputSpecs()
762 CameraDevice device, JSONObject jsonObjTop, String requestKey) in deserializeRequestList() argument766 JSONArray jsonReqs = jsonObjTop.getJSONArray(requestKey); in deserializeRequestList()