Searched refs:srvfd (Results 1 - 1 of 1) sorted by relevance

/system/bt/udrv/ulinux/
H A Duipc.c79 int srvfd; member in struct:__anon1306
239 p->srvfd = UIPC_DISCONNECTED;
291 //BTIF_TRACE_EVENT("CHECK SRVFD %d (ch %d)", uipc_main.ch[ch_id].srvfd, ch_id);
293 if (SAFE_FD_ISSET(uipc_main.ch[ch_id].srvfd, &uipc_main.read_set))
297 uipc_main.ch[ch_id].fd = accept_server_socket(uipc_main.ch[ch_id].srvfd);
374 uipc_main.ch[ch_id].srvfd = fd;
456 if (uipc_main.ch[ch_id].srvfd != UIPC_DISCONNECTED)
458 BTIF_TRACE_EVENT("CLOSE SERVER (FD %d)", uipc_main.ch[ch_id].srvfd);
459 close(uipc_main.ch[ch_id].srvfd);
460 FD_CLR(uipc_main.ch[ch_id].srvfd,
[all...]

Completed in 151 milliseconds