Searched defs:selectResult (Results 1 - 1 of 1) sorted by relevance

/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp9402 int selectResult = sslSelect(env, sslError.get(), fdObject, appData, timeout_millis); local
9404 if (selectResult == THROWN_EXCEPTION) {
9410 if (selectResult == -1) {
9414 JNI_TRACE("ssl=%p NativeCrypto_SSL_do_handshake selectResult == -1 => 0", ssl);
9417 if (selectResult == 0) {
9421 JNI_TRACE("ssl=%p NativeCrypto_SSL_do_handshake selectResult == 0 => 0", ssl);
9692 int selectResult = sslSelect(env, sslError.get(), fdObject, appData, read_timeout_millis); local
9693 if (selectResult == THROWN_EXCEPTION) {
9696 if (selectResult == -1) {
9699 if (selectResult
10019 int selectResult = sslSelect(env, sslError.get(), fdObject, appData, local
[all...]

Completed in 80 milliseconds