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

/system/libhidl/base/include/hidl/
H A DHidlSupport.h801 return (mMajor == other.get_major() && mMinor == other.get_minor());
806 (mMajor == other.get_major() && mMinor < other.get_minor()));
822 constexpr uint16_t get_minor() const { return mMinor; } function in struct:android::hidl_version

Completed in 25 milliseconds