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

/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 59 milliseconds