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

  /frameworks/base/libs/androidfw/
StreamingZipInflater.cpp 71 ::inflateEnd(&mInflateState);
82 memset(&mInflateState, 0, sizeof(mInflateState));
83 mInflateState.zalloc = Z_NULL;
84 mInflateState.zfree = Z_NULL;
85 mInflateState.opaque = Z_NULL;
86 mInflateState.next_in = (Bytef*)mInBuf;
87 mInflateState.next_out = (Bytef*) mOutBuf;
88 mInflateState.avail_out = mOutBufSize;
89 mInflateState.data_type = Z_UNKNOWN
    [all...]
  /frameworks/base/include/androidfw/
StreamingZipInflater.h 59 z_stream mInflateState;

Completed in 2311 milliseconds