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

  /system/bt/osi/include/
socket.h 68 ssize_t socket_read(const socket_t* socket, void* buf, size_t count);
  /external/curl/lib/
security.c 140 socket_read(curl_socket_t fd, void *to, size_t len) function
198 result = socket_read(fd, &len, sizeof(len));
208 result = socket_read(fd, buf->data, len);
  /system/bt/hci/src/
hci_inject.cc 154 socket_read(client->socket, client->buffer + client->buffer_size,
  /external/webrtc/webrtc/base/
openssladapter.cc 76 static int socket_read(BIO* h, char* buf, int size);
87 socket_read,
121 static int socket_read(BIO* b, char* out, int outl) { function
  /frameworks/base/core/jni/
android_net_LocalSocketImpl.cpp 318 static jint socket_read (JNIEnv *env, jobject object, jobject fileDescriptor) function in namespace:android
501 {"read_native", "(Ljava/io/FileDescriptor;)I", (void*) socket_read},
  /system/bt/osi/src/
socket.cc 133 ssize_t socket_read(const socket_t* socket, void* buf, size_t count) { function

Completed in 384 milliseconds