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

/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dcall_main.cc52 debug_input_buf_(NULL), debug_input_len_(0), debug_input_alloc_(0),
56 char * debug_input_buf_; member in class:DebugLog
66 char * old_buf = debug_input_buf_;
71 debug_input_buf_ = new char[debug_input_alloc_];
72 memcpy(debug_input_buf_, old_buf, debug_input_len_);
75 memcpy(debug_input_buf_ + debug_input_len_, data, len);
77 DebugPrint(debug_input_buf_, &debug_input_len_, false);

Completed in 41 milliseconds