HomeSort by relevance Sort by last modified time
    Searched full:s3d_mode_path (Results 1 - 1 of 1) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_hdmi.cpp 672 char s3d_mode_path[kMaxStringLength] = {'\0'}; local
674 snprintf(s3d_mode_path, sizeof(s3d_mode_path), "%s%d/s3d_mode", fb_path_, fb_node_index_);
676 int s3d_mode_node = Sys::open_(s3d_mode_path, O_RDWR);
678 DLOGW("%s could not be opened : %s", s3d_mode_path, strerror(errno));

Completed in 49 milliseconds