HomeSort by relevance Sort by last modified time
    Searched full:get_major (Results 1 - 6 of 6) sorted by null

  /external/harfbuzz_ng/src/
hb-set-private.hh 235 unsigned int ma = get_major (a);
236 unsigned int mb = get_major (b);
267 unsigned int m = get_major (g);
293 unsigned int m = get_major (g);
470 page_map_t map = {get_major (*codepoint), 0};
541 page_map_t map = {get_major (g), pages.len};
556 page_map_t key = {get_major (g)};
564 page_map_t key = {get_major (g)};
572 inline unsigned int get_major (hb_codepoint_t g) const { return g / page_t::PAGE_BITS; } function in struct:hb_set_t
  /system/libhidl/transport/
HidlBinderSupport.cpp 127 return parcel.writeUint32(static_cast<uint32_t>(version.get_major()) << 16 | version.get_minor());
  /system/libhidl/base/include/hidl/
HidlSupport.h 839 return (mMajor == other.get_major() && mMinor == other.get_minor());
843 return (mMajor < other.get_major() ||
844 (mMajor == other.get_major() && mMinor < other.get_minor()));
859 constexpr uint16_t get_major() const { return mMajor; } function in struct:android::hidl_version
  /frameworks/av/services/camera/libcameraservice/common/
CameraProviderManager.cpp 139 if (deviceInfo->mId == id && deviceInfo->mVersion.get_major() == majorVersion) {
665 device->mVersion.get_major(), device->mVersion.get_minor());
702 device->mVersion.get_major(), device->mVersion.get_minor());
841 name.c_str(), InterfaceT::version.get_major());
    [all...]
  /system/libhidl/
test_main.cpp 384 EXPECT_EQ(1, v1_0.get_major());
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 553 deviceVersion = HARDWARE_DEVICE_API_VERSION(maxVersion.get_major(), maxVersion.get_minor());
    [all...]

Completed in 1432 milliseconds