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

/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp8414 int selectResult = sslSelect(env, sslError.get(), fdObject, appData, timeout_millis); local
8416 if (selectResult == THROWN_EXCEPTION) {
8422 if (selectResult == -1) {
8426 JNI_TRACE("ssl=%p NativeCrypto_SSL_do_handshake selectResult == -1 => 0", ssl);
8429 if (selectResult == 0) {
8433 JNI_TRACE("ssl=%p NativeCrypto_SSL_do_handshake selectResult == 0 => 0", ssl);
8685 int selectResult = sslSelect(env, sslError.get(), fdObject, appData, read_timeout_millis); local
8686 if (selectResult == THROWN_EXCEPTION) {
8689 if (selectResult == -1) {
8692 if (selectResult
9010 int selectResult = sslSelect(env, sslError.get(), fdObject, appData, local
[all...]

Completed in 83 milliseconds