Home
last modified time | relevance | path

Searched refs:vintf (Results 1 – 25 of 97) 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/tools/aidl/tests/stability_test/aidl_api/aidl_test_vintf_parcelable/current/android/aidl/tests/vintf/
DVintfParcelable.aidl18 package android.aidl.tests.vintf;
DVintfExtendableParcelable.aidl18 package android.aidl.tests.vintf;
/system/tools/aidl/tests/stability_test/android/aidl/tests/vintf/
DVintfParcelable.aidl17 package android.aidl.tests.vintf;
DVintfExtendableParcelable.aidl17 package android.aidl.tests.vintf;
/system/tools/aidl/tests/stability_test/aidl_api/aidl_test_vintf_parcelable/1/android/aidl/tests/vintf/
DVintfParcelable.aidl18 package android.aidl.tests.vintf;
DVintfExtendableParcelable.aidl18 package android.aidl.tests.vintf;
/system/libvintf/include/vintf/
Dconstants.h23 namespace vintf {
DXmlSchemaFormat.h24 namespace vintf {
DSchemaType.h25 namespace vintf {
DHalFormat.h26 namespace vintf {
DLevel.h24 namespace vintf {
DTristate.h25 namespace vintf {
DTransport.h26 namespace vintf {
DKernelConfigType.h25 namespace vintf {
DObjectFactory.h20 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
/system/libvintf/analyze_matrix/
Danalyze_matrix.cpp28 namespace vintf { namespace
79 using namespace android::vintf; in main()
/system/tools/aidl/tests/stability_test/
DAndroid.bp57 stability: "vintf",
59 "android/aidl/tests/vintf/*.aidl",

1234