Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dpoll_thread.cpp123 _3a_stats_poll_stop_fd[0] = -1; in PollThread()
124 _3a_stats_poll_stop_fd[1] = -1; in PollThread()
208 if (_3a_stats_poll_stop_fd[1] != -1 || _3a_stats_poll_stop_fd[0] != -1) { in destroy_stop_fds()
209 close(_3a_stats_poll_stop_fd[0]); in destroy_stop_fds()
210 close(_3a_stats_poll_stop_fd[1]); in destroy_stop_fds()
211 _3a_stats_poll_stop_fd[0] = -1; in destroy_stop_fds()
212 _3a_stats_poll_stop_fd[1] = -1; in destroy_stop_fds()
281 status = pipe(_3a_stats_poll_stop_fd); in create_stop_fds()
293 status = fcntl(_3a_stats_poll_stop_fd[0], F_SETFL, O_NONBLOCK); in create_stop_fds()
423 if (_3a_stats_poll_stop_fd[1] != -1) { in stop()
[all …]
H A Dpoll_thread.h119 int _3a_stats_poll_stop_fd[2]; variable