OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StreamInterface
(Results
51 - 75
of
106
) sorted by null
1
2
3
4
5
/external/chromium_org/third_party/libjingle/source/talk/base/
httpbase.cc
262
class HttpBase::DocumentStream : public
StreamInterface
{
285
// DoReceiveLoop writes http document data to the
StreamInterface
* document
288
//
StreamInterface
, and replace the existing document with our wrapper.
290
// pass our
StreamInterface
* to DoReceiveLoop, but due to the callbacks
292
scoped_ptr<
StreamInterface
>
393
HttpBase::attach(
StreamInterface
* stream) {
404
StreamInterface
*
410
StreamInterface
* stream = http_stream_;
488
StreamInterface
* HttpBase::GetDocumentStream() {
772
HttpBase::OnHttpStreamEvent(
StreamInterface
* stream, int events, int error)
[
all
...]
opensslstreamadapter.cc
105
static BIO* BIO_new_stream(
StreamInterface
* stream) {
132
StreamInterface
* stream = static_cast<
StreamInterface
*>(b->ptr);
150
StreamInterface
* stream = static_cast<
StreamInterface
*>(b->ptr);
190
OpenSSLStreamAdapter::OpenSSLStreamAdapter(
StreamInterface
* stream)
359
//
StreamInterface
Implementation
540
void OpenSSLStreamAdapter::OnEvent(
StreamInterface
* stream, int events,
630
bio = BIO_new_stream(static_cast<
StreamInterface
*>(stream()));
745
StreamInterface
::OnMessage(msg)
[
all
...]
asynchttprequest_unittest.cc
95
StreamInterface
* content) {
120
StreamInterface
* in = t->request.document.get();
121
StreamInterface
* out = new MemoryStream();
httpclient.cc
213
StreamInterface
* output, size_t* size) {
244
bool HttpReadCacheHeaders(
StreamInterface
* input, HttpResponseData* response,
349
StreamInterface
* HttpClient::GetDocumentStream() {
420
StreamInterface
* stream = pool_->RequestConnectedStream(server_, &stream_err);
443
StreamInterface
* request_doc) {
453
if (
StreamInterface
* stream = base_.detach()) {
486
scoped_ptr<
StreamInterface
> stream(cache_->WriteResource(id, kCacheBody));
495
StreamInterface
* output = response().document.release();
505
scoped_ptr<
StreamInterface
> stream(cache_->WriteResource(id, kCacheHeader));
582
scoped_ptr<
StreamInterface
> stream(cache_->ReadResource(id, kCacheHeader))
[
all
...]
nssstreamadapter.cc
94
StreamInterface
*stream = reinterpret_cast<
StreamInterface
*>(socket->secret);
117
StreamInterface
*stream = reinterpret_cast<
StreamInterface
*>(socket->secret);
368
NSSStreamAdapter::NSSStreamAdapter(
StreamInterface
*stream)
715
void NSSStreamAdapter::OnEvent(
StreamInterface
* stream, int events,
773
StreamInterface
::OnMessage(msg);
testutils.h
56
// StreamSink - Monitor asynchronously signalled events from
StreamInterface
57
// or AsyncSocket (which should probably be a
StreamInterface
.
73
void Monitor(
StreamInterface
* stream) {
77
void Unmonitor(
StreamInterface
* stream) {
82
bool Check(
StreamInterface
* stream, StreamSinkEvent event, bool reset = true) {
85
int Events(
StreamInterface
* stream, bool reset = true) {
114
void OnEvent(
StreamInterface
* stream, int events, int error) {
170
class StreamSource : public
StreamInterface
{
diskcache.cc
59
StreamInterface
* stream)
128
StreamInterface
* DiskCache::WriteResource(const std::string& id, size_t index) {
171
StreamInterface
* DiskCache::ReadResource(const std::string& id,
httpcommon.h
301
scoped_ptr<
StreamInterface
> document;
381
void setContent(const std::string& content_type,
StreamInterface
* document);
382
void setDocumentAndLength(
StreamInterface
* document);
422
void set_success(const std::string& content_type,
StreamInterface
* document,
httpserver_unittest.cc
52
void OnConnectionClosed(HttpServer*, int,
StreamInterface
* stream) {
/external/chromium/third_party/libjingle/source/talk/session/phone/
filemediaengine.cc
102
talk_base::scoped_ptr<talk_base::
StreamInterface
> input_stream_;
103
talk_base::scoped_ptr<talk_base::
StreamInterface
> output_stream_;
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.h
48
// 1) The
StreamInterface
provided via GetStream has been closed.
75
talk_base::
StreamInterface
* GetStream();
securetunnelsessionclient.cc
313
talk_base::
StreamInterface
* SecureTunnelSession::MakeSecureStream(
314
talk_base::
StreamInterface
* stream) {
337
talk_base::
StreamInterface
* SecureTunnelSession::GetStream() {
tunnelsessionclient.cc
64
talk_base::
StreamInterface
* stream;
143
talk_base::
StreamInterface
* TunnelSessionClientBase::CreateTunnel(
154
talk_base::
StreamInterface
* TunnelSessionClientBase::AcceptTunnel(
319
talk_base::
StreamInterface
* TunnelSession::GetStream() {
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.h
49
// 1) The
StreamInterface
provided via GetStream has been closed.
77
talk_base::
StreamInterface
* GetStream();
securetunnelsessionclient.cc
317
talk_base::
StreamInterface
* SecureTunnelSession::MakeSecureStream(
318
talk_base::
StreamInterface
* stream) {
341
talk_base::
StreamInterface
* SecureTunnelSession::GetStream() {
tunnelsessionclient_unittest.cc
153
void OnStreamEvent(talk_base::
StreamInterface
* stream, int events,
216
talk_base::scoped_ptr<talk_base::
StreamInterface
> local_tunnel_;
217
talk_base::scoped_ptr<talk_base::
StreamInterface
> remote_tunnel_;
tunnelsessionclient.cc
64
talk_base::
StreamInterface
* stream;
146
talk_base::
StreamInterface
* TunnelSessionClientBase::CreateTunnel(
158
talk_base::
StreamInterface
* TunnelSessionClientBase::AcceptTunnel(
352
talk_base::
StreamInterface
* TunnelSession::GetStream() {
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
dtlstransportchannel.h
44
// the bottom and a
StreamInterface
on the top.
45
class StreamInterfaceChannel : public talk_base::
StreamInterface
,
58
// Implementations of
StreamInterface
70
virtual void OnEvent(talk_base::
StreamInterface
* stream, int sig, int err);
230
void OnDtlsEvent(talk_base::
StreamInterface
* stream_, int sig, int err);
/external/chromium/third_party/libjingle/source/talk/base/
logging.cc
230
void LogMessage::LogToStream(
StreamInterface
* stream, int min_sev) {
243
int LogMessage::GetLogToStream(
StreamInterface
* stream) {
254
void LogMessage::AddLogToStream(
StreamInterface
* stream, int min_sev) {
260
void LogMessage::RemoveLogToStream(
StreamInterface
* stream) {
483
void LogMessage::OutputToStream(
StreamInterface
* stream,
httpclient.cc
211
StreamInterface
* output, size_t* size) {
242
bool HttpReadCacheHeaders(
StreamInterface
* input, HttpResponseData* response,
320
StreamInterface
* HttpClient::GetDocumentStream() {
387
StreamInterface
* stream = pool_->RequestConnectedStream(server_, &stream_err);
410
StreamInterface
* request_doc) {
420
if (
StreamInterface
* stream = base_.detach()) {
453
scoped_ptr<
StreamInterface
> stream(cache_->WriteResource(id, kCacheBody));
462
StreamInterface
* output = response().document.release();
472
scoped_ptr<
StreamInterface
> stream(cache_->WriteResource(id, kCacheHeader));
549
scoped_ptr<
StreamInterface
> stream(cache_->ReadResource(id, kCacheHeader))
[
all
...]
diskcache.cc
59
StreamInterface
* stream)
128
StreamInterface
* DiskCache::WriteResource(const std::string& id, size_t index) {
171
StreamInterface
* DiskCache::ReadResource(const std::string& id,
httpcommon.h
301
scoped_ptr<
StreamInterface
> document;
381
void setContent(const std::string& content_type,
StreamInterface
* document);
382
void setDocumentAndLength(
StreamInterface
* document);
422
void set_success(const std::string& content_type,
StreamInterface
* document,
/external/chromium_org/third_party/libjingle/source/talk/media/base/
filemediaengine_unittest.cc
52
FileNetworkInterface(talk_base::
StreamInterface
* output, MediaChannel* ch)
162
talk_base::scoped_ptr<talk_base::
StreamInterface
> stream(
183
bool GetSsrcAndPacketCounts(talk_base::
StreamInterface
* stream,
375
talk_base::scoped_ptr<talk_base::
StreamInterface
> voice_output_;
412
talk_base::scoped_ptr<talk_base::
StreamInterface
> voice_output_;
428
talk_base::scoped_ptr<talk_base::
StreamInterface
> input_stream(
videoframe.h
131
//
StreamInterface
::Write(), we immediately return with that value.
132
virtual talk_base::StreamResult Write(talk_base::
StreamInterface
*stream,
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.h
84
virtual talk_base::StreamResult Write(talk_base::
StreamInterface
* stream,
Completed in 653 milliseconds
1
2
3
4
5