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

  /hardware/qcom/display/msm8909/sdm/libs/core/fb/
hw_primary.cpp 475 char timeout_string[64]; local
476 snprintf(timeout_string, sizeof(timeout_string), "%d", timeout_ms);
479 ssize_t length = Sys::pwrite_(fd, timeout_string, strlen(timeout_string), 0);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_primary.cpp 475 char timeout_string[64]; local
476 snprintf(timeout_string, sizeof(timeout_string), "%d", timeout_ms);
479 ssize_t length = Sys::pwrite_(fd, timeout_string, strlen(timeout_string), 0);
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_primary.cpp 469 char timeout_string[64]; local
470 snprintf(timeout_string, sizeof(timeout_string), "%d", timeout_ms);
473 ssize_t length = Sys::pwrite_(fd, timeout_string, strlen(timeout_string), 0);
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_primary.cpp 475 char timeout_string[64]; local
476 snprintf(timeout_string, sizeof(timeout_string), "%d", timeout_ms);
479 ssize_t length = Sys::pwrite_(fd, timeout_string, strlen(timeout_string), 0);

Completed in 523 milliseconds