Home
last modified time | relevance | path

Searched refs:setBlocking (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/common/src/jni/main/include/
DNetworkUtil.h56 static inline bool setBlocking(int fd, bool blocking) { in setBlocking() function
DAppData.h129 if (!NetworkUtil::setBlocking(appData.get()->fdsEmergency[0], false)) { in create()
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp7027 if (!NetworkUtil::setBlocking(fd.get(), false)) { in NativeCrypto_SSL_do_handshake()
7801 NetworkUtil::setBlocking(fd, true); in NativeCrypto_SSL_shutdown()