Home
last modified time | relevance | path

Searched defs:processSuccessfulRead (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/components/cronet/android/java/src/org/chromium/net/impl/
H A DJavaUploadDataSinkBase.java239 protected abstract int processSuccessfulRead(ByteBuffer buffer) throws IOException; in processSuccessfulRead() method in JavaUploadDataSinkBase
H A DJavaUrlRequest.java380 protected int processSuccessfulRead(ByteBuffer buffer) throws IOException { in processSuccessfulRead() method in JavaUrlRequest.OutputStreamDataSink