HomeSort by relevance Sort by last modified time
    Searched defs:sock_ (Results 1 - 6 of 6) sorted by null

  /system/core/fastboot/
socket.h 109 // Blocks up to |timeout_ms| until a read is possible on |sock_|, and sets |receive_timed_out_|
111 // a subsequent recv() on |sock_| will complete without blocking or if |timeout_ms| <= 0.
114 cutils_socket_t sock_ = INVALID_SOCKET; member in class:Socket
  /external/boringssl/src/crypto/bio/
bio_test.cc 61 explicit ScopedSocket(int sock) : sock_(sock) {}
63 closesocket(sock_);
67 const int sock_; member in class:ScopedSocket
  /external/webrtc/talk/media/sctp/
sctpdataengine.h 186 const struct socket* socket() const { return sock_; }
201 // Sets sending_ to false and sock_ to NULL.
232 struct socket* sock_; // The socket created by usrsctp_socket(...). member in class:cricket::SctpDataMediaChannel
  /external/boringssl/src/tool/
transport_common.cc 454 explicit SocketLineReader(int sock) : sock_(sock) {}
485 n = recv(sock_, &buf_[buf_len_], sizeof(buf_) - buf_len_, 0);
557 const int sock_; member in class:SocketLineReader
  /external/boringssl/src/ssl/test/
bssl_shim.cc 1047 explicit SocketCloser(int sock) : sock_(sock) {}
1053 shutdown(sock_, SD_SEND);
1055 shutdown(sock_, SHUT_WR);
1059 if (recv(sock_, buf, sizeof(buf), 0) <= 0) {
1063 closesocket(sock_);
1067 const int sock_; member in class:SocketCloser
    [all...]
  /external/stressapptest/src/
worker.h 511 int sock_; member in class:NetworkThread

Completed in 483 milliseconds