Searched refs:exit_fd (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/sm8150/media/hypv-intercept/ |
D | hypv_intercept.cpp | 290 struct pollfd exit_fd; in exit_thread() local 293 exit_fd.events = POLLIN | POLLERR; in exit_thread() 294 exit_fd.fd = pfds[1].fd; in exit_thread() 296 poll(&exit_fd, 1, POLL_TIMEOUT); in exit_thread() 298 if ((exit_fd.revents & POLLIN) || (exit_fd.revents & POLLERR)) { in exit_thread()
|
/hardware/qcom/display/msm8909w_3100/hdmi_cec/ |
D | qhdmi_cec.h | 73 int exit_fd = -1; member
|
D | qhdmi_cec.cpp | 485 long int write_size = write(ctx->exit_fd, &exit_value, sizeof(uint64_t)); in cec_close_context() 489 ctx->exit_fd, write_size, strerror(errno)); in cec_close_context() 614 ctx->exit_fd = poll_fd.fd; in set_event_params()
|
/hardware/qcom/display/msm8909/hdmi_cec/ |
D | qhdmi_cec.h | 73 int exit_fd = -1; member
|
D | qhdmi_cec.cpp | 485 long int write_size = write(ctx->exit_fd, &exit_value, sizeof(uint64_t)); in cec_close_context() 489 ctx->exit_fd, write_size, strerror(errno)); in cec_close_context() 614 ctx->exit_fd = poll_fd.fd; in set_event_params()
|