HomeSort by relevance Sort by last modified time
    Searched full:httpbase (Results 1 - 25 of 44) sorted by null

1 2

  /frameworks/av/media/libstagefright/
HTTPBase.cpp 18 #define LOG_TAG "HTTPBase"
21 #include "include/HTTPBase.h"
37 HTTPBase::HTTPBase()
49 sp<HTTPBase> HTTPBase::Create(uint32_t flags) {
51 HTTPBase *dataSource = createChromiumHTTPDataSource(flags);
64 status_t HTTPBase::UpdateProxyConfig(
73 void HTTPBase::addBandwidthMeasurement(
105 bool HTTPBase::estimateBandwidth(int32_t *bandwidth_bps)
    [all...]
chromium_http_stub.cpp 22 #include "include/HTTPBase.h"
30 HTTPBase *(*gLib_createChromiumHTTPDataSource)(uint32_t flags);
56 gLib_createChromiumHTTPDataSource = (HTTPBase *(*)(uint32_t))sym;
76 HTTPBase *createChromiumHTTPDataSource(uint32_t flags) {
Android.mk 22 HTTPBase.cpp \
DataSource.cpp 26 #include "include/HTTPBase.h"
192 sp<HTTPBase> httpSource = HTTPBase::Create();
NuCachedSource2.cpp 22 #include "include/HTTPBase.h"
232 HTTPBase* source = static_cast<HTTPBase *>(mSource.get());
240 HTTPBase *source = static_cast<HTTPBase *>(mSource.get());
380 static_cast<HTTPBase *>(mSource.get())->disconnect();
  /frameworks/av/media/libstagefright/include/
chromium_http_stub.h 20 #include <include/HTTPBase.h>
25 HTTPBase *createChromiumHTTPDataSource(uint32_t flags);
HTTPBase.h 28 struct HTTPBase : public DataSource {
34 HTTPBase();
57 static sp<HTTPBase> Create(uint32_t flags = 0);
93 DISALLOW_EVIL_CONSTRUCTORS(HTTPBase);
SDPLoader.h 27 struct HTTPBase;
63 sp<HTTPBase> mHTTPDataSource;
ChromiumHTTPDataSource.h 24 #include "HTTPBase.h"
30 struct ChromiumHTTPDataSource : public HTTPBase {
AwesomePlayer.h 21 #include "HTTPBase.h"
237 sp<HTTPBase> mConnectingDataSource;
  /external/chromium/third_party/libjingle/source/talk/base/
httpbase.cc 39 #include "talk/base/httpbase.h"
245 // HttpBase::DocumentStream
258 class HttpBase::DocumentStream : public StreamInterface {
260 DocumentStream(HttpBase* base) : base_(base), error_(HE_DEFAULT) { }
307 // adapter from the HttpBase, and further calls to read will either return
311 HttpBase* base = Disconnect(http_error);
336 HttpBase* base = Disconnect(HE_NONE);
356 HttpBase* Disconnect(HttpError error) {
359 HttpBase* base = base_;
367 HttpBase* base_
    [all...]
httpbase.h 102 // HttpBase - Provides a state machine for implementing HTTP-based components.
103 // Attach HttpBase to a StreamInterface which represents a bidirectional HTTP
105 // side of an HTTP transaction. By default, HttpBase operates as an I/O pump,
111 class HttpBase
116 HttpBase();
117 virtual ~HttpBase();
134 // Obtaining this stream puts HttpBase into stream mode until the stream
135 // is closed. HttpBase can only expose one open stream interface at a time.
httpclient.h 32 #include "talk/base/httpbase.h"
186 HttpBase base_;
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpbase.cc 39 #include "talk/base/httpbase.h"
249 // HttpBase::DocumentStream
262 class HttpBase::DocumentStream : public StreamInterface {
264 DocumentStream(HttpBase* base) : base_(base), error_(HE_DEFAULT) { }
311 // adapter from the HttpBase, and further calls to read will either return
315 HttpBase* base = Disconnect(http_error);
340 HttpBase* base = Disconnect(HE_NONE);
360 HttpBase* Disconnect(HttpError error) {
363 HttpBase* base = base_;
371 HttpBase* base_
    [all...]
httpbase.h 102 // HttpBase - Provides a state machine for implementing HTTP-based components.
103 // Attach HttpBase to a StreamInterface which represents a bidirectional HTTP
105 // side of an HTTP transaction. By default, HttpBase operates as an I/O pump,
111 class HttpBase
116 HttpBase();
117 virtual ~HttpBase();
134 // Obtaining this stream puts HttpBase into stream mode until the stream
135 // is closed. HttpBase can only expose one open stream interface at a time.
httpserver.h 32 #include "talk/base/httpbase.h"
115 HttpBase base_;
httpclient.h 32 #include "talk/base/httpbase.h"
191 HttpBase base_;
  /frameworks/av/media/libstagefright/chromium_http/
chromium_http_stub.cpp 25 HTTPBase *createChromiumHTTPDataSource(uint32_t flags) {
  /frameworks/av/media/libstagefright/rtsp/
SDPLoader.cpp 24 #include "HTTPBase.h"
41 HTTPBase::Create(
43 ? HTTPBase::kFlagIncognito
72 sp<HTTPBase> HTTPDataSource = mHTTPDataSource;
ARTSPConnection.cpp 36 #include "HTTPBase.h"
62 HTTPBase::UnRegisterSocketUserTag(mSocket);
63 HTTPBase::UnRegisterSocketUserMark(mSocket);
217 HTTPBase::UnRegisterSocketUserTag(mSocket);
218 HTTPBase::UnRegisterSocketUserMark(mSocket);
269 HTTPBase::RegisterSocketUserTag(mSocket, mUID,
271 HTTPBase::RegisterSocketUserMark(mSocket, mUID);
300 HTTPBase::UnRegisterSocketUserTag(mSocket);
301 HTTPBase::UnRegisterSocketUserMark(mSocket);
318 HTTPBase::UnRegisterSocketUserTag(mSocket)
    [all...]
MyHandler.h 43 #include "HTTPBase.h"
714 HTTPBase::UnRegisterSocketUserTag(track->mRTPSocket);
715 HTTPBase::UnRegisterSocketUserMark(track->mRTPSocket);
716 HTTPBase::UnRegisterSocketUserTag(track->mRTCPSocket);
717 HTTPBase::UnRegisterSocketUserMark(track->mRTCPSocket);
847 HTTPBase::UnRegisterSocketUserTag(info->mRTPSocket);
848 HTTPBase::UnRegisterSocketUserMark(info->mRTPSocket);
849 HTTPBase::UnRegisterSocketUserTag(info->mRTCPSocket);
850 HTTPBase::UnRegisterSocketUserMark(info->mRTCPSocket);
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTest.java 142 System.getProperty("org.w3c.domts.httpbase",
185 String httpBase = System.getProperty("org.w3c.domts.httpbase",
187 java.lang.StringBuffer buf = new StringBuffer(httpBase);
188 if (!httpBase.endsWith("/")) {
  /frameworks/av/media/libstagefright/httplive/
LiveSession.h 30 struct HTTPBase;
142 sp<HTTPBase> mHTTPDataSource;
PlaylistFetcher.h 31 struct HTTPBase;
  /external/chromium/third_party/libjingle/
libjingle.gyp 195 'source/talk/base/httpbase.cc',
196 'source/talk/base/httpbase.h',

Completed in 4632 milliseconds

1 2