HomeSort by relevance Sort by last modified time
    Searched refs:httpService (Results 1 - 25 of 50) sorted by null

1 2

  /frameworks/av/media/libstagefright/http/
HTTPHelper.cpp 51 sp<IMediaHTTPService> httpService;
64 httpService = interface_cast<IMediaHTTPService>(binder);
67 return httpService;
  /frameworks/av/include/media/
IMediaMetadataRetriever.h 39 const sp<IMediaHTTPService> &httpService,
MediaMetadataRetrieverInterface.h 39 const sp<IMediaHTTPService> &httpService,
mediametadataretriever.h 74 const sp<IMediaHTTPService> &httpService,
IMediaPlayer.h 49 const sp<IMediaHTTPService> &httpService,
  /frameworks/av/media/libstagefright/httplive/
HTTPDownloader.h 36 const sp<IMediaHTTPService> &httpService,
  /frameworks/av/media/libstagefright/include/
SDPLoader.h 41 const sp<IMediaHTTPService> &httpService);
StagefrightMetadataRetriever.h 36 const sp<IMediaHTTPService> &httpService,
  /frameworks/av/include/media/stagefright/
DataSource.h 50 const sp<IMediaHTTPService> &httpService,
56 static sp<DataSource> CreateMediaHTTP(const sp<IMediaHTTPService> &httpService);
NuMediaExtractor.h 49 const sp<IMediaHTTPService> &httpService,
  /frameworks/av/media/libstagefright/
DataSource.cpp 189 const sp<IMediaHTTPService> &httpService,
206 if (httpService == NULL) {
212 sp<IMediaHTTPConnection> conn = httpService->makeHTTPConnection();
272 sp<DataSource> DataSource::CreateMediaHTTP(const sp<IMediaHTTPService> &httpService) {
273 if (httpService == NULL) {
277 sp<IMediaHTTPConnection> conn = httpService->makeHTTPConnection();
  /frameworks/av/media/libmedia/
IMediaMetadataRetriever.cpp 92 const sp<IMediaHTTPService> &httpService,
98 data.writeInt32(httpService != NULL);
99 if (httpService != NULL) {
100 data.writeStrongBinder(IInterface::asBinder(httpService));
219 sp<IMediaHTTPService> httpService;
221 httpService =
237 httpService, srcUrl, numHeaders > 0 ? &headers : NULL));
mediametadataretriever.cpp 99 const sp<IMediaHTTPService> &httpService,
114 return mRetriever->setDataSource(httpService, srcUrl, headers);
  /frameworks/av/media/libmediaplayerservice/
TestPlayerStub.cpp 116 const sp<IMediaHTTPService> &httpService,
167 return mPlayer->setDataSource(httpService, mContentUrl, headers);
MetadataRetrieverClient.h 47 const sp<IMediaHTTPService> &httpService,
StagefrightPlayer.h 37 const sp<IMediaHTTPService> &httpService,
StagefrightPlayer.cpp 57 const sp<IMediaHTTPService> &httpService,
60 return mPlayer->setDataSource(httpService, url, headers);
TestPlayerStub.h 69 const sp<IMediaHTTPService> &httpService,
  /frameworks/av/media/libstagefright/rtsp/
SDPLoader.cpp 39 const sp<IMediaHTTPService> &httpService)
44 mHTTPDataSource(new MediaHTTP(httpService->makeHTTPConnection())) {
  /frameworks/av/include/media/stagefright/timedtext/
TimedTextDriver.h 40 const sp<IMediaHTTPService> &httpService);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
HTTPLiveSource.h 33 const sp<IMediaHTTPService> &httpService,
RTSPSource.h 36 const sp<IMediaHTTPService> &httpService,
NuPlayerDriver.h 34 const sp<IMediaHTTPService> &httpService,
  /frameworks/base/media/jni/
android_media_MediaExtractor.h 40 const sp<IMediaHTTPService> &httpService,
  /frameworks/av/media/ndk/
NdkMediaExtractor.cpp 112 sp<IMediaHTTPService> httpService;
115 httpService = interface_cast<IMediaHTTPService>(binder);
118 status_t err = mData->mImpl->setDataSource(httpService, location, NULL);

Completed in 148 milliseconds

1 2