Searched refs:httpService (Results 1 - 25 of 54) sorted by relevance

123

/frameworks/av/media/libstagefright/http/
H A DHTTPHelper.cpp51 sp<IMediaHTTPService> httpService; local
64 httpService = interface_cast<IMediaHTTPService>(binder);
67 return httpService;
/frameworks/av/media/libmediaplayerservice/
H A DMidiMetadataRetriever.h35 const sp<IMediaHTTPService> &httpService,
H A DMidiMetadataRetriever.cpp41 const sp<IMediaHTTPService> &httpService,
51 return mMidiPlayer->setDataSource(httpService, url, headers);
40 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
H A DTestPlayerStub.cpp116 const sp<IMediaHTTPService> &httpService,
167 return mPlayer->setDataSource(httpService, mContentUrl, headers);
115 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
H A DMetadataRetrieverClient.h47 const sp<IMediaHTTPService> &httpService,
H A DStagefrightPlayer.cpp57 const sp<IMediaHTTPService> &httpService,
60 return mPlayer->setDataSource(httpService, url, headers);
56 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
H A DStagefrightPlayer.h37 const sp<IMediaHTTPService> &httpService,
/frameworks/av/media/libmedia/
H A DIMediaMetadataRetriever.cpp90 const sp<IMediaHTTPService> &httpService,
96 data.writeInt32(httpService != NULL);
97 if (httpService != NULL) {
98 data.writeStrongBinder(httpService->asBinder());
208 sp<IMediaHTTPService> httpService; local
210 httpService =
226 httpService, srcUrl, numHeaders > 0 ? &headers : NULL));
89 setDataSource( const sp<IMediaHTTPService> &httpService, const char *srcUrl, const KeyedVector<String8, String8> *headers) argument
H A DIMediaPlayerService.cpp92 const sp<IMediaHTTPService> &httpService,
102 data.writeInt32(httpService != NULL);
103 if (httpService != NULL) {
104 data.writeStrongBinder(httpService->asBinder());
224 sp<IMediaHTTPService> httpService; local
226 httpService =
236 decode(httpService,
91 decode( const sp<IMediaHTTPService> &httpService, const char* url, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat, const sp<IMemoryHeap>& heap, size_t *pSize) argument
H A Dmediametadataretriever.cpp99 const sp<IMediaHTTPService> &httpService,
114 return mRetriever->setDataSource(httpService, srcUrl, headers);
98 setDataSource( const sp<IMediaHTTPService> &httpService, const char *srcUrl, const KeyedVector<String8, String8> *headers) argument
H A DIMediaPlayer.cpp80 const sp<IMediaHTTPService> &httpService,
86 data.writeInt32(httpService != NULL);
87 if (httpService != NULL) {
88 data.writeStrongBinder(httpService->asBinder());
366 sp<IMediaHTTPService> httpService; local
368 httpService =
381 httpService, url, numHeaders > 0 ? &headers : NULL));
79 setDataSource( const sp<IMediaHTTPService> &httpService, const char* url, const KeyedVector<String8, String8>* headers) argument
/frameworks/av/include/media/
H A DIMediaMetadataRetriever.h38 const sp<IMediaHTTPService> &httpService,
H A DMediaMetadataRetrieverInterface.h38 const sp<IMediaHTTPService> &httpService,
H A Dmediametadataretriever.h72 const sp<IMediaHTTPService> &httpService,
H A DIMediaPlayer.h46 const sp<IMediaHTTPService> &httpService,
H A DIMediaPlayerService.h55 const sp<IMediaHTTPService> &httpService,
/frameworks/av/media/libstagefright/include/
H A DSDPLoader.h41 const sp<IMediaHTTPService> &httpService);
H A DStagefrightMetadataRetriever.h36 const sp<IMediaHTTPService> &httpService,
/frameworks/av/media/libstagefright/
H A DDataSource.cpp186 const sp<IMediaHTTPService> &httpService,
203 if (httpService == NULL) {
209 sp<IMediaHTTPConnection> conn = httpService->makeHTTPConnection();
269 sp<DataSource> DataSource::CreateMediaHTTP(const sp<IMediaHTTPService> &httpService) { argument
270 if (httpService == NULL) {
274 sp<IMediaHTTPConnection> conn = httpService->makeHTTPConnection();
185 CreateFromURI( const sp<IMediaHTTPService> &httpService, const char *uri, const KeyedVector<String8, String8> *headers, String8 *contentType, HTTPBase *httpSource) argument
/frameworks/av/include/media/stagefright/
H A DDataSource.h49 const sp<IMediaHTTPService> &httpService,
55 static sp<DataSource> CreateMediaHTTP(const sp<IMediaHTTPService> &httpService);
/frameworks/av/media/libstagefright/rtsp/
H A DSDPLoader.cpp39 const sp<IMediaHTTPService> &httpService)
44 mHTTPDataSource(new MediaHTTP(httpService->makeHTTPConnection())) {
36 SDPLoader( const sp<AMessage> &notify, uint32_t flags, const sp<IMediaHTTPService> &httpService) argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.h31 const sp<IMediaHTTPService> &httpService,
/frameworks/av/include/media/stagefright/timedtext/
H A DTimedTextDriver.h40 const sp<IMediaHTTPService> &httpService);
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.h40 const sp<IMediaHTTPService> &httpService,
/frameworks/av/media/ndk/
H A DNdkMediaExtractor.cpp111 sp<IMediaHTTPService> httpService; local
114 httpService = interface_cast<IMediaHTTPService>(binder);
117 status_t err = mData->mImpl->setDataSource(httpService, location, NULL);

Completed in 240 milliseconds

123