OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StreamInterface
(Results
26 - 50
of
106
) sorted by null
1
2
3
4
5
/external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.h
74
explicit OpenSSLStreamAdapter(
StreamInterface
* stream);
92
virtual void OnEvent(
StreamInterface
* stream, int events, int err);
logging.h
30
// file, or any
StreamInterface
.
77
class
StreamInterface
;
169
static void LogToStream(
StreamInterface
* stream, int min_sev);
170
static int GetLogToStream(
StreamInterface
* stream = NULL);
171
static void AddLogToStream(
StreamInterface
* stream, int min_sev);
172
static void RemoveLogToStream(
StreamInterface
* stream);
190
typedef std::list<std::pair<
StreamInterface
*, int> > StreamList;
201
static void OutputToStream(
StreamInterface
* stream, const std::string& msg);
diskcache.h
40
class
StreamInterface
;
63
StreamInterface
* WriteResource(const std::string& id, size_t index);
66
StreamInterface
* ReadResource(const std::string& id, size_t index) const;
stream.cc
51
//
StreamInterface
58
StreamInterface
::~
StreamInterface
() {
66
StreamResult
StreamInterface
::WriteAll(const void* data, size_t data_len,
82
StreamResult
StreamInterface
::ReadAll(void* buffer, size_t buffer_len,
98
StreamResult
StreamInterface
::ReadLine(std::string* line) {
118
void
StreamInterface
::PostEvent(Thread* t, int events, int err) {
122
void
StreamInterface
::PostEvent(int events, int err) {
126
StreamInterface
::
StreamInterface
() {
[
all
...]
httpclient.h
49
StreamInterface
* output, size_t* size);
52
bool HttpReadCacheHeaders(
StreamInterface
* input,
136
StreamInterface
* request_doc);
139
StreamInterface
* GetDocumentStream();
opensslstreamadapter.cc
78
static BIO* BIO_new_stream(
StreamInterface
* stream) {
105
StreamInterface
* stream = static_cast<
StreamInterface
*>(b->ptr);
123
StreamInterface
* stream = static_cast<
StreamInterface
*>(b->ptr);
163
OpenSSLStreamAdapter::OpenSSLStreamAdapter(
StreamInterface
* stream)
204
//
StreamInterface
Implementation
348
void OpenSSLStreamAdapter::OnEvent(
StreamInterface
* stream, int events,
436
bio = BIO_new_stream(static_cast<
StreamInterface
*>(stream()));
httpbase.cc
258
class HttpBase::DocumentStream : public
StreamInterface
{
281
// DoReceiveLoop writes http document data to the
StreamInterface
* document
284
//
StreamInterface
, and replace the existing document with our wrapper.
286
// pass our
StreamInterface
* to DoReceiveLoop, but due to the callbacks
288
scoped_ptr<
StreamInterface
>
389
HttpBase::attach(
StreamInterface
* stream) {
400
StreamInterface
*
406
StreamInterface
* stream = http_stream_;
484
StreamInterface
* HttpBase::GetDocumentStream() {
768
HttpBase::OnHttpStreamEvent(
StreamInterface
* stream, int events, int error)
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/base/
nssstreamadapter.h
72
explicit NSSStreamAdapter(
StreamInterface
* stream);
101
virtual void OnEvent(
StreamInterface
* stream, int events, int err);
sslstreamadapter.h
65
static SSLStreamAdapter* Create(
StreamInterface
* stream);
67
explicit SSLStreamAdapter(
StreamInterface
* stream)
logging.h
30
// file, or any
StreamInterface
.
79
class
StreamInterface
;
178
static void LogToStream(
StreamInterface
* stream, int min_sev);
179
static int GetLogToStream(
StreamInterface
* stream = NULL);
180
static void AddLogToStream(
StreamInterface
* stream, int min_sev);
181
static void RemoveLogToStream(
StreamInterface
* stream);
199
typedef std::list<std::pair<
StreamInterface
*, int> > StreamList;
210
static void OutputToStream(
StreamInterface
* stream, const std::string& msg);
diskcache.h
40
class
StreamInterface
;
63
StreamInterface
* WriteResource(const std::string& id, size_t index);
66
StreamInterface
* ReadResource(const std::string& id, size_t index) const;
httpclient.h
50
StreamInterface
* output, size_t* size);
53
bool HttpReadCacheHeaders(
StreamInterface
* input,
138
StreamInterface
* request_doc);
141
StreamInterface
* GetDocumentStream();
sslstreamadapter.cc
53
SSLStreamAdapter* SSLStreamAdapter::Create(
StreamInterface
* stream) {
transformadapter.h
62
TransformAdapter(
StreamInterface
* stream,
opensslstreamadapter.h
77
explicit OpenSSLStreamAdapter(
StreamInterface
* stream);
121
virtual void OnEvent(
StreamInterface
* stream, int events, int err);
httpserver.cc
55
StreamInterface
* stream = it->second->EndProcess();
62
HttpServer::HandleConnection(
StreamInterface
* stream) {
149
HttpServer::Connection::BeginProcess(
StreamInterface
* stream) {
157
StreamInterface
*
291
StreamInterface
* stream = new SocketStream(incoming);
299
StreamInterface
* stream) {
stream.cc
53
//
StreamInterface
55
StreamInterface
::~
StreamInterface
() {
58
StreamResult
StreamInterface
::WriteAll(const void* data, size_t data_len,
74
StreamResult
StreamInterface
::ReadAll(void* buffer, size_t buffer_len,
90
StreamResult
StreamInterface
::ReadLine(std::string* line) {
110
void
StreamInterface
::PostEvent(Thread* t, int events, int err) {
114
void
StreamInterface
::PostEvent(int events, int err) {
118
StreamInterface
::
StreamInterface
() {
[
all
...]
sslstreamadapterhelper.h
46
explicit SSLStreamAdapterHelper(
StreamInterface
* stream)
/external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdump.h
106
explicit RtpDumpReader(talk_base::
StreamInterface
* stream)
129
talk_base::
StreamInterface
* stream_;
145
explicit RtpDumpLoopReader(talk_base::
StreamInterface
* stream);
188
explicit RtpDumpWriter(talk_base::
StreamInterface
* stream);
221
talk_base::
StreamInterface
* stream_;
filemediaengine.h
39
class
StreamInterface
;
186
FileVoiceChannel(talk_base::
StreamInterface
* input_file_stream,
187
talk_base::
StreamInterface
* output_file_stream,
265
FileVideoChannel(talk_base::
StreamInterface
* input_file_stream,
266
talk_base::
StreamInterface
* output_file_stream,
/external/chromium/third_party/libjingle/overrides/talk/base/
logging.h
30
// file, or any
StreamInterface
.
77
class
StreamInterface
;
172
static void LogToStream(
StreamInterface
* stream, int min_sev);
173
static int GetLogToStream(
StreamInterface
* stream = NULL);
174
static void AddLogToStream(
StreamInterface
* stream, int min_sev);
175
static void RemoveLogToStream(
StreamInterface
* stream);
193
typedef std::list<std::pair<
StreamInterface
*, int> > StreamList;
204
static void OutputToStream(
StreamInterface
* stream, const std::string& msg);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
mediarecorder.cc
45
RtpDumpSink::RtpDumpSink(talk_base::
StreamInterface
* stream)
122
talk_base::
StreamInterface
* send_stream,
123
talk_base::
StreamInterface
* recv_stream,
129
talk_base::
StreamInterface
* send_stream,
130
talk_base::
StreamInterface
* recv_stream,
138
talk_base::
StreamInterface
* send_stream,
139
talk_base::
StreamInterface
* recv_stream,
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.h
72
talk_base::
StreamInterface
* CreateTunnel(const buzz::Jid& to,
75
talk_base::
StreamInterface
* AcceptTunnel(Session* session);
160
virtual talk_base::
StreamInterface
* GetStream();
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.h
72
talk_base::
StreamInterface
* CreateTunnel(const buzz::Jid& to,
75
talk_base::
StreamInterface
* AcceptTunnel(Session* session);
160
virtual talk_base::
StreamInterface
* GetStream();
/external/chromium_org/third_party/libjingle/source/talk/sound/
pulseaudiosoundsystem.h
145
template <typename
StreamInterface
>
146
StreamInterface
*OpenDevice(
150
StreamInterface
*(PulseAudioSoundSystem::*connect_fn)(
Completed in 5577 milliseconds
1
2
3
4
5