HomeSort by relevance Sort by last modified time
    Searched refs:socket_write (Results 1 - 5 of 5) sorted by null

  /system/bt/osi/include/
socket.h 80 ssize_t socket_write(const socket_t* socket, const void* buf, size_t count);
82 // This function performs the same write operation as |socket_write| and also
86 // |socket_write|.
  /external/curl/lib/
security.c 167 socket_write(struct connectdata *conn, curl_socket_t fd, const void *to, function
306 socket_write(conn, fd, enc, 4);
308 socket_write(conn, fd, mic, 4);
310 socket_write(conn, fd, cmd_buffer, cmd_size);
311 socket_write(conn, fd, "\r\n", 2);
319 socket_write(conn, fd, &htonl_bytes, sizeof(htonl_bytes));
320 socket_write(conn, fd, buffer, curlx_sitouz(bytes));
  /system/bt/osi/src/
socket.cc 143 ssize_t socket_write(const socket_t* socket, const void* buf, size_t count) { function
158 if (fd == INVALID_FD) return socket_write(socket, buf, count);
  /external/webrtc/webrtc/base/
openssladapter.cc 75 static int socket_write(BIO* h, const char* buf, int num);
86 socket_write,
137 static int socket_write(BIO* b, const char* in, int inl) { function
152 return socket_write(b, str, rtc::checked_cast<int>(strlen(str)));
  /frameworks/base/core/jni/
android_net_LocalSocketImpl.cpp 396 static void socket_write (JNIEnv *env, jobject object, function in namespace:android
504 {"write_native", "(ILjava/io/FileDescriptor;)V", (void*) socket_write},

Completed in 583 milliseconds