Searched refs:active_set (Results 1 – 2 of 2) sorted by relevance
/external/bluetooth/bluedroid/udrv/ulinux/ |
D | uipc.c | 93 fd_set active_set; member 261 FD_SET(uipc_main.signal_fds[0], &uipc_main.active_set); in uipc_main_init() 334 FD_SET(uipc_main.ch[ch_id].fd, &uipc_main.active_set); in uipc_check_fd_locked() 398 FD_SET(fd, &uipc_main.active_set); in uipc_setup_server_locked() 474 FD_CLR(uipc_main.ch[ch_id].srvfd, &uipc_main.active_set); in uipc_close_ch_locked() 483 FD_CLR(uipc_main.ch[ch_id].fd, &uipc_main.active_set); in uipc_close_ch_locked() 523 uipc_main.read_set = uipc_main.active_set; in uipc_read_task() 873 FD_CLR(uipc_main.ch[ch_id].fd, &uipc_main.active_set); in UIPC_Ioctl()
|
/external/chromium/chrome/browser/download/ |
D | download_manager.cc | 1121 DownloadSet active_set, history_set; in AssertContainersConsistent() local 1123 DownloadSet* local_sets[] = {&active_set, &history_set}; in AssertContainersConsistent() 1133 const DownloadSet* all_sets[] = {&active_set, &history_set, in AssertContainersConsistent()
|