Home
last modified time | relevance | path

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

/system/core/logwrapper/
Dlogwrap.c217 char *new_buf; in init_abbr_buf() local
220 new_buf = malloc(BEGINNING_BUF_SIZE); in init_abbr_buf()
221 if (new_buf) { in init_abbr_buf()
222 a_buf->b_buf.buf = new_buf; in init_abbr_buf()
226 new_buf = malloc(ENDING_BUF_SIZE); in init_abbr_buf()
227 if (new_buf) { in init_abbr_buf()
228 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.cc2178 bool new_buf = false; in bta_av_data_path() local
2198 new_buf = true; in bta_av_data_path()
2271 if (new_buf) { in bta_av_data_path()