Home
last modified time | relevance | path

Searched refs:has_video_support (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/cros/chameleon/
Dchameleon_port_finder.py164 if port.has_video_support():
171 if not port.has_video_support():
Dchameleon.py606 def has_video_support(self): member in ChameleonPort
/external/igt-gpu-tools/lib/
Digt_chamelium.c1929 int has_video_support; in chamelium_has_video_support() local
1932 xmlrpc_read_bool(&chamelium->env, res, &has_video_support); in chamelium_has_video_support()
1935 return has_video_support; in chamelium_has_video_support()