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 88 ::inflateEnd(&mInflateState);
99 memset(&mInflateState, 0, sizeof(mInflateState));
100 mInflateState.zalloc = Z_NULL;
101 mInflateState.zfree = Z_NULL;
102 mInflateState.opaque = Z_NULL;
103 mInflateState.next_in = (Bytef*)mInBuf;
104 mInflateState.next_out = (Bytef*) mOutBuf;
105 mInflateState.avail_out = mOutBufSize;
106 mInflateState.data_type = Z_UNKNOWN
    [all...]
  /frameworks/base/include/androidfw/
StreamingZipInflater.h 59 z_stream mInflateState;

Completed in 36 milliseconds