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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtcpmuxfilter.h 54 enum State { ST_INIT, ST_SENTOFFER, ST_RECEIVEDOFFER, ST_ACTIVE };
srtpfilter.h 138 enum State { ST_INIT, ST_SENTOFFER, ST_RECEIVEDOFFER, ST_ACTIVE };
  /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
srtpfilter.h 160 ST_ACTIVE, // Offer and answer set.
162 // When the answer is set, the state transitions to ST_ACTIVE or ST_INIT.
165 // When the answer is set, the state transitions back to ST_ACTIVE.
168 // When the final answer is set, the state transitions to ST_ACTIVE or
172 // When the final answer is set, the state transitions to ST_ACTIVE or

Completed in 847 milliseconds