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

  /system/bt/btif/src/
btif_sock_l2cap.cc 73 int app_fd; // fd from app's side member in struct:l2cap_socket
240 if (sock->app_fd != -1) {
241 close(sock->app_fd);
243 APPL_TRACE_ERROR("SOCK_LIST: free(id = %d) - NO app_fd!", sock->id);
305 sock->app_fd = fds[1];
473 accept_rs->app_fd);
476 accept_rs->app_fd, p_open->tx_mtu);
477 accept_rs->app_fd =
520 accept_rs->app_fd);
523 accept_rs->app_fd, p_open->tx_mtu)
    [all...]
btif_sock_rfc.cc 88 int app_fd; // Temporary storage for the half of the socketpair that's sent member in struct:__anon105997
124 rfc_slots[i].app_fd = INVALID_FD;
213 slot->app_fd = fds[1];
314 *sock_fd = slot->app_fd; // Transfer ownership of fd to caller.
316 * We are leaking one of the app_fd's - either the listen socket, or the
322 // close(rs->app_fd);
323 slot->app_fd = INVALID_FD; // Drop our reference to the fd.
385 *sock_fd = slot->app_fd; // Transfer ownership of fd to caller.
386 slot->app_fd = INVALID_FD; // Drop our reference to the fd.
422 if (slot->app_fd != INVALID_FD)
    [all...]

Completed in 71 milliseconds