Searched defs:SR_SUCCESS (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
72 // on SR_SUCCESS (see below). Likewise, error is only set on SR_ERROR.
77 // SR_SUCCESS: some number of bytes were successfully written, which is
206 // data is written, or something other than SR_SUCCESS is returned. Note that
208 // on results other than SR_SUCCESS. The remaining arguments have the
214 // until a non-SR_SUCCESS result is returned. 'read' is always set.
219 // the end-of-line character, or something other than SR_SUCCESS.
804 // buffer_len. The function returns SR_SUCCESS when source reaches

Completed in 306 milliseconds