Home | History | Annotate | Download | only in call

Lines Matching defs:Console

39 #include "talk/examples/call/console.h"
48 Console::Console(rtc::Thread *thread, CallClient *client) :
53 Console::~Console() {
57 void Console::Start() {
72 void Console::Stop() {
88 void Console::SetEcho(bool on) {
124 void Console::PrintLine(const char* format, ...) {
139 void Console::RunConsole() {
147 void Console::OnMessage(rtc::Message *msg) {