HomeSort by relevance Sort by last modified time
    Searched refs:debug_input_buf_ (Results 1 - 3 of 3) 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);
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 61 debug_input_buf_(NULL), debug_input_len_(0), debug_input_alloc_(0),
65 char * debug_input_buf_; member in class:DebugLog
75 char * old_buf = debug_input_buf_;
80 debug_input_buf_ = new char[debug_input_alloc_];
81 memcpy(debug_input_buf_, old_buf, debug_input_len_);
84 memcpy(debug_input_buf_ + debug_input_len_, data, len);
86 DebugPrint(debug_input_buf_, &debug_input_len_, false);
  /external/chromium_org/third_party/libjingle/source/talk/examples/pcp/
pcp_main.cc 69 debug_input_buf_(NULL), debug_input_len_(0), debug_input_alloc_(0),
73 char * debug_input_buf_; member in class:DebugLog
83 char * old_buf = debug_input_buf_;
88 debug_input_buf_ = new char[debug_input_alloc_];
89 memcpy(debug_input_buf_, old_buf, debug_input_len_);
92 memcpy(debug_input_buf_ + debug_input_len_, data, len);
94 DebugPrint(debug_input_buf_, &debug_input_len_, false);

Completed in 61 milliseconds