Searched defs:sock_fd (Results 1 – 7 of 7) sorted by relevance
/system/bt/btif/src/ |
D | btif_sock_util.cc | 63 int sock_send_all(int sock_fd, const uint8_t* buf, int len) { in sock_send_all() 78 int sock_recv_all(int sock_fd, uint8_t* buf, int len) { in sock_recv_all() 94 int sock_send_fd(int sock_fd, const uint8_t* buf, int len, int send_fd) { in sock_send_fd()
|
D | btif_sock_sco.cc | 105 bt_status_t btsock_sco_listen(int* sock_fd, UNUSED_ATTR int flags) { in btsock_sco_listen() 119 bt_status_t btsock_sco_connect(const RawAddress* bd_addr, int* sock_fd, in btsock_sco_connect() 134 int* sock_fd) { in sco_socket_establish_locked()
|
D | btif_sock.cc | 135 int* sock_fd, int flags, int app_uid) { in btsock_listen() 196 const Uuid* uuid, int channel, int* sock_fd, in btsock_connect()
|
D | btif_sock_l2cap.cc | 884 int channel, int* sock_fd, in btsock_l2cap_listen_or_connect() 955 bt_status_t btsock_l2cap_listen(const char* name, int channel, int* sock_fd, in btsock_l2cap_listen() 962 int* sock_fd, int flags, int app_uid) { in btsock_l2cap_connect()
|
D | btif_sock_rfc.cc | 281 int* sock_fd, int flags, int app_uid) { in btsock_rfc_listen() 342 int* sock_fd, int flags, int app_uid) { in btsock_rfc_connect()
|
/system/bt/tools/bdtool/ |
D | bdtool.c | 224 int sock_fd = INVALID_FD; in main() local 261 int sock_fd = INVALID_FD; in main() local
|
/system/connectivity/wifilogd/ |
D | os.cpp | 44 int sock_fd = raw_os_->GetControlSocket(socket_name.c_str()); in GetControlSocket() local
|