Home
last modified time | relevance | path

Searched refs:vintf (Results 1 – 25 of 53) sorted by relevance

123

/system/hwservicemanager/
DVintf.cpp14 vintf::Transport getTransportFromManifest( in getTransportFromManifest()
16 const vintf::HalManifest *vm) { in getTransportFromManifest()
18 return vintf::Transport::EMPTY; in getTransportFromManifest()
21 vintf::Version{fqName.getPackageMajorVersion(), fqName.getPackageMinorVersion()}, in getTransportFromManifest()
25 vintf::Transport getTransport(const std::string &interfaceName, const std::string &instanceName) { in getTransport()
29 return vintf::Transport::EMPTY; in getTransport()
34 return vintf::Transport::EMPTY; in getTransport()
39 return vintf::Transport::EMPTY; in getTransport()
42 vintf::Transport tr = getTransportFromManifest(fqName, instanceName, in getTransport()
43 vintf::VintfObject::GetFrameworkHalManifest()); in getTransport()
[all …]
DVintf.h13 vintf::Transport getTransport(const std::string &interfaceName,
/system/libvintf/
DAndroid.bp35 local_include_dirs: ["include/vintf"],
74 name: "vintf",
104 export_include_dirs: ["include/vintf", "include", "test", "."],
105 local_include_dirs: ["include/vintf", "test", "."],
DRuntimeInfo-host.cpp24 namespace vintf { namespace
DMatrixKernel.cpp20 namespace vintf { namespace
Dutils.cpp20 namespace vintf { namespace
DHalInterface.cpp23 namespace vintf { namespace
DMatrixHal.cpp20 namespace vintf { namespace
DTransportArch.cpp21 namespace vintf { namespace
DAndroid.mk20 LOCAL_C_INCLUDES := $(LOCAL_PATH)/include/vintf
DManifestHal.cpp21 namespace vintf { namespace
Dparse_xml.cpp25 namespace vintf { namespace
187 return appendStrAttr(e, attrName, ::android::vintf::to_string(attr)); in appendAttr()
229 ::android::vintf::parse(attrText, attr); in parseOptionalAttr()
239 bool ret = getAttr(root, attrName, &attrText) && ::android::vintf::parse(attrText, attr); in parseAttr()
347 bool ret = ::android::vintf::parse(text, s); in parseText()
363 appendText(root, ::android::vintf::to_string(object), d); in mutateNode()
387 appendText(root, ::android::vintf::to_string(object.transport), d); in mutateNode()
395 this->mLastError = "transport == " + ::android::vintf::to_string(object->transport) + in buildObject()
396 " and arch == " + ::android::vintf::to_string(object->arch) + in buildObject()
410 appendText(root, ::android::vintf::to_string(object), d); in mutateNode()
[all …]
/system/libvintf/test/
Dutils-fake.cpp20 namespace vintf { namespace
DRuntimeInfo-fake.cpp20 namespace vintf { namespace
/system/libvintf/include/vintf/
DSchemaType.h25 namespace vintf {
DHalFormat.h26 namespace vintf {
DTransport.h26 namespace vintf {
DTristate.h25 namespace vintf {
DHalInterface.h24 namespace vintf {
DKernelConfigType.h25 namespace vintf {
DVintfObjectRecovery.h25 namespace vintf {
DMatrixHal.h29 namespace vintf {
DTransportArch.h25 namespace vintf {
DArch.h26 namespace vintf {
Dparse_xml.h24 namespace vintf {

123