OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sock_send_fd
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/btif/include/
btif_sock_util.h
61
int
sock_send_fd
(int sock_fd, const uint8_t* buffer, int len, int send_fd);
/external/bluetooth/bluedroid/btif/src/
btif_sock_util.c
109
int
sock_send_fd
(int sock_fd, const uint8_t* buf, int len, int send_fd)
function
btif_sock_rfc.c
543
if(
sock_send_fd
(fd, (const uint8_t*)&cs, sizeof(cs), send_fd) == sizeof(cs))
545
else APPL_TRACE_ERROR2("
sock_send_fd
failed, fd:%d, send_fd:%d", fd, send_fd);
[
all
...]
Completed in 27 milliseconds