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

/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcall_main.cc59 debug_input_buf_(NULL), debug_input_len_(0), debug_input_alloc_(0),
63 char * debug_input_buf_; member in class:DebugLog
73 char * old_buf = debug_input_buf_;
78 debug_input_buf_ = new char[debug_input_alloc_];
79 memcpy(debug_input_buf_, old_buf, debug_input_len_);
82 memcpy(debug_input_buf_ + debug_input_len_, data, len);
84 DebugPrint(debug_input_buf_, &debug_input_len_, false);

Completed in 214 milliseconds