HomeSort by relevance Sort by last modified time
    Searched refs:vintf (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /system/hwservicemanager/
Vintf.cpp 4 #include "Vintf.h"
8 #include <vintf/parse_string.h>
9 #include <vintf/VintfObject.h>
14 vintf::Transport getTransportFromManifest(
16 const std::shared_ptr<const vintf::HalManifest>& vm) {
18 return vintf::Transport::EMPTY;
21 vintf::Version{fqName.getPackageMajorVersion(), fqName.getPackageMinorVersion()},
25 vintf::Transport getTransport(const std::string &interfaceName, const std::string &instanceName) {
30 return vintf::Transport::EMPTY;
35 return vintf::Transport::EMPTY
    [all...]
Vintf.h 4 #include <vintf/Transport.h>
13 vintf::Transport getTransport(const std::string &interfaceName,
  /system/libvintf/include/vintf/
constants.h 23 namespace vintf { namespace in namespace:android
28 } // namespace vintf
DisabledChecks.h 21 namespace vintf { namespace in namespace:android
32 } // namespace vintf
Level.h 23 namespace vintf { namespace in namespace:android
41 } // namespace vintf
XmlSchemaFormat.h 24 namespace vintf { namespace in namespace:android
35 } // namespace vintf
HalFormat.h 26 namespace vintf { namespace in namespace:android
40 } // namespace vintf
KernelConfigType.h 25 namespace vintf { namespace in namespace:android
43 } // namespace vintf
SchemaType.h 25 namespace vintf { namespace in namespace:android
39 } // namespace vintf
Transport.h 26 namespace vintf { namespace in namespace:android
43 } // namespace vintf
Tristate.h 25 namespace vintf { namespace in namespace:android
41 } // namespace vintf
VintfObjectRecovery.h 25 namespace vintf { namespace in namespace:android
50 } // namespace vintf
  /system/libvintf/
RuntimeInfo-host.cpp 21 #include <vintf/RuntimeInfo.h>
24 namespace vintf { namespace in namespace:android
31 } // namespace vintf
MatrixKernel.cpp 20 namespace vintf { namespace in namespace:android
30 } // namespace vintf
TransportArch.cpp 21 namespace vintf { namespace in namespace:android
38 } // namespace vintf
XmlFile.cpp 20 namespace vintf { namespace in namespace:android
33 } // namespace vintf
utils-common.cpp 23 namespace vintf { namespace in namespace:android
41 } // namespace vintf
  /test/vts-testcase/hal/treble/vintf/
SingleManifestTest.h 23 namespace vintf { namespace in namespace:android
35 } // namespace vintf
utils.h 29 #include <vintf/VintfObject.h>
30 #include <vintf/parse_string.h>
33 namespace vintf { namespace in namespace:android
46 using android::vintf::HalManifest;
47 using android::vintf::Level;
48 using android::vintf::ManifestHal;
49 using android::vintf::SchemaType;
50 using android::vintf::to_string;
51 using android::vintf::Transport;
52 using android::vintf::Version
    [all...]
DeviceManifestTest.h 25 namespace vintf { namespace in namespace:android
41 } // namespace vintf
  /test/vts/utils/native/testability_checker/
VtsTestabilityChecker.h 24 #include <vintf/CompatibilityMatrix.h>
25 #include <vintf/HalManifest.h>
28 using android::vintf::Arch;
29 using android::vintf::CompatibilityMatrix;
30 using android::vintf::HalManifest;
31 using android::vintf::ManifestHal;
32 using android::vintf::MatrixHal;
33 using android::vintf::Version;
134 vector<const vintf::ManifestInstance*> FindInstance(
135 const vector<vintf::ManifestInstance>& manifest_instances
    [all...]
VtsTestabilityChecker.cpp 25 #include <vintf/parse_string.h>
28 using android::vintf::Arch;
29 using android::vintf::CompatibilityMatrix;
30 using android::vintf::gArchStrings;
31 using android::vintf::HalManifest;
32 using android::vintf::ManifestHal;
33 using android::vintf::ManifestInstance;
34 using android::vintf::MatrixHal;
35 using android::vintf::MatrixInstance;
36 using android::vintf::toFQNameString
    [all...]
  /frameworks/base/core/jni/
android_os_VintfRuntimeInfo.cpp 21 #include <vintf/VintfObject.h>
22 #include <vintf/parse_string.h>
23 #include <vintf/parse_xml.h>
29 using vintf::RuntimeInfo;
30 using vintf::VintfObject;
47 MAP_STRING_METHOD(getKernelVersion, vintf::to_string(info->kernelVersion()),
49 MAP_STRING_METHOD(getBootAvbVersion, vintf::to_string(info->bootAvbVersion()),
51 MAP_STRING_METHOD(getBootVbmetaAvbVersion, vintf::to_string(info->bootVbmetaAvbVersion()),
android_os_VintfObject.cpp 25 #include <vintf/VintfObject.h>
26 #include <vintf/parse_string.h>
27 #include <vintf/parse_xml.h>
40 using vintf::HalManifest;
41 using vintf::Level;
42 using vintf::SchemaType;
43 using vintf::VintfObject;
44 using vintf::XmlConverter;
45 using vintf::Vndk;
46 using vintf::gHalManifestConverter
    [all...]
  /system/libvintf/test/
RuntimeInfo-fake.cpp 20 namespace vintf { namespace in namespace:android
44 } // namespace vintf

Completed in 326 milliseconds

1 2 3 4 5