Home
last modified time | relevance | path

Searched refs:new_buf (Results 1 – 3 of 3) sorted by relevance

/system/core/logwrapper/
Dlogwrap.c216 char *new_buf; in init_abbr_buf() local
219 new_buf = malloc(BEGINNING_BUF_SIZE); in init_abbr_buf()
220 if (new_buf) { in init_abbr_buf()
221 a_buf->b_buf.buf = new_buf; in init_abbr_buf()
225 new_buf = malloc(ENDING_BUF_SIZE); in init_abbr_buf()
226 if (new_buf) { in init_abbr_buf()
227 a_buf->e_buf.buf = new_buf; in init_abbr_buf()
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h648 auto new_buf = allocator_.allocate(reserved_);
649 auto new_cur = new_buf + reserved_ - old_size;
653 buf_ = new_buf;
/system/bt/bta/av/
Dbta_av_aact.cc2099 bool new_buf = false; in bta_av_data_path() local
2119 new_buf = true; in bta_av_data_path()
2192 if (new_buf) { in bta_av_data_path()