Searched refs:header_size (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/libs/androidfw/
H A DChunkIterator.cpp57 const size_t header_size = dtohs(next_chunk_->headerSize); local
59 if (header_size < sizeof(ResChunk_header)) {
64 if (header_size > size) {
74 if ((size | header_size) & 0x03) {
H A DLoadedArsc.cpp224 const size_t offsets_offset = chunk.header_size();
/frameworks/base/libs/androidfw/include/androidfw/
H A DChunk.h49 inline size_t header_size() const { return dtohs(device_chunk_->headerSize); } function in class:android::Chunk
53 if (header_size() >= MinSize) {
60 return reinterpret_cast<const uint8_t*>(device_chunk_) + header_size();
63 inline size_t data_size() const { return size() - header_size(); }
/frameworks/ex/framesequence/jni/
H A DRegistry.h29 bool (*checkHeader)(void* header, int header_size);
H A DFrameSequence_webp.cpp382 static bool isWebP(void* header, int header_size) { argument
384 return (header_size >= RIFF_HEADER_SIZE) &&
H A DFrameSequence_gif.cpp341 static bool isGif(void* header, int header_size) { argument
/frameworks/native/libs/binder/
H A DStatus.cpp80 int32_t header_size; local
81 status = parcel.readInt32(&header_size);
86 parcel.setDataPosition(header_start + header_size);
110 int32_t header_size; local
111 status = parcel.readInt32(&header_size);
116 parcel.setDataPosition(header_start + header_size);
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp305 unsigned int header_size = sizeof(ElfXX_Shdr) * sectNum; local
307 pOutput.request(getLastStartOffset<SIZE>(pModule), header_size);

Completed in 207 milliseconds