Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java1112 public void sendResponse(String tag, String str, JSONObject obj, ByteBuffer bbuf) in sendResponse() argument
1123 if (bbuf != null) { in sendResponse()
1124 jsonObj.put("bufValueSize", bbuf.capacity()); in sendResponse()
1132 if (bbuf != null) { in sendResponse()
1133 mInflightImageSizes.add(bbuf.capacity()); in sendResponse()
1134 mSocketWriteQueue.put(bbuf); in sendResponse()
1154 public void sendResponseCaptureBuffer(String tag, ByteBuffer bbuf) in sendResponseCaptureBuffer() argument
1156 sendResponse(tag, null, null, bbuf); in sendResponseCaptureBuffer()