HomeSort by relevance Sort by last modified time
    Searched full:srvfd (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluedroid/udrv/ulinux/
uipc.c 78 int srvfd; member in struct:__anon3532
267 p->srvfd = UIPC_DISCONNECTED;
319 //BTIF_TRACE_EVENT2("CHECK SRVFD %d (ch %d)", uipc_main.ch[ch_id].srvfd, ch_id);
321 if (FD_ISSET(uipc_main.ch[ch_id].srvfd, &uipc_main.read_set))
325 uipc_main.ch[ch_id].fd = accept_server_socket(uipc_main.ch[ch_id].srvfd);
401 uipc_main.ch[ch_id].srvfd = fd;
470 if (uipc_main.ch[ch_id].srvfd != UIPC_DISCONNECTED)
472 BTIF_TRACE_EVENT1("CLOSE SERVER (FD %d)", uipc_main.ch[ch_id].srvfd);
473 close(uipc_main.ch[ch_id].srvfd);
    [all...]

Completed in 51 milliseconds