Home
last modified time | relevance | path

Searched refs:Vndk (Results 1 – 10 of 10) sorted by relevance

/system/libvintf/include/vintf/
DVndk.h45 struct [[deprecated]] Vndk { struct
56 friend bool operator==(const Vndk &, const Vndk &); argument
68 inline bool operator==(const Vndk &lft, const Vndk &rgt) { argument
DSerializeFlags.h39 VINTF_SERIALIZE_FLAGS_FIELD(Vndk, 3)
DCompatibilityMatrix.h178 Vndk mVndk;
DHalManifest.h246 std::vector<Vndk> mVndks;
/system/libvintf/xsd/compatibilityMatrix/api/
Dcurrent.txt21 method public compatibility.matrix.Vndk getVndk();
30 method public void setVndk(compatibility.matrix.Vndk);
105 public class Vndk {
106 ctor public Vndk();
/system/libvintf/xsd/halManifest/api/
Dcurrent.txt63 method public java.util.List<hal.manifest.Vndk> getVndk();
90 public class Vndk {
91 ctor public Vndk();
/system/tools/aidl/build/
Daidl_interface_backends.go59 overrideVndkProperties.Vndk.Enabled = proptools.BoolPtr(false)
60 overrideVndkProperties.Vndk.Support_system_process = proptools.BoolPtr(false)
141 overrideVndkProperties.Vndk.Private = proptools.BoolPtr(true)
157 overrideVndkProperties.Vndk.Enabled = proptools.BoolPtr(false)
158 overrideVndkProperties.Vndk.Support_system_process = proptools.BoolPtr(false)
Daidl_interface.go716 if proptools.Bool(i.properties.VndkProperties.Vndk.Enabled) {
/system/libvintf/
Dparse_xml.cpp908 struct [[deprecated]] VndkConverter : public XmlNodeConverter<Vndk> {
910 void mutateNode(const Vndk &object, NodeType *root, DocType *d) const override { in mutateNode()
914 bool buildObject(Vndk* object, NodeType* root, std::string* error) const override { in buildObject()
1242 if (!(m.device.mVndk == Vndk{})) { in mutateNode()
/system/libvintf/test/
DLibVintfTest.cpp182 Vndk vndk2505; in testFrameworkManfiest()
185 Vndk vndk2513; in testFrameworkManfiest()