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

/external/chromium_org/third_party/webrtc/base/
H A Dstream.h39 enum StreamState { SS_CLOSED, SS_OPENING, SS_OPEN }; enumerator in enum:rtc::StreamState
48 // SE_CLOSE: The stream has transitioned to the SS_CLOSED state
82 // SS_CLOSED state.
87 // Attempt to transition to the SS_CLOSED state. SE_CLOSE will not be
493 state_(stream ? stream->GetState() : SS_CLOSED) {

Completed in 510 milliseconds