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

/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dconsole.h37 class CallClient;
41 Console(talk_base::Thread *thread, CallClient *client);
44 // Starts reading lines from the console and giving them to the CallClient.
78 CallClient *client_;
H A Dcallclient.cc140 void CallClient::ParseLine(const std::string& line) {
237 CallClient::CallClient(buzz::XmppClient* xmpp_client) function in class:CallClient
252 xmpp_client_->SignalStateChange.connect(this, &CallClient::OnStateChange);
255 CallClient::~CallClient() {
260 const std::string CallClient::strerror(buzz::XmppEngine::Error err) {
289 void CallClient::OnCallDestroy(cricket::Call* call) {
306 void CallClient::OnStateChange(buzz::XmppEngine::State state) {
329 void CallClient
[all...]
H A Dpresencepushtask.h43 PresencePushTask(Task * parent, CallClient* client)
64 CallClient* client_;
H A Dcallclient.h79 class CallClient: public sigslot::has_slots<> { class in inherits:sigslot::has_slots
81 explicit CallClient(buzz::XmppClient* xmpp_client);
82 ~CallClient();
H A Dconsole.cc46 Console::Console(talk_base::Thread *thread, CallClient *client) :
H A Dcall_main.cc354 CallClient *client = new CallClient(pump.client());

Completed in 88 milliseconds