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

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

Completed in 214 milliseconds