Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/net/posix/
Dposix_async_socket.cc91 const int sendFlags = MSG_NOSIGNAL; in Send() local
95 const int sendFlags = 0; in Send() local
98 REPEAT_UNTIL_NO_INTR(res = send(fd_, buffer, bufferSize, sendFlags)); in Send()