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

/frameworks/base/libs/androidfw/
H A DChunkIterator.cpp61 const uintptr_t header_start = reinterpret_cast<uintptr_t>(next_chunk_); local
66 if (header_start & 0x03) {
/frameworks/native/libs/binder/
H A DStatus.cpp79 const int32_t header_start = parcel.dataPosition(); local
86 parcel.setDataPosition(header_start + header_size);
118 const int32_t header_start = parcel.dataPosition(); local
125 parcel.setDataPosition(header_start + header_size);

Completed in 58 milliseconds