/frameworks/av/media/libmedia/include/media/ |
D | MediaHTTPService.h | 27 struct MediaHTTPService : public virtual RefBase { struct 28 MediaHTTPService() {} in MediaHTTPService() argument 33 DISALLOW_EVIL_CONSTRUCTORS(MediaHTTPService);
|
D | IMediaHTTPService.h | 31 struct IMediaHTTPService : public MediaHTTPService, public IInterface { 32 DECLARE_META_INTERFACE(MediaHTTPService);
|
D | DataSourceDesc.h | 28 struct MediaHTTPService; 48 sp<MediaHTTPService> mHttpService;
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | DataSourceFactory.h | 26 struct MediaHTTPService; 33 const sp<MediaHTTPService> &httpService, 39 static sp<DataSource> CreateMediaHTTP(const sp<MediaHTTPService> &httpService);
|
D | NuMediaExtractor.h | 37 struct MediaHTTPService; 57 const sp<MediaHTTPService> &httpService,
|
/frameworks/av/include/media/ |
D | IMediaHTTPService.h | 31 struct IMediaHTTPService : public MediaHTTPService, public IInterface { 32 DECLARE_META_INTERFACE(MediaHTTPService);
|
/frameworks/base/media/java/android/media/ |
D | MediaHTTPService.java | 29 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()
|
D | MediaExtractor.java | 28 import android.media.MediaHTTPService; 175 MediaHTTPService.createHttpServiceBinderIfNecessary(path), in setDataSource() 204 MediaHTTPService.createHttpServiceBinderIfNecessary(path), in setDataSource()
|
D | MediaMetadataRetriever.java | 103 MediaHTTPService.createHttpServiceBinderIfNecessary(uri), in setDataSource()
|
/frameworks/av/media/libstagefright/include/ |
D | SDPLoader.h | 28 struct MediaHTTPService; 41 const sp<MediaHTTPService> &httpService);
|
/frameworks/av/media/libstagefright/httplive/ |
D | HTTPDownloader.h | 31 struct MediaHTTPService; 36 const sp<MediaHTTPService> &httpService,
|
D | LiveSession.h | 36 struct MediaHTTPService; 74 const sp<MediaHTTPService> &httpService); 190 sp<MediaHTTPService> mHTTPService;
|
D | HTTPDownloader.cpp | 39 const sp<MediaHTTPService> &httpService, in HTTPDownloader()
|
/frameworks/av/media/libstagefright/ |
D | DataSourceFactory.cpp | 34 const sp<MediaHTTPService> &httpService, in CreateFromURI() 104 sp<DataSource> DataSourceFactory::CreateMediaHTTP(const sp<MediaHTTPService> &httpService) { in CreateMediaHTTP()
|
D | NuMediaExtractor.cpp | 75 const sp<MediaHTTPService> &httpService, in setDataSource()
|
/frameworks/av/media/libmediaplayer2/nuplayer2/ |
D | HTTPLiveSource2.h | 33 const sp<MediaHTTPService> &httpService, 75 sp<MediaHTTPService> mHTTPService;
|
D | GenericSource2.h | 40 struct MediaHTTPService; 53 const sp<MediaHTTPService> &httpService, 154 sp<MediaHTTPService> mHTTPService;
|
D | RTSPSource2.h | 36 const sp<MediaHTTPService> &httpService, 96 sp<MediaHTTPService> mHTTPService;
|
D | NuPlayer2.h | 36 struct MediaHTTPService;
|
D | HTTPLiveSource2.cpp | 43 const sp<MediaHTTPService> &httpService, in HTTPLiveSource2()
|
D | RTSPSource2.cpp | 43 const sp<MediaHTTPService> &httpService, in RTSPSource2()
|
D | GenericSource2.cpp | 113 const sp<MediaHTTPService> &httpService, in setDataSource()
|
/frameworks/base/media/jni/ |
D | android_media_Media2HTTPService.h | 27 struct JMedia2HTTPService : public MediaHTTPService {
|
/frameworks/av/media/libmedia/ |
D | IMediaHTTPService.cpp | 56 MediaHTTPService, "android.media.IMediaHTTPService");
|
/frameworks/av/media/libstagefright/rtsp/ |
D | SDPLoader.cpp | 39 const sp<MediaHTTPService> &httpService) in SDPLoader()
|