Searched refs:bbuf (Results 1 – 1 of 1) sorted by relevance
1112 public void sendResponse(String tag, String str, JSONObject obj, ByteBuffer bbuf) in sendResponse() argument1123 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() argument1156 sendResponse(tag, null, null, bbuf); in sendResponseCaptureBuffer()