Searched refs:vintf (Results 1 – 25 of 53) sorted by relevance
123
/system/hwservicemanager/ |
D | Vintf.cpp | 14 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 …]
|
D | Vintf.h | 13 vintf::Transport getTransport(const std::string &interfaceName,
|
/system/libvintf/ |
D | Android.bp | 35 local_include_dirs: ["include/vintf"], 74 name: "vintf", 104 export_include_dirs: ["include/vintf", "include", "test", "."], 105 local_include_dirs: ["include/vintf", "test", "."],
|
D | RuntimeInfo-host.cpp | 24 namespace vintf { namespace
|
D | MatrixKernel.cpp | 20 namespace vintf { namespace
|
D | utils.cpp | 20 namespace vintf { namespace
|
D | HalInterface.cpp | 23 namespace vintf { namespace
|
D | MatrixHal.cpp | 20 namespace vintf { namespace
|
D | TransportArch.cpp | 21 namespace vintf { namespace
|
D | Android.mk | 20 LOCAL_C_INCLUDES := $(LOCAL_PATH)/include/vintf
|
D | ManifestHal.cpp | 21 namespace vintf { namespace
|
D | parse_xml.cpp | 25 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/ |
D | utils-fake.cpp | 20 namespace vintf { namespace
|
D | RuntimeInfo-fake.cpp | 20 namespace vintf { namespace
|
/system/libvintf/include/vintf/ |
D | SchemaType.h | 25 namespace vintf {
|
D | HalFormat.h | 26 namespace vintf {
|
D | Transport.h | 26 namespace vintf {
|
D | Tristate.h | 25 namespace vintf {
|
D | HalInterface.h | 24 namespace vintf {
|
D | KernelConfigType.h | 25 namespace vintf {
|
D | VintfObjectRecovery.h | 25 namespace vintf {
|
D | MatrixHal.h | 29 namespace vintf {
|
D | TransportArch.h | 25 namespace vintf {
|
D | Arch.h | 26 namespace vintf {
|
D | parse_xml.h | 24 namespace vintf {
|
123