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

  /external/autotest/server/site_tests/display_EdidStress/
display_EdidStress.py 41 edid_path = os.path.join(self.bindir, 'test_data', 'edids',
63 for filepath in glob.glob(edid_path):
  /external/autotest/server/site_tests/display_ResolutionList/
display_ResolutionList.py 59 edid_path = os.path.join(self.bindir, 'test_data', 'edids',
64 with chameleon_port.use_edid_file(edid_path):
  /external/autotest/server/site_tests/display_SuspendStress/
display_SuspendStress.py 48 edid_path = os.path.join(self.bindir, 'test_data', 'edids', test_name)
62 with chameleon_port.use_edid_file(edid_path):
  /external/autotest/server/site_tests/audio_AudioNodeSwitch/
audio_AudioNodeSwitch.py 109 edid_path = os.path.join(self.bindir,
114 hdmi_port.apply_edid(edid_lib.Edid.from_file(edid_path))
  /external/autotest/server/site_tests/audiovideo_AVSync/
audiovideo_AVSync.py 179 edid_path = os.path.join(
183 with video_port.use_edid_file(edid_path):
  /external/autotest/server/site_tests/video_PlaybackQuality/
video_PlaybackQuality.py 343 edid_path = os.path.join(self.bindir, 'test_data', 'edids',
356 edid.Edid.from_file(edid_path, skip_verify=True)):
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_hdmi.cpp 266 char edid_path[kMaxStringLength] = {'\0'}; local
267 snprintf(edid_path, sizeof(edid_path), "%s%d/edid_modes", fb_path_, fb_node_index_);
268 int edid_file = Sys::open_(edid_path, O_RDONLY);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_hdmi.cpp 179 char edid_path[kMaxStringLength] = {'\0'}; local
180 snprintf(edid_path, sizeof(edid_path), "%s%d/edid_modes", fb_path_, fb_node_index_);
181 int edid_file = Sys::open_(edid_path, O_RDONLY);
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_hdmi.cpp 254 char edid_path[kMaxStringLength] = {'\0'}; local
255 snprintf(edid_path, sizeof(edid_path), "%s%d/edid_modes", fb_path_, fb_node_index_);
256 int edid_file = Sys::open_(edid_path, O_RDONLY);
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/core/fb/
hw_hdmi.cpp 272 char edid_path[kMaxStringLength] = {'\0'}; local
273 snprintf(edid_path, sizeof(edid_path), "%s%d/edid_modes", fb_path_, fb_node_index_);
274 int edid_file = Sys::open_(edid_path, O_RDONLY);
    [all...]

Completed in 130 milliseconds