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

/system/bt/osi/include/
H A Dsocket.h80 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|.
/system/bt/osi/src/
H A Dsocket.cc143 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);

Completed in 240 milliseconds