Home | History | Annotate | Download | only in call

Lines Matching defs:Console

37 #include "talk/examples/call/console.h"
46 Console::Console(talk_base::Thread *thread, CallClient *client) :
52 Console::~Console() {
56 void Console::Start() {
70 void Console::Stop() {
85 void Console::SetEcho(bool on) {
113 void Console::Print(const char* str) {
119 void Console::Print(const std::string& str) {
123 void Console::Printf(const char* format, ...) {
137 void Console::RunConsole() {
145 void Console::OnMessage(talk_base::Message *msg) {