Searched defs:sock_fd (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/bt/btif/src/ |
H A 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()
|
H A 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()
|
H A D | btif_sock.cc | 132 int* sock_fd, int flags, int app_uid) { in btsock_listen() 192 const Uuid* uuid, int channel, int* sock_fd, in btsock_connect()
|
H A D | btif_sock_l2cap.cc | 731 int channel, int* sock_fd, in btsock_l2cap_listen_or_connect() 790 bt_status_t btsock_l2cap_listen(const char* name, int channel, int* sock_fd, in btsock_l2cap_listen() 797 int* sock_fd, int flags, int app_uid) { in btsock_l2cap_connect()
|
H A D | btif_sock_rfc.cc | 267 int* sock_fd, int flags, int app_uid) { in btsock_rfc_listen() 324 int* sock_fd, int flags, int app_uid) { in btsock_rfc_connect()
|
/aosp12/system/bt/tools/bdtool/ |
H A D | bdtool.c | 224 int sock_fd = INVALID_FD; in main() local 261 int sock_fd = INVALID_FD; in main() local
|
/aosp12/bionic/libc/bionic/ |
H A D | android_profiling_dynamic.cpp | 128 ScopedFd sock_fd{ socket(AF_UNIX, SOCK_STREAM | SOCK_NONBLOCK | SOCK_CLOEXEC, 0 /*protocol*/) }; in HandleTracedPerfSignal() local
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
H A D | mm_qcamera_socket.c | 554 int sock_fd = -1; in tunning_server_socket_listen() local
|
/aosp12/bootable/recovery/ |
H A D | recovery_main.cpp | 196 android::base::unique_fd sock_fd(android_get_control_socket("recovery")); in ListenRecoverySocket() local
|