Home
last modified time | relevance | path

Searched refs:is_ec_supported (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/hosts/
Dservo_repair.py581 if host.is_ec_supported():
608 if host.is_ec_supported():
724 if not host.is_ec_supported():
776 if host.is_ec_supported():
916 return (not host.is_localhost()) and host.is_ec_supported()
Dservo_host.py529 def is_ec_supported(self): member in ServoHost