Home
last modified time | relevance | path

Searched defs:Vndk (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/system/libvintf/include/vintf/
H A DVndk.h45 struct [[deprecated]] Vndk { struct
47 const VndkVersionRange &versionRange() const { return mVersionRange; } in versionRange() argument
56 friend bool operator==(const Vndk &, const Vndk &); argument
57 VndkVersionRange mVersionRange; argument
68 inline bool operator==(const Vndk &lft, const Vndk &rgt) { argument
/aosp_15_r20/build/soong/cc/
H A Dvndk.go46 Vndk struct { member
/aosp_15_r20/out/soong/.intermediates/system/libvintf/xsd/halManifest/hal_manifest/gen/cpp/include/
Dhal_manifest.h25 class Vndk; variable
/aosp_15_r20/out/soong/.intermediates/system/libvintf/xsd/compatibilityMatrix/compatibility_matrix/gen/cpp/include/
Dcompatibility_matrix.h28 class Vndk; variable
/aosp_15_r20/build/soong/android/
H A Dneverallow_test.go425 Vndk struct { member
/aosp_15_r20/out/soong/.intermediates/system/libvintf/xsd/halManifest/hal_manifest/gen/cpp/
Dhal_manifest.cpp481Vndk::Vndk(std::optional<std::string> version, std::vector<std::string> library) : version_(std::m… in Vndk() function in hal::manifest::Vndk
/aosp_15_r20/out/soong/.intermediates/system/libvintf/xsd/compatibilityMatrix/compatibility_matrix/gen/cpp/
Dcompatibility_matrix.cpp604Vndk::Vndk(std::optional<std::string> version, std::vector<std::string> library) : version_(std::m… in Vndk() function in compatibility::matrix::Vndk