/external/webrtc/webrtc/libjingle/xmpp/ |
xmpppump.cc | 19 notify_ = notify; 44 if (notify_ != NULL) 45 notify_->OnStateChange(state);
|
xmpppump.h | 56 buzz::XmppPumpNotify *notify_; member in class:buzz::XmppPump
|
/external/libcxx/src/ |
thread.cpp | 165 _Notify notify_; member in class:__thread_struct_imp 179 for (_Notify::iterator i = notify_.begin(), e = notify_.end(); 196 notify_.push_back(pair<condition_variable*, mutex*>(cv, m));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
thread.cpp | 167 _Notify notify_; member in class:__thread_struct_imp 181 for (_Notify::iterator i = notify_.begin(), e = notify_.end(); 198 notify_.push_back(pair<condition_variable*, mutex*>(cv, m));
|
/external/webrtc/webrtc/base/ |
httpbase.h | 99 void notify(IHttpNotify* notify) { notify_ = notify; } 173 IHttpNotify* notify_; member in class:rtc::HttpBase
|
httpbase.cc | 363 HttpBase::HttpBase() : mode_(HM_NONE), data_(NULL), notify_(NULL), 747 if (notify_) { 748 notify_->onHttpComplete(mode, err); 786 } else if (notify_) { 787 notify_->onHttpClosed(http_error); 833 if (notify_) { 834 *error = notify_->onHttpHeaderComplete(chunked, data_size);
|