Searched defs:sock_fd (Results 1 – 8 of 8) sorted by relevance
| /packages/modules/Bluetooth/system/btif/src/ |
| D | btif_sock_util.cc | 47 int sock_send_all(int sock_fd, const uint8_t* buf, int len) { in sock_send_all() 62 int sock_recv_all(int sock_fd, uint8_t* buf, int len) { in sock_recv_all() 78 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, int /* flags */) { in btsock_sco_listen() argument 122 bt_status_t btsock_sco_connect(const RawAddress* bd_addr, int* sock_fd, in btsock_sco_connect() argument 137 int* sock_fd) { in sco_socket_establish_locked()
|
| D | btif_sock.cc | 156 int* sock_fd, int flags, int app_uid) { in btsock_listen() 206 const Uuid* uuid, int channel, int* sock_fd, in btsock_connect()
|
| D | btif_sock_l2cap.cc | 829 int channel, int* sock_fd, in btsock_l2cap_listen_or_connect() 904 bt_status_t btsock_l2cap_listen(const char* name, int channel, int* sock_fd, in btsock_l2cap_listen() 911 int* sock_fd, int flags, int app_uid) { in btsock_l2cap_connect()
|
| D | btif_sock_rfc.cc | 296 int* sock_fd, int flags, int app_uid) { in btsock_rfc_listen() 358 int* sock_fd, int flags, int app_uid) { in btsock_rfc_connect()
|
| /packages/modules/Bluetooth/system/test/mock/ |
| D | mock_btif_sock_rfc.cc | 91 int* sock_fd, int flags, int app_uid) { in btsock_rfc_connect() 115 int* sock_fd, int flags, int app_uid) { in btsock_rfc_listen()
|
| /packages/modules/Virtualization/demo_native/ |
| D | main.cpp | 335 ScopedFileDescriptor sock_fd; in connect_to_vm_payload() local
|
| /packages/modules/Bluetooth/system/gd/rust/linux/utils/src/ |
| D | socket.rs | 255 sock_fd: i32, field
|