Home
last modified time | relevance | path

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

1234

/system/hwservicemanager/
DVintf.cpp29 vintf::Transport getTransportFromManifest( in getTransportFromManifest()
31 const std::shared_ptr<const vintf::HalManifest>& vm) { in getTransportFromManifest()
33 return vintf::Transport::EMPTY; in getTransportFromManifest()
39 vintf::Transport getTransport(const std::string &interfaceName, const std::string &instanceName) { in getTransport()
45 return vintf::Transport::EMPTY; in getTransport()
50 return vintf::Transport::EMPTY; in getTransport()
55 return vintf::Transport::EMPTY; in getTransport()
58 vintf::Transport tr = getTransportFromManifest(fqName, instanceName, in getTransport()
59 vintf::VintfObject::GetFrameworkHalManifest()); in getTransport()
60 if (tr != vintf::Transport::EMPTY) { in getTransport()
[all …]
DVintf.h31 vintf::Transport getTransport(const std::string &interfaceName,
/system/libhidl/vintfdata/
DAndroid.mk53 LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)/etc/vintf
74 LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/vintf
95 LOCAL_MODULE_RELATIVE_PATH := vintf
113 LOCAL_MODULE_RELATIVE_PATH := vintf
/system/libvintf/libaidlvintf_test_helper/
DVintf.cpp32 auto deviceManifest = vintf::VintfObject::GetDeviceHalManifest(); in getAidlHalInstanceNames()
37 auto frameworkManifest = vintf::VintfObject::GetFrameworkHalManifest(); in getAidlHalInstanceNames()
/system/libvintf/include/vintf/
Dconstants.h23 namespace vintf {
DXmlSchemaFormat.h24 namespace vintf {
DSchemaType.h25 namespace vintf {
DLevel.h24 namespace vintf {
DTransport.h26 namespace vintf {
DHalFormat.h26 namespace vintf {
DTristate.h25 namespace vintf {
DKernelConfigType.h25 namespace vintf {
DObjectFactory.h20 namespace vintf {
DPropertyFetcher.h20 namespace vintf {
DRegex.h24 namespace vintf {
DSystemSdk.h26 namespace vintf {
/system/libvintf/test/
Dtest_constants.h23 namespace vintf {
/system/libvintf/
DRuntimeInfo-host.cpp24 namespace vintf { namespace
Dconstants-private.h21 namespace vintf {
DMatrixKernel.cpp20 namespace vintf { namespace
DTransportArch.cpp21 namespace vintf { namespace
DXmlFile.cpp20 namespace vintf { namespace
DSystemSdk.cpp22 namespace vintf { namespace
DRegex.cpp20 namespace vintf { namespace
/system/libvintf/analyze_matrix/
Danalyze_matrix.cpp28 namespace vintf { namespace
79 using namespace android::vintf; in main()

1234