Home
last modified time | relevance | path

Searched refs:target_type (Results 1 – 25 of 39) sorted by relevance

12

/test/vts/utils/python/mirror/
Dmirror_object.py93 target_type, argument
135 handler_name = target_type
140 logging.debug("Init the driver service for %s", target_type)
142 target_type_id = COMPONENT_TYPE_DICT[target_type.lower()]
150 target_type=target_type_id,
161 (target_type, target_filename))
Dlib_mirror.py36 def InitLibDriver(self, target_type, target_version_major, argument
72 if target_type in name:
78 "No file found for target type %s." % target_type)
83 target_type,
99 "No API found for %s" % target_type)
Dmirror_tracker.py294 target_type, argument
336 handler_name = target_type
342 mirror.InitHalDriver(target_type, target_version_major,
346 self._registered_mirrors[target_type] = mirror
349 target_type, argument
388 handler_name = target_type
392 mirror.InitLibDriver(target_type, target_version_major,
Dhal_mirror.py62 def InitHalDriver(self, target_type, target_version_major, argument
93 target_type,
110 "No API found for %s" % target_type)
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py200 target_type=None, argument
238 target_type=target_type,
570 target_type, argument
586 target_type=target_type,
618 msg.component_type if target_type is None else target_type,
635 target_type=None, argument
673 if target_type is not None:
674 command_msg.target_type = target_type
/test/vts/drivers/hal/server/
DSocketServer.cpp45 const string& path, int target_class, int target_type, in LoadHal() argument
51 path.c_str(), lib_path_, target_class, target_type, target_version_major, in LoadHal()
59 const string& name, int target_class, int target_type, in ReadSpecification() argument
64 target_class, target_type, target_version_major, target_version_minor, in ReadSpecification()
124 command_message.target_type(), command_message.target_version_major(), in ProcessOneCommand()
164 command_message.target_type(), command_message.target_version_major(), in ProcessOneCommand()
DBinderServer.cpp70 const int target_type = data.readInt32(); in onTransact() local
75 LoadHal(string(path), target_class, target_type, target_version_major, in onTransact()
145 int32_t LoadHal(const string& path, int target_class, int target_type, in LoadHal() argument
150 path.c_str(), lib_path_, target_class, target_type, in LoadHal()
DSocketServer.h51 int32_t LoadHal(const string& path, int target_class, int target_type,
61 int target_type, int target_version_major,
/test/vts/agents/hal/
DSocketClientToDriver.cpp41 const string& file_path, int target_class, int target_type, in LoadHal() argument
50 command_message.set_target_type(target_type); in LoadHal()
86 int target_type, in ReadSpecification() argument
96 command_message.set_target_type(target_type); in ReadSpecification()
DSocketClientToDriver.h47 int32_t LoadHal(const string& file_path, int target_class, int target_type,
62 int target_type, int target_version_major,
DAgentRequestHandler.cpp108 int target_type = command_msg.target_type(); local
255 file_path, target_class, target_type, target_version_major,
304 command_message.target_type(), command_message.target_version_major(),
/test/vts/drivers/hal/common/binder/
DVtsFuzzerBinderService.cpp52 int target_type, int target_version_major, in LoadHal() argument
59 target_class, target_type, in LoadHal()
65 data.writeInt32(target_type); in LoadHal()
/test/vts/drivers/hal/common/include/binder/
DVtsFuzzerBinderService.h58 virtual int32_t LoadHal(const string& path, int target_class, int target_type,
86 int32_t LoadHal(const string& path, int target_class, int target_type,
/test/vts/testcases/codelab/host_multi_hal/
DVtsCodelabHostMultiHalTest.py35 target_type="light",
43 target_type="thermal",
/test/vts/drivers/hal/common/component_loader/
DHalDriverLoader.cpp249 int target_type, int target_version_major, in Process() argument
257 target_component_name, target_type, in Process()
260 << target_class << " type " << target_type << " version " in Process()
/test/vts/testcases/fuzz/lib_bionic/
DLibBionicLibmFuzzTest.py30 target_type="bionic_libm",
/test/vts-testcase/hal/tv/input/V1_0/host/
DVtsHalTvInputV1_0HostTest.py37 target_type="tv_input",
/test/vts-testcase/hal/radio/V1_0/host/
DVtsHalRadioV1_0HostTest.py34 target_type="radio",
/test/vts-testcase/hal/vr/V1_0/host/
DVtsHalVrV1_0HostTest.py35 target_type="vr",
/test/vts-testcase/hal/vibrator/V1_0/host/
DVtsHalVibratorV1_0HostTest.py35 target_type="vibrator",
/test/vts/drivers/hal/common/include/component_loader/
DHalDriverLoader.h77 int target_class, int target_type, int target_version_major,
/test/vts-testcase/hal/contexthub/V1_0/host/
DVtsHalContexthubV1_0HostTest.py75 target_type="contexthub",
/test/vts-testcase/hal/sensors/V2_0/host/
DVtsHalSensorsV2_0HostTest.py38 target_type="sensors",
/test/vts-testcase/hal/sensors/V1_0/host/
DVtsHalSensorsV1_0HostTest.py38 target_type="sensors",
/test/vts-testcase/hal/media/omx/V1_0/host/
DVtsHalMediaOmxV1_0HostTest.py69 target_type="media_omx",

12