Home
last modified time | relevance | path

Searched refs:socket_write (Results 1 – 2 of 2) sorted by relevance

/system/bt/osi/include/
Dsocket.h80 ssize_t socket_write(const socket_t* socket, const void* buf, size_t count);
/system/bt/osi/src/
Dsocket.cc140 ssize_t socket_write(const socket_t* socket, const void* buf, size_t count) { in socket_write() function
155 if (fd == INVALID_FD) return socket_write(socket, buf, count); in socket_write_and_transfer_fd()