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

  /tools/test/connectivity/acts/framework/acts/
test_runner.py 265 controller_module,
318 controller_module: A module that follows the controller module
326 A list of controller objects instantiated from controller_module, or
336 TestRunner.verify_controller_module(controller_module)
337 module_ref_name = self.get_module_reference_name(controller_module)
339 if controller_module in self.controller_registry:
344 module_config_name = controller_module.ACTS_CONTROLLER_CONFIG_NAME
360 controllers = controller_module.create(controller_config)
370 self.controller_registry[controller_module] = controllers
373 if hasattr(controller_module, "get_info")
    [all...]
  /system/bt/device/src/
controller.cc 276 EXPORT_SYMBOL extern const module_t controller_module = { variable
277 .name = CONTROLLER_MODULE,

Completed in 202 milliseconds