HomeSort by relevance Sort by last modified time
    Searched refs:exit_fd (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8909/hdmi_cec/
qhdmi_cec.h 73 int exit_fd = -1; member in struct:qhdmicec::cec_context_t
qhdmi_cec.cpp 485 long int write_size = write(ctx->exit_fd, &exit_value, sizeof(uint64_t));
488 ALOGE("Error triggering exit_fd (%d). write size = %ld, error = %s",
489 ctx->exit_fd, write_size, strerror(errno));
614 ctx->exit_fd = poll_fd.fd;
  /hardware/qcom/display/msm8909w_3100/hdmi_cec/
qhdmi_cec.h 73 int exit_fd = -1; member in struct:qhdmicec::cec_context_t
qhdmi_cec.cpp 485 long int write_size = write(ctx->exit_fd, &exit_value, sizeof(uint64_t));
488 ALOGE("Error triggering exit_fd (%d). write size = %ld, error = %s",
489 ctx->exit_fd, write_size, strerror(errno));
614 ctx->exit_fd = poll_fd.fd;

Completed in 95 milliseconds