Searched defs:section (Results 1 – 13 of 13) sorted by relevance
95 uint32_t section = (tag - vendor_section_start) >> 16; in getSection() local113 const Section* section = getSection(tag); in getEntry() local165 const Section* section = getSection(tag); in getSectionName() local
749 uint32_t section = tag >> 16; in get_section_name() local782 uint32_t section = tag >> 16; in get_tag_name() local826 uint32_t section = tag >> 16; in get_tag_type() local
983 C2Block2D::C2Block2D(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect §ion) in C2Block2D()1000 C2GraphicView::C2GraphicView(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect §ion) in C2GraphicView()1032 std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect §ion, C2Fence fence) in C2ConstGraphicBlock()1053 std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect §ion) in C2GraphicBlock()
134 unsigned section; member
136 unsigned section; member
481 const char *section = NULL; in getTagFromName() local
130 status_t VendorTagDescriptor::lookupTag(const String8& name, const String8& section, /*out*/uint32_… in lookupTag() argument
97 static section_t section; variable
1704 inline constexpr C2PlanarSection section(const C2Rect &crop) const { in section() function