Home
last modified time | relevance | path

Searched refs:exit_fd (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/sm8150/media/hypv-intercept/
Dhypv_intercept.cpp290 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/
Dqhdmi_cec.h73 int exit_fd = -1; member
Dqhdmi_cec.cpp485 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/
Dqhdmi_cec.h73 int exit_fd = -1; member
Dqhdmi_cec.cpp485 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()