Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java1224 JSONArray jsonSurfaces = new JSONArray(); in sendResponse() local
1228 jsonSurfaces.put(jsonSurface); in sendResponse()
1232 objs[1] = jsonSurfaces; in sendResponse()
1269 JSONArray jsonSurfaces = new JSONArray(); in sendResponseCaptureResult() local
1343 jsonSurfaces.put(jsonSurface); in sendResponseCaptureResult()
1357 objs[SERIALIZER_SURFACES_ID] = jsonSurfaces; in sendResponseCaptureResult()