Searched refs:_isp_params_poll_stop_fd (Results 1 – 2 of 2) sorted by relevance
127 _isp_params_poll_stop_fd[0] = -1; in PollThread()128 _isp_params_poll_stop_fd[1] = -1; in PollThread()222 if (_isp_params_poll_stop_fd[1] != -1 || _isp_params_poll_stop_fd[0] != -1) { in destroy_stop_fds()223 close(_isp_params_poll_stop_fd[0]); in destroy_stop_fds()224 close(_isp_params_poll_stop_fd[1]); in destroy_stop_fds()225 _isp_params_poll_stop_fd[0] = -1; in destroy_stop_fds()226 _isp_params_poll_stop_fd[1] = -1; in destroy_stop_fds()319 status = pipe(_isp_params_poll_stop_fd); in create_stop_fds()331 status = fcntl(_isp_params_poll_stop_fd[0], F_SETFL, O_NONBLOCK); in create_stop_fds()445 if (_isp_params_poll_stop_fd[1] != -1) { in stop()[all …]
121 int _isp_params_poll_stop_fd[2]; variable