Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dpoll_thread.cpp119 _ispp_poll_stop_fd[0] = -1; in PollThread()
120 _ispp_poll_stop_fd[1] = -1; in PollThread()
194 if (_ispp_poll_stop_fd[1] != -1 || _ispp_poll_stop_fd[0] != -1) { in destroy_stop_fds()
195 close(_ispp_poll_stop_fd[0]); in destroy_stop_fds()
196 close(_ispp_poll_stop_fd[1]); in destroy_stop_fds()
197 _ispp_poll_stop_fd[0] = -1; in destroy_stop_fds()
198 _ispp_poll_stop_fd[1] = -1; in destroy_stop_fds()
243 status = pipe(_ispp_poll_stop_fd); in create_stop_fds()
255 status = fcntl(_ispp_poll_stop_fd[0], F_SETFL, O_NONBLOCK); in create_stop_fds()
412 if (_ispp_poll_stop_fd[1] != -1) { in stop()
[all …]
H A Dpoll_thread.h117 int _ispp_poll_stop_fd[2]; variable