HomeSort by relevance Sort by last modified time
    Searched full:debug_input_buf_ (Results 1 - 1 of 1) sorted by null

  /external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc 52 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 168 milliseconds