Home
last modified time | relevance | path

Searched refs:MediaHTTPService (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/av/media/libmedia/include/media/
DMediaHTTPService.h27 struct MediaHTTPService : public virtual RefBase { struct
28 MediaHTTPService() {} in MediaHTTPService() argument
33 DISALLOW_EVIL_CONSTRUCTORS(MediaHTTPService);
DIMediaHTTPService.h31 struct IMediaHTTPService : public MediaHTTPService, public IInterface {
32 DECLARE_META_INTERFACE(MediaHTTPService);
DDataSourceDesc.h28 struct MediaHTTPService;
48 sp<MediaHTTPService> mHttpService;
/frameworks/av/media/libstagefright/include/media/stagefright/
DDataSourceFactory.h26 struct MediaHTTPService;
33 const sp<MediaHTTPService> &httpService,
39 static sp<DataSource> CreateMediaHTTP(const sp<MediaHTTPService> &httpService);
DNuMediaExtractor.h37 struct MediaHTTPService;
57 const sp<MediaHTTPService> &httpService,
/frameworks/av/include/media/
DIMediaHTTPService.h31 struct IMediaHTTPService : public MediaHTTPService, public IInterface {
32 DECLARE_META_INTERFACE(MediaHTTPService);
/frameworks/base/media/java/android/media/
DMediaHTTPService.java29 public class MediaHTTPService extends IMediaHTTPService.Stub { class
34 public MediaHTTPService(List<HttpCookie> cookies) { in MediaHTTPService() method in MediaHTTPService
94 return (new MediaHTTPService(cookies)).asBinder(); in createHttpServiceBinderIfNecessary()
DMediaExtractor.java28 import android.media.MediaHTTPService;
175 MediaHTTPService.createHttpServiceBinderIfNecessary(path), in setDataSource()
204 MediaHTTPService.createHttpServiceBinderIfNecessary(path), in setDataSource()
DMediaMetadataRetriever.java103 MediaHTTPService.createHttpServiceBinderIfNecessary(uri), in setDataSource()
/frameworks/av/media/libstagefright/include/
DSDPLoader.h28 struct MediaHTTPService;
41 const sp<MediaHTTPService> &httpService);
/frameworks/av/media/libstagefright/httplive/
DHTTPDownloader.h31 struct MediaHTTPService;
36 const sp<MediaHTTPService> &httpService,
DLiveSession.h36 struct MediaHTTPService;
74 const sp<MediaHTTPService> &httpService);
190 sp<MediaHTTPService> mHTTPService;
DHTTPDownloader.cpp39 const sp<MediaHTTPService> &httpService, in HTTPDownloader()
/frameworks/av/media/libstagefright/
DDataSourceFactory.cpp34 const sp<MediaHTTPService> &httpService, in CreateFromURI()
104 sp<DataSource> DataSourceFactory::CreateMediaHTTP(const sp<MediaHTTPService> &httpService) { in CreateMediaHTTP()
DNuMediaExtractor.cpp75 const sp<MediaHTTPService> &httpService, in setDataSource()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DHTTPLiveSource2.h33 const sp<MediaHTTPService> &httpService,
75 sp<MediaHTTPService> mHTTPService;
DGenericSource2.h40 struct MediaHTTPService;
53 const sp<MediaHTTPService> &httpService,
154 sp<MediaHTTPService> mHTTPService;
DRTSPSource2.h36 const sp<MediaHTTPService> &httpService,
96 sp<MediaHTTPService> mHTTPService;
DNuPlayer2.h36 struct MediaHTTPService;
DHTTPLiveSource2.cpp43 const sp<MediaHTTPService> &httpService, in HTTPLiveSource2()
DRTSPSource2.cpp43 const sp<MediaHTTPService> &httpService, in RTSPSource2()
DGenericSource2.cpp113 const sp<MediaHTTPService> &httpService, in setDataSource()
/frameworks/base/media/jni/
Dandroid_media_Media2HTTPService.h27 struct JMedia2HTTPService : public MediaHTTPService {
/frameworks/av/media/libmedia/
DIMediaHTTPService.cpp56 MediaHTTPService, "android.media.IMediaHTTPService");
/frameworks/av/media/libstagefright/rtsp/
DSDPLoader.cpp39 const sp<MediaHTTPService> &httpService) in SDPLoader()

12