Home
last modified time | relevance | path

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

/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLEngineImpl.java748 int bytesProduced = 0; in unwrap() local
759 bytesProduced += bytesRead; in unwrap()
773 return newResult(bytesConsumed, bytesProduced, handshakeStatus); in unwrap()
776 return newResult(bytesConsumed, bytesProduced, handshakeStatus); in unwrap()
779 bytesConsumed, bytesProduced); in unwrap()
794 return sslReadErrorResult(err, bytesConsumed, bytesProduced); in unwrap()
813 bytesConsumed, bytesProduced); in unwrap()
816 return newResult(bytesConsumed, bytesProduced, handshakeStatus); in unwrap()
993 int bytesProduced, SSLEngineResult.HandshakeStatus status) throws SSLException { in readPendingBytesFromBIO() argument
1004 bytesConsumed, bytesProduced); in readPendingBytesFromBIO()
[all …]
DOpenSSLEngineSocketImpl.java372 if (target.position() != engineResult.bytesProduced()) { in write()
374 + engineResult.bytesProduced() in write()
506 if (engineResult.bytesProduced() == 0) { in read()
530 if (!needMoreData && engineResult.bytesProduced() == 0) { in read()
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DOpenSSLEngineImplTest.java182 assertEquals(MESSAGE_SIZE, unwrapResult.bytesProduced()); in exchangeMessages()
228 int bytesProduced = unwrapResult.bytesProduced(); in exchangeLargeMessage() local
229 assertEquals(bytesProduced, newPos - prevPos); in exchangeLargeMessage()
232 if (bytesProduced > 0) { in exchangeLargeMessage()
233 byte[] decryptedBytes = new byte[unwrapResult.bytesProduced()]; in exchangeLargeMessage()
/external/conscrypt/testing/src/main/java/org/conscrypt/testing/
DTestUtil.java219 assertEquals(cTOs.position() - cTOsPos, clientResult.bytesProduced()); in doEngineHandshake()
220 assertEquals(sTOc.position() - sTOcPos, serverResult.bytesProduced()); in doEngineHandshake()
250 clientResult.bytesProduced()); in doEngineHandshake()
252 serverResult.bytesProduced()); in doEngineHandshake()
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc3782 ULONG bytesProduced = 0; in DoCaptureThreadPollDMO() local
3786 hr = _mediaBuffer->GetBufferAndLength(&data, &bytesProduced); in DoCaptureThreadPollDMO()
3797 if (bytesProduced > 0) in DoCaptureThreadPollDMO()
3799 const int kSamplesProduced = bytesProduced / _recAudioFrameSize; in DoCaptureThreadPollDMO()
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...