/test/vts/utils/python/mirror/ |
D | mirror_object.py | 93 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))
|
D | lib_mirror.py | 36 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)
|
D | mirror_tracker.py | 294 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,
|
D | hal_mirror.py | 62 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/ |
D | vts_tcp_client.py | 200 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/ |
D | SocketServer.cpp | 45 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()
|
D | BinderServer.cpp | 70 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()
|
D | SocketServer.h | 51 int32_t LoadHal(const string& path, int target_class, int target_type, 61 int target_type, int target_version_major,
|
/test/vts/agents/hal/ |
D | SocketClientToDriver.cpp | 41 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()
|
D | SocketClientToDriver.h | 47 int32_t LoadHal(const string& file_path, int target_class, int target_type, 62 int target_type, int target_version_major,
|
D | AgentRequestHandler.cpp | 108 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/ |
D | VtsFuzzerBinderService.cpp | 52 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/ |
D | VtsFuzzerBinderService.h | 58 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/ |
D | VtsCodelabHostMultiHalTest.py | 35 target_type="light", 43 target_type="thermal",
|
/test/vts/drivers/hal/common/component_loader/ |
D | HalDriverLoader.cpp | 249 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/ |
D | LibBionicLibmFuzzTest.py | 30 target_type="bionic_libm",
|
/test/vts-testcase/hal/tv/input/V1_0/host/ |
D | VtsHalTvInputV1_0HostTest.py | 37 target_type="tv_input",
|
/test/vts-testcase/hal/radio/V1_0/host/ |
D | VtsHalRadioV1_0HostTest.py | 34 target_type="radio",
|
/test/vts-testcase/hal/vr/V1_0/host/ |
D | VtsHalVrV1_0HostTest.py | 35 target_type="vr",
|
/test/vts-testcase/hal/vibrator/V1_0/host/ |
D | VtsHalVibratorV1_0HostTest.py | 35 target_type="vibrator",
|
/test/vts/drivers/hal/common/include/component_loader/ |
D | HalDriverLoader.h | 77 int target_class, int target_type, int target_version_major,
|
/test/vts-testcase/hal/contexthub/V1_0/host/ |
D | VtsHalContexthubV1_0HostTest.py | 75 target_type="contexthub",
|
/test/vts-testcase/hal/sensors/V2_0/host/ |
D | VtsHalSensorsV2_0HostTest.py | 38 target_type="sensors",
|
/test/vts-testcase/hal/sensors/V1_0/host/ |
D | VtsHalSensorsV1_0HostTest.py | 38 target_type="sensors",
|
/test/vts-testcase/hal/media/omx/V1_0/host/ |
D | VtsHalMediaOmxV1_0HostTest.py | 69 target_type="media_omx",
|