OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SR_ERROR
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
stream.h
56
enum StreamResult {
SR_ERROR
, SR_SUCCESS, SR_BLOCK, SR_EOS };
76
// on SR_SUCCESS (see below). Likewise, error is only set on
SR_ERROR
.
78
//
SR_ERROR
: an error occurred, which is returned in a non-null error
193
// Write will return SR_EOS/
SR_ERROR
at some point). Note that calling this
706
// to sink. Alternately, if source returns SR_BLOCK or
SR_ERROR
, or if sink
707
// returns SR_BLOCK,
SR_ERROR
, or SR_EOS, then the function immediately returns
/external/chromium_org/third_party/libjingle/source/talk/base/
stream.h
58
enum StreamResult {
SR_ERROR
, SR_SUCCESS, SR_BLOCK, SR_EOS };
87
// on SR_SUCCESS (see below). Likewise, error is only set on
SR_ERROR
.
89
//
SR_ERROR
: an error occurred, which is returned in a non-null error
207
// Write will return SR_EOS/
SR_ERROR
at some point). Note that calling this
822
// to sink. Alternately, if source returns SR_BLOCK or
SR_ERROR
, or if sink
823
// returns SR_BLOCK,
SR_ERROR
, or SR_EOS, then the function immediately returns
[
all
...]
Completed in 166 milliseconds