Home
last modified time | relevance | path

Searched refs:msg_ (Results 1 – 25 of 37) sorted by relevance

12

/external/webrtc/webrtc/p2p/base/
Dstunrequest.cc132 rtc::scoped_ptr<StunMessage> response(iter->second->msg_->CreateNew()); in CheckResponse()
143 msg_(new StunMessage()), tstamp_(0) { in StunRequest()
144 msg_->SetTransactionID( in StunRequest()
150 msg_(request), tstamp_(0) { in StunRequest()
151 msg_->SetTransactionID( in StunRequest()
161 delete msg_; in ~StunRequest()
165 if (msg_->type() == 0) { in Construct()
167 msg_->AddAttribute(new StunByteStringAttribute(STUN_ATTR_ORIGIN, in Construct()
170 Prepare(msg_); in Construct()
171 ASSERT(msg_->type() != 0); in Construct()
[all …]
Dstunrequest.h87 const std::string& id() { return msg_->transaction_id(); } in id()
127 StunMessage* msg_; variable
/external/webrtc/webrtc/base/
Dwin32window_unittest.cc20 TestWindow() : destroyed_(false) { memset(&msg_, 0, sizeof(msg_)); } in TestWindow()
21 const MSG& msg() const { return msg_; } in msg()
26 msg_.message = uMsg; in OnMessage()
27 msg_.wParam = wParam; in OnMessage()
28 msg_.lParam = lParam; in OnMessage()
37 MSG msg_; member in TestWindow
Dmessagequeue.cc215 msgq_.push_back(dmsgq_.top().msg_); in Get()
394 if (it->msg_.Match(phandler, id)) { in Clear()
396 removed->push_back(it->msg_); in Clear()
398 delete it->msg_.pdata; in Clear()
Dmessagequeue.h153 : cmsDelay_(delay), msTrigger_(trigger), num_(num), msg_(msg) {} in DelayedMessage()
163 Message msg_; variable
/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_server.cc364 memset(&msg_, 0, sizeof(msg_)); in HandleConnectedState()
366 &msg_, in HandleConnectedState()
367 sizeof(msg_), in HandleConnectedState()
414 if (!IsClientRequestValid(msg_)) { in HandleReadDoneState()
419 if (msg_.tag == MESSAGE_TAG_UPLOAD_REQUEST) { in HandleReadDoneState()
421 upload_request_callback_(upload_context_, msg_.id); in HandleReadDoneState()
428 msg_.id, in HandleReadDoneState()
429 msg_.dump_type, in HandleReadDoneState()
430 msg_.thread_id, in HandleReadDoneState()
431 msg_.exception_pointers, in HandleReadDoneState()
[all …]
Dcrash_generation_server.h287 ProtocolMessage msg_; variable
/external/elfutils/libdwfl/
Ddwfl_error.c59 #define DWFL_ERROR(name, text) char msg_##name[sizeof text];
86 [DWFL_E_##name] = offsetof (struct msgtable, msg_##name),
/external/v8/src/
Dcodegen.cc74 : masm_(masm), msg_(msg) { in UNARY_MATH_FUNCTION()
80 if (msg_[0] == '[') __ RecordComment("]"); in ~Comment()
Dmacro-assembler.h218 const char* msg_; variable
/external/deqp/modules/egl/
DteglMultiThreadTests.cpp70 Message (deUint64 timeUs_, const char* msg_) : timeUs(timeUs_), msg(msg_) {} in Message()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
Dextras_wrap.cpp542 DirectorException(JNIEnv *jenv, jthrowable throwable) : classname_(0), msg_(0) { in DirectorException()
566 msg_ = copystr(exceptionmsg.message()); in DirectorException()
570 …DirectorException(const char *msg) : classname_(0), msg_(copystr(msg ? msg : "Unspecified Director… in DirectorException()
575 delete[] msg_; in ~DirectorException()
579 return msg_; in what()
625 const char *msg_; member in Swig::DirectorException
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
Dlinearmath_wrap.cpp542 DirectorException(JNIEnv *jenv, jthrowable throwable) : classname_(0), msg_(0) { in DirectorException()
566 msg_ = copystr(exceptionmsg.message()); in DirectorException()
570 …DirectorException(const char *msg) : classname_(0), msg_(copystr(msg ? msg : "Unspecified Director… in DirectorException()
575 delete[] msg_; in ~DirectorException()
579 return msg_; in what()
625 const char *msg_; member in Swig::DirectorException
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
Dsoftbody_wrap.cpp542 DirectorException(JNIEnv *jenv, jthrowable throwable) : classname_(0), msg_(0) { in DirectorException()
566 msg_ = copystr(exceptionmsg.message()); in DirectorException()
570 …DirectorException(const char *msg) : classname_(0), msg_(copystr(msg ? msg : "Unspecified Director… in DirectorException()
575 delete[] msg_; in ~DirectorException()
579 return msg_; in what()
625 const char *msg_; member in Swig::DirectorException
/external/google-breakpad/autotools/
Dltmain.sh4752 -msg_*)
/external/libogg/
Dltmain.sh4752 -msg_*)
/external/libedit/
Dltmain.sh5836 -msg_*)
/external/protobuf/
Dltmain.sh5836 -msg_*)
/external/c-ares/
Dltmain.sh5823 -msg_*)
/external/libmicrohttpd/
Dltmain.sh5836 -msg_*)
/external/libcap-ng/libcap-ng-0.7/
Dltmain.sh5836 -msg_*)
/external/libopus/
Dltmain.sh5836 -msg_*)
/external/libvorbis/
Dltmain.sh4752 -msg_*)
/external/google-tv-pairing-protocol/cpp/
Dltmain.sh4752 -msg_*)
/external/libusb-compat/
Dltmain.sh4759 -msg_*)

12