HomeSort by relevance Sort by last modified time
    Searched refs:onReadCompleted (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc-java/cronet/src/test/java/io/grpc/cronet/
CronetClientStreamTest.java 254 callback.onReadCompleted(
269 callback.onReadCompleted(cronetStream, info, ByteBuffer.allocate(0), true);
305 callback.onReadCompleted(
364 callback.onReadCompleted(cronetStream, null, ByteBuffer.allocate(0), true);
478 callback.onReadCompleted(cronetStream, null, ByteBuffer.allocate(0), true);
536 callback.onReadCompleted(cronetStream, null, ByteBuffer.allocate(0), true);
559 callback.onReadCompleted(cronetStream, null, ByteBuffer.allocate(0), true);
    [all...]
  /external/grpc-grpc-java/cronet/src/main/java/io/grpc/cronet/
CronetClientStream.java 397 public void onReadCompleted(BidirectionalStream stream, UrlResponseInfo info,
401 Log.v(LOG_TAG, "onReadCompleted. Size=" + buffer.remaining());
451 // There's no pending onReadCompleted callback so we can report trailers now.
454 // Otherwise report trailers in onReadCompleted, or onSucceeded.
521 // There's no pending onReadCompleted callback so we can report trailers now.

Completed in 482 milliseconds