Home
last modified time | relevance | path

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

/external/webrtc/webrtc/libjingle/xmpp/
Dxmpppump.cc19 notify_ = notify; in XmppPump()
44 if (notify_ != NULL) in OnStateChange()
45 notify_->OnStateChange(state); in OnStateChange()
Dxmpppump.h56 buzz::XmppPumpNotify *notify_; variable
/external/libcxx/src/
Dthread.cpp155 _Notify notify_; member in __thread_struct_imp
169 for (_Notify::iterator i = notify_.begin(), e = notify_.end(); in ~__thread_struct_imp()
186 notify_.push_back(pair<condition_variable*, mutex*>(cv, m)); in notify_all_at_thread_exit()
/external/webrtc/webrtc/base/
Dhttpbase.cc363 HttpBase::HttpBase() : mode_(HM_NONE), data_(NULL), notify_(NULL), in HttpBase()
747 if (notify_) { in do_complete()
748 notify_->onHttpComplete(mode, err); in do_complete()
786 } else if (notify_) { in OnHttpStreamEvent()
787 notify_->onHttpClosed(http_error); in OnHttpStreamEvent()
833 if (notify_) { in ProcessHeaderComplete()
834 *error = notify_->onHttpHeaderComplete(chunked, data_size); in ProcessHeaderComplete()
Dhttpbase.h99 void notify(IHttpNotify* notify) { notify_ = notify; } in notify()
173 IHttpNotify* notify_; variable