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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.cc 96 talk_base::StreamResult res = talk_base::SR_SUCCESS;
100 if (res != talk_base::SR_SUCCESS) {
109 if (res != talk_base::SR_SUCCESS) {
129 if (res != talk_base::SR_SUCCESS) {
139 if (res == talk_base::SR_SUCCESS) {
190 if (talk_base::SR_SUCCESS == res) {
210 if (talk_base::SR_SUCCESS == res && loop_count_ > 0) {
298 talk_base::StreamResult res = talk_base::SR_SUCCESS;
302 if (res != talk_base::SR_SUCCESS) {
314 if (res != talk_base::SR_SUCCESS) {
    [all...]
filemediaengine.cc 181 while (talk_base::SR_SUCCESS == rtp_dump_reader_->ReadPacket(packet)) {
devicemanager.cc 725 if (device_meta_stream->ReadLine(&device_name) != talk_base::SR_SUCCESS) {
  /external/chromium/third_party/libjingle/source/talk/base/
stream.cc 68 StreamResult result = SR_SUCCESS;
73 if (result != SR_SUCCESS)
84 StreamResult result = SR_SUCCESS;
89 if (result != SR_SUCCESS)
100 StreamResult result = SR_SUCCESS;
104 if (result != SR_SUCCESS) {
113 result = SR_SUCCESS; // a success code. Otherwise return the last code
177 : StreamAdapterInterface(stream), tap_(NULL), tap_result_(SR_SUCCESS),
206 if ((res == SR_SUCCESS) && (tap_result_ == SR_SUCCESS)) {
    [all...]
socketstream.cc 91 return SR_SUCCESS;
109 return SR_SUCCESS;
opensslstreamadapter.cc 110 if (result == SR_SUCCESS) {
128 if (result == SR_SUCCESS) {
235 return SR_SUCCESS;
247 return SR_SUCCESS;
295 return SR_SUCCESS;
307 return SR_SUCCESS;
linux.cc 181 if (res != SR_SUCCESS) {
195 if (res == SR_SUCCESS) {
277 if (!fs.Open(kCpuMaxFreqFile, "r") || SR_SUCCESS != fs.ReadLine(&str)) {
httpbase.cc 254 return (buffer_length_ >= size) ? SR_SUCCESS : SR_BLOCK;
323 result = SR_SUCCESS;
535 case SR_SUCCESS:
645 if (result == SR_SUCCESS) {
698 if (result == SR_SUCCESS) {
872 case SR_SUCCESS:
httpclient.cc 229 if (SR_SUCCESS != result) {
233 if (output && (SR_SUCCESS != output->WriteAll("\r\n", 2, NULL, NULL))) {
250 if (SR_SUCCESS != result) {
497 if (SR_SUCCESS != result) {
586 if (SR_SUCCESS != result) {
network.cc 221 while (fs.ReadLine(&line) == SR_SUCCESS && gateway_ip == 0) {
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.
81 // SR_SUCCESS: some number of bytes were successfully written, which is
207 // data is written, or something other than SR_SUCCESS is returned. Note that
209 // on results other than SR_SUCCESS. The remaining arguments have the
215 // until a non-SR_SUCCESS result is returned. 'read' is always set.
220 // the end-of-line character, or something other than SR_SUCCESS.
704 // buffer_len. The function returns SR_SUCCESS when source reaches
unixfilesystem.cc 282 while (source->Read(buf, sizeof(buf), &len, NULL) == SR_SUCCESS)
proxydetect.cc 453 while (fs->ReadLine(&line) == SR_SUCCESS) {
518 while (fs->ReadLine(&line) == SR_SUCCESS) {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmppsocket.cc 155 ASSERT(result == talk_base::SR_SUCCESS);
193 if (result == talk_base::SR_SUCCESS)
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 267 return SR_SUCCESS;
289 return SR_SUCCESS;

Completed in 908 milliseconds