Searched refs:debug_output_buf_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dcall_main.cc53 debug_output_buf_(NULL), debug_output_len_(0), debug_output_alloc_(0),
59 char * debug_output_buf_; member in class:DebugLog
82 char * old_buf = debug_output_buf_;
87 debug_output_buf_ = new char[debug_output_alloc_];
88 memcpy(debug_output_buf_, old_buf, debug_output_len_);
91 memcpy(debug_output_buf_ + debug_output_len_, data, len);
93 DebugPrint(debug_output_buf_, &debug_output_len_, true);

Completed in 53 milliseconds