OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:edid_path
(Results
1 - 6
of
6
) 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/audio_AudioBasicHDMI/
audio_AudioBasicHDMI.py
46
edid_path
= os.path.join(self.bindir,
75
with hdmi_port.use_edid_file(
edid_path
):
/external/autotest/server/site_tests/display_ResolutionList/
display_ResolutionList.py
63
edid_path
= os.path.join(self.bindir, 'test_data', 'edids',
68
with chameleon_port.use_edid_file(
edid_path
):
/external/autotest/server/site_tests/display_SuspendStress/
display_SuspendStress.py
45
edid_path
= os.path.join(self.bindir, 'test_data', 'edids', test_name)
59
with chameleon_port.use_edid_file(
edid_path
):
/external/autotest/server/site_tests/audio_AudioNodeSwitch/
audio_AudioNodeSwitch.py
106
edid_path
= os.path.join(self.bindir,
111
hdmi_port.apply_edid(edid_lib.Edid.from_file(
edid_path
))
/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);
Completed in 955 milliseconds