Home
last modified time | relevance | path

Searched refs:Vndk (Results 1 – 9 of 9) 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.h171 Vndk mVndk;
DHalManifest.h227 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.txt61 method public java.util.List<hal.manifest.Vndk> getVndk();
88 public class Vndk {
89 ctor public Vndk();
/system/libvintf/
Dparse_xml.cpp863 struct [[deprecated]] VndkConverter : public XmlNodeConverter<Vndk> {
865 void mutateNode(const Vndk &object, NodeType *root, DocType *d) const override { in mutateNode()
869 bool buildObject(Vndk* object, NodeType* root, std::string* error) const override { in buildObject()
1196 if (!(m.device.mVndk == Vndk{})) { in mutateNode()
/system/tools/aidl/build/
Daidl_interface.go1267 overrideVndkProperties.Vndk.Enabled = proptools.BoolPtr(false)
1268 overrideVndkProperties.Vndk.Support_system_process = proptools.BoolPtr(false)
/system/libvintf/test/
DLibVintfTest.cpp174 Vndk vndk2505; in testFrameworkManfiest()
177 Vndk vndk2513; in testFrameworkManfiest()