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

/external/chromium_org/third_party/webrtc/base/
H A Dstream.h43 enum StreamResult { SR_ERROR, SR_SUCCESS, SR_BLOCK, SR_EOS }; enumerator in enum:rtc::StreamResult
49 // SE_READ: Data is available, so Read is likely to not return SR_BLOCK
50 // SE_WRITE: Data can be written, so Write is likely to not return SR_BLOCK
79 // SR_BLOCK: the stream is in non-blocking mode, and the operation would
97 // SS_OPENING and SR_BLOCK returned from stream member functions imply that
151 // would could cause SR_BLOCK to be returned. Returns true if all the data
806 // to sink. Alternately, if source returns SR_BLOCK or SR_ERROR, or if sink
807 // returns SR_BLOCK, SR_ERROR, or SR_EOS, then the function immediately returns

Completed in 88 milliseconds