Home
last modified time | relevance | path

Searched refs:hal_driver_id (Results 1 – 4 of 4) sorted by relevance

/test/vts/utils/python/mirror/
Dhal_mirror.py55 hal_driver_id=None, argument
58 super(HalMirror, self).__init__(client, hal_driver_id, if_spec_message,
Dnative_entity_mirror.py219 call_msg.hal_driver_id = self._driver_id
/test/vts/drivers/hal/common/driver_manager/
DVtsHalDriverManager.cpp362 call_msg.hal_driver_id() != kInvalidDriverId) { in GetDriverWithCallMsg()
363 driver_id = call_msg.hal_driver_id(); in GetDriverWithCallMsg()
/test/vts/proto/
DComponentSpecificationMessage.proto185 // Name of the interface. Not required if hal_driver_id is set.
192 optional int32 hal_driver_id = 11 [default = -1]; field