/test/vts/specification/hal/conventional/bluetooth/1.0/ |
D | BluetoothHalV1.vts | 2 component_type: BLUETOOTH
|
D | BluetoothHalV1bt_interface_t.vts | 2 component_type: BLUETOOTH
|
/test/vts/specification/hal/conventional/wifi/1.0/ |
D | WifiHalV1.vts | 2 component_type: WIFI
|
/test/vts/specification/hal/conventional/gps/1.0/ |
D | GpsHalV1.vts | 2 component_type: GPS
|
D | GpsHalV1GpsInterface.vts | 2 component_type: GPS
|
/test/vts/specification/lib/ndk/bionic/1.0/ |
D | libmV1.vts | 2 component_type: BIONIC_LIBM
|
D | libcutilsV1.vts | 2 component_type: VNDK_LIBCUTILS
|
D | libcV1.vts | 2 component_type: BIONIC_LIBC
|
/test/vts/drivers/hal/common/include/driver_manager/ |
D | VtsHalDriverManager.h | 46 const int component_class, const int component_type, const float version, 77 const int component_type, const float version,
|
/test/vts/drivers/hal/common/driver_manager/ |
D | VtsHalDriverManager.cpp | 43 const int component_class, const int component_type, const float version, in LoadTargetComponent() argument 50 component_type, submodule_name, &spec_message)) { in LoadTargetComponent() 52 << "class: " << component_class << " type: " << component_type in LoadTargetComponent() 57 << " type: " << component_type << " version: " << version << endl; in LoadTargetComponent() 75 << " type: " << component_type << " version: " << version << endl; in LoadTargetComponent() 281 const int component_class, const int component_type, const float version, in FindComponentSpecification() argument 285 component_class, package_name, version, component_name, component_type, in FindComponentSpecification() 361 cur_spec_msg.component_type() == spec_msg.component_type()) && in FindDriverIdInternal() 487 spec_msg->component_type(), submodule_name, in ProcessFuncResultsForConventionalHal()
|
/test/vts/specification/kernel/ |
D | syscalls-arm64.vts | 2 component_type: SYSCALL
|
/test/vts/specification/hal/conventional/camera/3.4/ |
D | CameraHalV3.vts | 2 component_type: CAMERA
|
D | CameraHalV3camera3_device_ops_t.vts | 2 component_type: CAMERA
|
/test/vts/compilation_tools/vtsc/ |
D | VtsCompilerUtils.h | 35 extern string ComponentTypeToString(int component_type);
|
D | VtsCompilerUtils.cpp | 63 string ComponentTypeToString(int component_type) { in ComponentTypeToString() argument 64 switch (component_type) { in ComponentTypeToString() 116 cerr << "error: invalid component_type " << component_type << endl; in ComponentTypeToString()
|
/test/vts/drivers/hal/common/include/component_loader/ |
D | HalDriverLoader.h | 45 const int component_type,
|
/test/vts/drivers/hal/common/component_loader/ |
D | HalDriverLoader.cpp | 40 const string& component_name, const int component_type, in FindComponentSpecification() argument 70 if (spec_msg->component_type() != component_type || in FindComponentSpecification()
|
/test/vts/drivers/hal/common/utils/ |
D | InterfaceSpecUtil.cpp | 62 << message.component_class() << "_" << message.component_type() in GetFunctionNamePrefix()
|
/test/vts/specification/hal/conventional/light/1.0/ |
D | LightHalV1.vts | 2 component_type: LIGHT
|
/test/vts/specification/hal/conventional/camera/2.1/ |
D | CameraHalV2.vts | 2 component_type: CAMERA
|
D | CameraHalV2hw_device_t.vts | 2 component_type: CAMERA
|
/test/vts/utils/python/mirror/ |
D | mirror_object.py | 181 interface_name, msg.component_class, msg.component_type, 232 msg.component_type if target_type is None else target_type, 269 msg.component_type if target_type is None else target_type,
|
/test/vts/compilation_tools/vtsc/code_gen/driver/ |
D | DriverCodeGenBase.cpp | 63 ComponentTypeToString(message.component_type()) + "_" + version; in GenerateHeaderFile()
|
/test/vts/proto/ |
D | ComponentSpecificationMessage.proto | 189 optional ComponentType component_type = 22; field 497 optional ComponentType component_type = 2; field 507 // name implies the component_type field.
|
/test/vts/runners/host/tcp_client/ |
D | vts_tcp_client.py | 456 msg.component_type if target_type is None else target_type,
|