Home
last modified time | relevance | path

Searched refs:component_type (Results 1 – 25 of 26) sorted by relevance

12

/test/vts/specification/hal/conventional/bluetooth/1.0/
DBluetoothHalV1.vts2 component_type: BLUETOOTH
DBluetoothHalV1bt_interface_t.vts2 component_type: BLUETOOTH
/test/vts/specification/hal/conventional/wifi/1.0/
DWifiHalV1.vts2 component_type: WIFI
/test/vts/specification/hal/conventional/gps/1.0/
DGpsHalV1.vts2 component_type: GPS
DGpsHalV1GpsInterface.vts2 component_type: GPS
/test/vts/specification/lib/ndk/bionic/1.0/
DlibmV1.vts2 component_type: BIONIC_LIBM
DlibcutilsV1.vts2 component_type: VNDK_LIBCUTILS
DlibcV1.vts2 component_type: BIONIC_LIBC
/test/vts/drivers/hal/common/include/driver_manager/
DVtsHalDriverManager.h46 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/
DVtsHalDriverManager.cpp43 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/
Dsyscalls-arm64.vts2 component_type: SYSCALL
/test/vts/specification/hal/conventional/camera/3.4/
DCameraHalV3.vts2 component_type: CAMERA
DCameraHalV3camera3_device_ops_t.vts2 component_type: CAMERA
/test/vts/compilation_tools/vtsc/
DVtsCompilerUtils.h35 extern string ComponentTypeToString(int component_type);
DVtsCompilerUtils.cpp63 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/
DHalDriverLoader.h45 const int component_type,
/test/vts/drivers/hal/common/component_loader/
DHalDriverLoader.cpp40 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/
DInterfaceSpecUtil.cpp62 << message.component_class() << "_" << message.component_type() in GetFunctionNamePrefix()
/test/vts/specification/hal/conventional/light/1.0/
DLightHalV1.vts2 component_type: LIGHT
/test/vts/specification/hal/conventional/camera/2.1/
DCameraHalV2.vts2 component_type: CAMERA
DCameraHalV2hw_device_t.vts2 component_type: CAMERA
/test/vts/utils/python/mirror/
Dmirror_object.py181 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/
DDriverCodeGenBase.cpp63 ComponentTypeToString(message.component_type()) + "_" + version; in GenerateHeaderFile()
/test/vts/proto/
DComponentSpecificationMessage.proto189 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/
Dvts_tcp_client.py456 msg.component_type if target_type is None else target_type,

12