Searched refs:mChunkType (Results 1 – 1 of 1) sorted by relevance
45 public short mChunkType; field in SparseInputStream.SparseChunk51 "type: %x, chunk_size: %d, total_size: %d", mChunkType, mChunkSize, mTotalSize); in toString()72 chunk.mChunkType = buf.getShort(); in readChunk()128 if (mCur.mChunkType == SparseChunk.FILL) { in prepareChunk()145 switch (mCur.mChunkType) { in read()172 switch (mCur.mChunkType) { in read()