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

/external/chromium/third_party/libjingle/source/talk/base/
H A Dstream.h56 enum StreamResult { SR_ERROR, SR_SUCCESS, SR_BLOCK, SR_EOS }; enumerator in enum:talk_base::StreamResult
62 // SE_READ: Data is available, so Read is likely to not return SR_BLOCK
63 // SE_WRITE: Data can be written, so Write is likely to not return SR_BLOCK
83 // SR_BLOCK: the stream is in non-blocking mode, and the operation would
101 // SS_OPENING and SR_BLOCK returned from stream member functions imply that
155 // would could cause SR_BLOCK to be returned. Returns true if all the data
706 // to sink. Alternately, if source returns SR_BLOCK or SR_ERROR, or if sink
707 // returns SR_BLOCK, SR_ERROR, or SR_EOS, then the function immediately returns

Completed in 51 milliseconds