HomeSort by relevance Sort by last modified time
    Searched defs:SR_EOS (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 };
98 // SR_EOS: the end-of-stream has been reached, or the stream is in the
209 // Write will return SR_EOS/SR_ERROR at some point). Note that calling this
822 // end-of-stream (returns SR_EOS), and all the data has been written successful
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 };
81 // SR_EOS: the end-of-stream has been reached, or the stream is in the
192 // Write will return SR_EOS/SR_ERROR at some point). Note that calling this
805 // end-of-stream (returns SR_EOS), and all the data has been written successful
807 // returns SR_BLOCK, SR_ERROR, or SR_EOS, then the function immediately returns

Completed in 1540 milliseconds