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

  /test/vts-testcase/fuzz/template/func_fuzzer_test/
func_fuzzer_test.py 58 def _RegisteredInterfaces(self, hal_package):
62 hal_package: string, name of hal package,
70 cmd = '"lshal | grep -v \* | grep -o %s::[[:alpha:]]* | sort -u"' % hal_package
75 def _FuzzerBinHostPath(self, hal_package, vts_spec_name):
78 bin_name = hal_package + '-vts.func_fuzzer.' + vts_spec_name
83 def _CreateTestCasesFromSpec(self, hal_package, vts_spec_name,
88 hal_package: string, name of hal package,
100 bin_host_path = self._FuzzerBinHostPath(hal_package, vts_spec_name)
110 hal_package = self.hal_hidl_package_name
112 hal_package)
    [all...]
  /test/vts/utils/python/common/
vts_spec_utils.py 24 def HalPackageToNameAndVersion(hal_package):
28 hal_package: string, e.g. 'android.hardware.vibrator@1.0'
35 if not hal_package.startswith(prefix):
36 logging.error("Invalid hal package name: %s" % hal_package)
37 [hal_name, hal_version] = hal_package[len(prefix):].split('@')
  /test/vts/utils/python/precondition/
precondition_utils.py 50 hal_package, hal_version = hal.split("@")
51 logging.info("HAL package, version = %s, %s", hal_package, hal_version)
57 hwbinder_hal_desc = FindHalDescription(hwbinder_hals, hal_package)
58 passthrough_hal_desc = FindHalDescription(passthrough_hals, hal_package)
  /test/vts-testcase/fuzz/template/iface_fuzzer_test/
iface_fuzzer_test.py 92 hal_package = self.hal_hidl_package_name
94 hal_package)
102 registered_interfaces = self._RegisteredInterfaces(hal_package)

Completed in 134 milliseconds