Searched refs:httpService (Results 26 - 50 of 54) sorted by relevance

123

/frameworks/av/include/media/stagefright/
H A DNuMediaExtractor.h49 const sp<IMediaHTTPService> &httpService,
/frameworks/av/media/libmediaplayerservice/
H A DMidiFile.h35 const sp<IMediaHTTPService> &httpService,
H A DTestPlayerStub.h69 const sp<IMediaHTTPService> &httpService,
H A DMetadataRetrieverClient.cpp110 const sp<IMediaHTTPService> &httpService,
133 status_t ret = p->setDataSource(httpService, url, headers);
109 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
H A DMediaPlayerService.h267 const sp<IMediaHTTPService> &httpService,
370 const sp<IMediaHTTPService> &httpService,
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.h34 const sp<IMediaHTTPService> &httpService,
H A DRTSPSource.h35 const sp<IMediaHTTPService> &httpService,
H A DHTTPLiveSource.cpp38 const sp<IMediaHTTPService> &httpService,
42 mHTTPService(httpService),
36 HTTPLiveSource( const sp<AMessage> &notify, const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
H A DNuPlayer.h42 const sp<IMediaHTTPService> &httpService,
H A DNuPlayerDriver.cpp79 const sp<IMediaHTTPService> &httpService,
91 mPlayer->setDataSourceAsync(httpService, url, headers);
78 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
H A DGenericSource.h45 const sp<IMediaHTTPService> &httpService,
H A DRTSPSource.cpp37 const sp<IMediaHTTPService> &httpService,
44 mHTTPService(httpService),
35 RTSPSource( const sp<AMessage> &notify, const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers, bool uidValid, uid_t uid, bool isSDP) argument
H A DNuPlayer.cpp228 const sp<IMediaHTTPService> &httpService,
239 source = new HTTPLiveSource(notify, httpService, url, headers);
242 notify, httpService, url, headers, mUIDValid, mUID);
248 notify, httpService, url, headers, mUIDValid, mUID, true);
256 status_t err = genericSource->setDataSource(httpService, url, headers);
227 setDataSourceAsync( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp61 const sp<IMediaHTTPService> &httpService,
60 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *) argument
/frameworks/av/include/media/
H A Dmediaplayer.h208 const sp<IMediaHTTPService> &httpService,
236 const sp<IMediaHTTPService> &httpService,
H A DMediaPlayerInterface.h142 const sp<IMediaHTTPService> &httpService,
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextDriver.cpp45 const sp<IMediaHTTPService> &httpService)
48 mHTTPService(httpService),
43 TimedTextDriver( const wp<MediaPlayerBase> &listener, const sp<IMediaHTTPService> &httpService) argument
/frameworks/base/media/jni/
H A Dandroid_media_MediaMetadataRetriever.cpp129 sp<IMediaHTTPService> httpService; local
132 httpService = interface_cast<IMediaHTTPService>(binder);
138 httpService,
H A Dandroid_media_MediaExtractor.cpp143 const sp<IMediaHTTPService> &httpService,
146 return mImpl->setDataSource(httpService, path, headers);
717 sp<IMediaHTTPService> httpService; local
720 httpService = interface_cast<IMediaHTTPService>(binder);
723 status_t err = extractor->setDataSource(httpService, path, &headers);
142 setDataSource( const sp<IMediaHTTPService> &httpService, const char *path, const KeyedVector<String8, String8> *headers) argument
H A Dandroid_media_MediaPlayer.cpp219 sp<IMediaHTTPService> httpService; local
222 httpService = interface_cast<IMediaHTTPService>(binder);
227 httpService,
/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp146 const sp<IMediaHTTPService> &httpService,
156 (NO_ERROR != player->setDataSource(httpService, url, headers))) {
839 const sp<IMediaHTTPService> &httpService,
851 status = service->decode(httpService, url, pSampleRate, pNumChannels, pFormat, heap, pSize);
145 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
838 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
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h67 const sp<IMediaHTTPService> &httpService,
254 const sp<IMediaHTTPService> &httpService,
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h46 const sp<IMediaHTTPService> &httpService);
/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp61 const sp<IMediaHTTPService> &httpService,
71 DataSource::CreateFromURI(httpService, path, headers);
60 setDataSource( const sp<IMediaHTTPService> &httpService, const char *path, const KeyedVector<String8, String8> *headers) argument
H A DStagefrightMetadataRetriever.cpp58 const sp<IMediaHTTPService> &httpService,
68 mSource = DataSource::CreateFromURI(httpService, uri, headers);
57 setDataSource( const sp<IMediaHTTPService> &httpService, const char *uri, const KeyedVector<String8, String8> *headers) argument

Completed in 334 milliseconds

123