Home | History | Annotate | Download | only in phone

Lines Matching refs:stream_

108   res = stream_->ReadAll(header, sizeof(header), NULL, NULL);
122 return stream_->ReadAll(&packet->data[0], packet->data.size(), NULL, NULL);
128 talk_base::StreamResult res = stream_->ReadLine(&first_line);
138 res = stream_->ReadAll(header, sizeof(header), NULL, NULL);
285 : stream_(stream),
296 if (!stream_ || !data || 0 == data_len) return talk_base::SR_ERROR;
313 res = stream_->WriteAll(buf.Data(), buf.Length(), NULL, NULL);
319 return stream_->WriteAll(data, data_len, NULL, NULL);
323 talk_base::StreamResult res = stream_->WriteAll(
333 return stream_->WriteAll(buf.Data(), buf.Length(), NULL, NULL);