Home
last modified time | relevance | path

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

/test/vts/drivers/hal/common/driver_manager/
DVtsHalDriverManager.cpp47 const int component_class, const int component_type, in LoadTargetComponent() argument
55 component_name, component_type, &spec_message)) { in LoadTargetComponent()
58 component_class, component_type, in LoadTargetComponent()
65 component_class, component_type, in LoadTargetComponent()
86 component_class, component_type, in LoadTargetComponent()
93 component_class, component_type, in LoadTargetComponent()
108 call_msg->component_class(), call_msg->component_type(), in CallFunction()
181 call_msg->component_class(), call_msg->component_type(), in GetAttribute()
272 const int component_class, const int component_type, in FindComponentSpecification() argument
278 component_name, component_type, spec_msg); in FindComponentSpecification()
[all …]
/test/vts/drivers/hal/common/include/driver_manager/
DVtsHalDriverManager.h53 const int component_type,
101 const int component_type,
148 const int component_type, const string& version,
/test/vts/drivers/hal/common/component_loader/
DHalDriverLoader.cpp44 const string& component_name, const int component_type, in FindComponentSpecification() argument
74 if (spec_msg->component_type() != component_type || in FindComponentSpecification()
/test/vts/utils/python/mirror/
Dhal_mirror.py151 interface_name, msg.component_class, msg.component_type,
202 msg.component_type,
/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/specification/kernel/
Dsyscalls-arm64.vts2 component_type: SYSCALL
/test/vts/compilation_tools/vtsc/
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()
DVtsCompilerUtils.h35 extern string ComponentTypeToString(int component_type);
/test/vts/drivers/hal/common/include/component_loader/
DHalDriverLoader.h49 const int component_type,
/test/vts/drivers/hal/common/utils/
DInterfaceSpecUtil.cpp60 << message.component_class() << "_" << message.component_type() in GetFunctionNamePrefix()
/test/vts/compilation_tools/vtsc/code_gen/driver/
DDriverCodeGenBase.cpp58 ComponentTypeToString(message.component_type()) + "_" + version; in GenerateHeaderFile()
/test/vts/proto/
DComponentSpecificationMessage.proto197 optional ComponentType component_type = 22; field
557 optional ComponentType component_type = 2; field
575 // name implies the component_type field.
/test/vts/drivers/hal/common/driver_base/
DDriverBase.cpp119 << message->component_type() << " version " in Fuzz()
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py618 msg.component_type if target_type is None else target_type,