HomeSort by relevance Sort by last modified time
    Searched refs:MSG_POST_EVENT (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/base/
stream.h 63 MSG_POST_EVENT = 0xF1F1, MSG_MAX = MSG_POST_EVENT
stream.cc 97 t->Post(this, MSG_POST_EVENT, new StreamEventData(events, err));
144 if (MSG_POST_EVENT == msg->message_id) {

Completed in 41 milliseconds