Home
last modified time | relevance | path

Searched refs:nextSize (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/
DZipUtils.cpp110 const unsigned long nextSize = reader.read(&nextBuffer, getSize); in inflateToBuffer() local
112 if (nextSize < getSize || nextBuffer == NULL) { in inflateToBuffer()
113 ALOGD("inflate read failed (%ld vs %ld)\n", nextSize, getSize); in inflateToBuffer()
117 compRemaining -= nextSize; in inflateToBuffer()
120 zstream.avail_in = nextSize; in inflateToBuffer()
/frameworks/base/cmds/bootanimation/
Daudioplay.cpp52 static unsigned nextSize; variable
333 if (!parseClipBuf(buf, size, &chunkFormat, &nextBuffer, &nextSize)) { in playClip()
343 bqPlayerBufferQueue, buf, size, nextSize); in playClip()
345 if (nextSize > 0) { in playClip()
349 result = (*bqPlayerBufferQueue)->Enqueue(bqPlayerBufferQueue, nextBuffer, nextSize); in playClip()