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

  /frameworks/base/opengl/libs/GLES2_dbg/src/
dbgcontext.cpp 34 : lzf_buf(NULL), lzf_readIndex(0), lzf_refSize(0), lzf_refBufSize(0)
52 free(lzf_buf);
141 if (!lzf_buf)
142 lzf_buf = (char *)malloc(LZF_CHUNK_SIZE);
143 assert(lzf_buf);
151 lzf_buf, LZF_CHUNK_SIZE);
155 outStr->append(lzf_buf, compSize);
225 if (!lzf_buf)
226 lzf_buf = (char *)malloc(LZF_CHUNK_SIZE);
227 assert(lzf_buf);
    [all...]
header.h 79 char * lzf_buf; // malloc / free; for lzf chunk compression and other uses member in struct:android::DbgContext
138 char * GetBuffer(); // allocates lzf_buf if NULL
139 unsigned int GetBufferSize(); // allocates lzf_buf if NULL

Completed in 68 milliseconds