Searched defs:KernelVersion (Results 1 - 1 of 1) sorted by relevance

/system/libvintf/include/vintf/
H A DVersion.h60 struct KernelVersion { struct in namespace:android::vintf
62 constexpr KernelVersion() : KernelVersion(0u, 0u, 0u) {} function in struct:android::vintf::KernelVersion
63 constexpr KernelVersion(size_t v, size_t mj, size_t mi) : function in struct:android::vintf::KernelVersion
70 inline bool operator==(const KernelVersion &other) const {
75 inline bool operator!=(const KernelVersion &other) const {

Completed in 38 milliseconds