HomeSort by relevance Sort by last modified time
    Searched defs:SR_BLOCK (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 };
66 // SE_READ: Data is available, so Read is likely to not return SR_BLOCK
67 // SE_WRITE: Data can be written, so Write is likely to not return SR_BLOCK
96 // SR_BLOCK: the stream is in non-blocking mode, and the operation would
114 // SS_OPENING and SR_BLOCK returned from stream member functions imply that
168 // would could cause SR_BLOCK to be returned. Returns true if all the data
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 };
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 4724 milliseconds