Searched defs:SS_CLOSED (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dstream.h52 enum StreamState { SS_CLOSED, SS_OPENING, SS_OPEN }; enumerator in enum:talk_base::StreamState
61 // SE_CLOSE: The stream has transitioned to the SS_CLOSED state
86 // SS_CLOSED state.
91 // Attempt to transition to the SS_CLOSED state. SE_CLOSE will not be
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dstream.h54 enum StreamState { SS_CLOSED, SS_OPENING, SS_OPEN }; enumerator in enum:talk_base::StreamState
63 // SE_CLOSE: The stream has transitioned to the SS_CLOSED state
97 // SS_CLOSED state.
102 // Attempt to transition to the SS_CLOSED state. SE_CLOSE will not be
509 state_(stream ? stream->GetState() : SS_CLOSED) {

Completed in 68 milliseconds