Home
last modified time | relevance | path

Searched refs:app_fd (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_sock_rfc.c88 int fd, app_fd; member
138 rfc_slots[i].fd = rfc_slots[i].app_fd = -1; in init_rfc_slots()
263 rs->app_fd = fds[1]; in alloc_rfc_slot()
338 *sock_fd = rs->app_fd; in btsock_rfc_listen()
339 rs->app_fd = -1; //the fd ownership is transferred to app in btsock_rfc_listen()
373 *sock_fd = rs->app_fd; in btsock_rfc_connect()
374 rs->app_fd = -1; //the fd ownership is transferred to app in btsock_rfc_connect()
387 *sock_fd = rs->app_fd; in btsock_rfc_connect()
388 rs->app_fd = -1; //the fd ownership is transferred to app in btsock_rfc_connect()
493 if(rs->app_fd != -1) in cleanup_rfc_slot()
[all …]