Searched defs:sock_fd (Results  1 – 7 of 7) sorted by relevance
| /packages/modules/Bluetooth/system/btif/src/ | 
| D | btif_sock_util.cc | 50 int sock_send_all(int sock_fd, const uint8_t* buf, int len) {  in sock_send_all() 65 int sock_recv_all(int sock_fd, uint8_t* buf, int len) {  in sock_recv_all() 81 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 | 100 bt_status_t btsock_sco_listen(int* sock_fd, UNUSED_ATTR int flags) {  in btsock_sco_listen() 114 bt_status_t btsock_sco_connect(const RawAddress* bd_addr, int* sock_fd,  in btsock_sco_connect() 129                                                  int* sock_fd) {  in sco_socket_establish_locked()
  | 
| D | btif_sock.cc | 252                                  int* sock_fd, int flags, int app_uid) {  in btsock_listen() 316                                   const Uuid* uuid, int channel, int* sock_fd,  in btsock_connect()
  | 
| D | btif_sock_l2cap.cc | 780                                                   int channel, int* sock_fd,  in btsock_l2cap_listen_or_connect() 839 bt_status_t btsock_l2cap_listen(const char* name, int channel, int* sock_fd,  in btsock_l2cap_listen() 846                                  int* sock_fd, int flags, int app_uid) {  in btsock_l2cap_connect()
  | 
| D | btif_sock_rfc.cc | 284                               int* sock_fd, int flags, int app_uid) {  in btsock_rfc_listen() 341                                int* sock_fd, int flags, int app_uid) {  in btsock_rfc_connect()
  | 
| /packages/modules/Bluetooth/system/tools/bdtool/ | 
| D | bdtool.c | 226     int sock_fd = INVALID_FD;  in main()  local 263     int sock_fd = INVALID_FD;  in main()  local
  | 
| /packages/modules/Bluetooth/system/gd/rust/linux/utils/src/ | 
| D | socket.rs | 223     sock_fd: i32,  field
  |