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

/frameworks/base/cmds/incidentd/src/
H A DSection.h39 class Section { class in namespace:android::os::incidentd
47 Section(int id, int64_t timeoutMs = REMOTE_CALL_TIMEOUT_MS, bool userdebugAndEngOnly = false,
49 virtual ~Section();
55 * Section that generates incident headers.
57 class HeaderSection : public Section {
66 * Section that generates incident metadata.
68 class MetadataSection : public Section {
77 * Section that reads in a file.
79 class FileSection : public Section {
93 * Section tha
[all...]
H A DSection.cpp19 #include "Section.h"
118 VLOG("Section %d flushed %zu bytes to fd %d with spec %d", id, privacyBuffer.size(),
142 VLOG("Section %d flushed %zu bytes to dropbox %d with spec %d", id, privacyBuffer.size(),
154 Section::Section(int i, int64_t timeoutMs, bool userdebugAndEngOnly, bool deviceSpecific) function in class:android::os::incidentd::Section
160 Section::~Section() {}
163 HeaderSection::HeaderSection() : Section(FIELD_ID_INCIDENT_HEADER, 0) {}
187 MetadataSection::MetadataSection() : Section(FIELD_ID_INCIDENT_METADATA, 0) {}
245 : Section(i
[all...]
/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
H A DMediaCodecsXmlParser.h120 enum Section { enum in class:android::MediaCodecsXmlParser
133 Section mCurrentSection;
135 std::vector<Section> mSectionStack;
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DXmpDepthDecode.java127 private static class Section { class in class:XmpDepthDecode
134 List<Section> sections = parse(is, true, skipExtendedContent);
196 private static List<Section> parse(InputStream is, boolean readMetaOnly,
198 List<Section> sections = new ArrayList<Section>();
223 Section section = new Section();
284 private static Section readSection(InputStream is, int length,
287 Section section = new Section();
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h53 Section = 3, enumerator in enum:mcld::ResolveInfo::Type
246 static const uint32_t section_flag = Section << TYPE_OFFSET;
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2218 std::string Section; local
2222 Section = SectionTable[Record[5]-1];
2240 if (!Section.empty())
2241 NewGV->setSection(Section);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2485 std::string Section; local
2489 Section = SectionTable[Record[5]-1];
2507 if (!Section.empty())
2508 NewGV->setSection(Section);

Completed in 186 milliseconds