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

  /hardware/qcom/display/msm8909/sdm/libs/core/
display_hdmi.h 58 uint32_t GetBestConfig(HWS3DMode s3d_mode);
display_hdmi.cpp 60 active_mode_index = GetBestConfig(mode);
62 active_mode_index = GetBestConfig(kS3DModeNone);
163 uint32_t DisplayHDMI::GetBestConfig(HWS3DMode s3d_mode) {
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
display_hdmi.h 59 uint32_t GetBestConfig(HWS3DMode s3d_mode);
display_hdmi.cpp 60 active_mode_index = GetBestConfig(mode);
62 active_mode_index = GetBestConfig(kS3DModeNone);
163 uint32_t DisplayHDMI::GetBestConfig(HWS3DMode s3d_mode) {
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_hdmi.h 59 uint32_t GetBestConfig(HWS3DMode s3d_mode);
display_hdmi.cpp 61 active_mode_index = GetBestConfig(mode);
63 active_mode_index = GetBestConfig(kS3DModeNone);
170 uint32_t DisplayHDMI::GetBestConfig(HWS3DMode s3d_mode) {
  /hardware/qcom/display/msm8998/sdm/libs/core/
display_hdmi.h 60 uint32_t GetBestConfig(HWS3DMode s3d_mode);
display_hdmi.cpp 59 active_mode_index = GetBestConfig(mode);
61 active_mode_index = GetBestConfig(kS3DModeNone);
162 uint32_t DisplayHDMI::GetBestConfig(HWS3DMode s3d_mode) {

Completed in 489 milliseconds