HomeSort by relevance Sort by last modified time
    Searched defs:SR_ERROR (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.
91 // SR_ERROR: an error occurred, which is returned in a non-null error
209 // Write will return SR_EOS/SR_ERROR at some point). Note that calling this
823 // to sink. Alternately, if source returns SR_BLOCK or SR_ERROR, or if sink
824 // returns SR_BLOCK, SR_ERROR, or SR_EOS, then the function immediately returns
    [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.
74 // SR_ERROR: an error occurred, which is returned in a non-null error
192 // Write will return SR_EOS/SR_ERROR at some point). Note that calling this
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 241 milliseconds