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

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
rtcpmuxfilter.h 69 // When the final answer is set, the state transitions to ST_ACTIVE or
73 // When the final answer is set, the state transitions to ST_ACTIVE or
78 ST_ACTIVE
rtcpmuxfilter.cc 40 state_ == ST_ACTIVE;
92 state_ = ST_ACTIVE;
120 (state_ == ST_ACTIVE && offer_enable == offer_enable_) ||
srtpfilter.cc 126 return state_ >= ST_ACTIVE;
153 if (state_ == ST_ACTIVE) {
164 state_ = ST_ACTIVE;
271 if (state_ == ST_ACTIVE) {
283 (state_ == ST_ACTIVE) ||
295 } else { // state >= ST_ACTIVE
348 state_ = ST_ACTIVE;
srtpfilter.h 166 ST_ACTIVE, // Offer and answer set.
168 // When the answer is set, the state transitions to ST_ACTIVE or ST_INIT.
171 // When the answer is set, the state transitions back to ST_ACTIVE.
174 // When the final answer is set, the state transitions to ST_ACTIVE or
178 // When the final answer is set, the state transitions to ST_ACTIVE or

Completed in 266 milliseconds