HomeSort by relevance Sort by last modified time
    Searched defs:SR_SUCCESS (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
stream.h 60 enum StreamResult { SR_ERROR, SR_SUCCESS, SR_BLOCK, SR_EOS };
89 // on SR_SUCCESS (see below). Likewise, error is only set on SR_ERROR.
94 // SR_SUCCESS: some number of bytes were successfully written, which is
223 // data is written, or something other than SR_SUCCESS is returned. Note that
225 // on results other than SR_SUCCESS. The remaining arguments have the
231 // until a non-SR_SUCCESS result is returned. 'read' is always set.
236 // the end-of-line character, or something other than SR_SUCCESS.
821 // buffer_len. The function returns SR_SUCCESS when source reaches
    [all...]
  /external/chromium_org/third_party/webrtc/base/
stream.h 43 enum StreamResult { SR_ERROR, SR_SUCCESS, SR_BLOCK, SR_EOS };
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 484 milliseconds