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

/external/conscrypt/common/src/jni/main/cpp/
H A DNativeCrypto.cpp7085 int selectResult = sslSelect(env, sslError.get(), fdObject, appData, timeout_millis); local
7087 if (selectResult == THROWN_EXCEPTION) {
7093 if (selectResult == -1) {
7097 JNI_TRACE("ssl=%p NativeCrypto_SSL_do_handshake selectResult == -1 => exception",
7101 if (selectResult == 0) {
7105 JNI_TRACE("ssl=%p NativeCrypto_SSL_do_handshake selectResult == 0 => exception",
7327 int selectResult = sslSelect(env, sslError.get(), fdObject, appData, read_timeout_millis); local
7328 if (selectResult == THROWN_EXCEPTION) {
7331 if (selectResult == -1) {
7334 if (selectResult
7603 int selectResult = sslSelect(env, sslError.get(), fdObject, appData, local
[all...]

Completed in 114 milliseconds