HomeSort by relevance Sort by last modified time
    Searched refs:our_fd (Results 1 - 2 of 2) sorted by null

  /system/bt/btif/src/
btif_sock_l2cap.cc 72 int our_fd; // fd from our side member in struct:l2cap_socket
225 shutdown(sock->our_fd, SHUT_RDWR);
226 close(sock->our_fd);
291 sock->our_fd = fds[0];
353 return sock_send_all(sock->our_fd, (const uint8_t*)&sock->channel,
452 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP,
454 btsock_thread_add_fd(pth, accept_rs->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD,
458 DVLOG(2) << "server fd: << " << sock->our_fd << ", scn:" << sock->channel;
459 send_app_connect_signal(sock->our_fd, &accept_rs->addr, sock->channel, 0,
493 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP
    [all...]
  /system/connectivity/wifilogd/tests/
command_processor_unittest.cpp 448 const unique_fd our_fd{pipe_fds[0]};
465 const unique_fd our_fd{pipe_fds[0]};

Completed in 72 milliseconds