HomeSort by relevance Sort by last modified time
    Searched defs:nextSize (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/androidfw/
ZipUtils.cpp 110 const unsigned long nextSize = reader.read(&nextBuffer, getSize);
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;
  /frameworks/base/cmds/bootanimation/
audioplay.cpp 52 static unsigned nextSize;
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);

Completed in 320 milliseconds