Home
last modified time | relevance | path

Searched defs:actualBytesRead (Results 1 – 3 of 3) sorted by relevance

/external/federated-compute/fcp/java_src/main/java/com/google/fcp/client/http/
DHttpClientForNative.java89 protected boolean readRequestBody(byte[] buffer, long requestedBytes, int[] actualBytesRead) { in readRequestBody()
221 long nativeRequestHandle, byte[] buffer, long requestedBytes, int[] actualBytesRead); in readRequestBody()
DHttpRequestHandleImpl.java397 byte[] buffer, long requestedBytes, int[] actualBytesRead) throws AbortRequestException { in doReadRequestBody()
762 int[] actualBytesRead = new int[1]; in sendRequestBody() local
970 int actualBytesRead = -1; in receiveResponseBody() local
/external/federated-compute/fcp/java_src/test/java/com/google/fcp/client/http/
DHttpClientForNativeImplTest.java124 protected boolean readRequestBody(byte[] buffer, long requestedBytes, int[] actualBytesRead) { in readRequestBody()