Home
last modified time | relevance | path

Searched refs:XmppPump (Results 1 – 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/examples/login/
Dxmpppump.cc31 XmppPump::XmppPump(XmppPumpNotify * notify) { in XmppPump() function in XmppPump
37 void XmppPump::DoLogin(const buzz::XmppClientSettings & xcs, in DoLogin()
42 client_->SignalStateChange.connect(this, &XmppPump::OnStateChange); in DoLogin()
48 void XmppPump::DoDisconnect() { in DoDisconnect()
54 void XmppPump::OnStateChange(buzz::XmppEngine::State state) { in OnStateChange()
62 void XmppPump::WakeTasks() { in WakeTasks()
66 int64 XmppPump::CurrentTime() { in CurrentTime()
70 void XmppPump::OnMessage(talk_base::Message *pmsg) { in OnMessage()
74 buzz::XmppReturnStatus XmppPump::SendStanza(const buzz::XmlElement *stanza) { in SendStanza()
Dxmpppump.h47 class XmppPump : public talk_base::MessageHandler, public talk_base::TaskRunner {
49 XmppPump(XmppPumpNotify * notify = NULL);
Dxmppthread.h51 XmppPump* pump_;
Dxmppthread.cc47 pump_ = new XmppPump(this); in XmppThread()
/external/chromium/third_party/libjingle/source/talk/examples/call/
Dcall_main.cc353 XmppPump pump; in main()