HomeSort by relevance Sort by last modified time
    Searched full:out_msg (Results 1 - 3 of 3) sorted by null

  /sdk/emulator/opengl/tests/event_injector/
emulator-console.c 75 Msg* out_msg; member in struct:EmulatorConsole
109 while (con->out_msg != NULL) {
110 Msg* msg = con->out_msg;
121 con->out_msg = msg->next;
144 if (con->out_msg != NULL) {
189 while (con->out_msg) {
190 Msg* msg = con->out_msg;
191 con->out_msg = msg->next;
292 plast = &con->out_msg;
297 if (con->out_msg == msg)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.cc 229 StunMessage** out_msg, std::string* out_username) {
233 ASSERT(out_msg != NULL);
235 *out_msg = NULL;
319 *out_msg = stun_msg.release();
port.h 237 StunMessage** out_msg, std::string* out_username);

Completed in 3325 milliseconds