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

1 2

  /frameworks/av/media/libmedia/include/media/
MediaHTTPService.h 27 struct MediaHTTPService : public virtual RefBase {
28 MediaHTTPService() {}
33 DISALLOW_EVIL_CONSTRUCTORS(MediaHTTPService);
IMediaHTTPService.h 22 #include <media/MediaHTTPService.h>
31 struct IMediaHTTPService : public MediaHTTPService, public IInterface {
32 DECLARE_META_INTERFACE(MediaHTTPService);
DataSourceDesc.h 28 struct MediaHTTPService;
48 sp<MediaHTTPService> mHttpService;
  /frameworks/base/media/jni/
android_media_Media2HTTPService.h 22 #include <media/MediaHTTPService.h>
27 struct JMedia2HTTPService : public MediaHTTPService {
android_media_MediaPlayer2.cpp 26 #include <media/MediaHTTPService.h>
318 sp<MediaHTTPService> httpService;
    [all...]
  /frameworks/av/media/libstagefright/include/media/stagefright/
DataSourceFactory.h 26 struct MediaHTTPService;
33 const sp<MediaHTTPService> &httpService,
39 static sp<DataSource> CreateMediaHTTP(const sp<MediaHTTPService> &httpService);
NuMediaExtractor.h 37 struct MediaHTTPService;
57 const sp<MediaHTTPService> &httpService,
  /frameworks/av/media/libmedia/
DataSourceDesc.cpp 22 #include <media/MediaHTTPService.h>
IMediaHTTPService.cpp 56 MediaHTTPService, "android.media.IMediaHTTPService");
  /frameworks/av/media/libstagefright/httplive/
HTTPDownloader.h 31 struct MediaHTTPService;
36 const sp<MediaHTTPService> &httpService,
LiveSession.h 36 struct MediaHTTPService;
74 const sp<MediaHTTPService> &httpService);
190 sp<MediaHTTPService> mHTTPService;
HTTPDownloader.cpp 26 #include <media/MediaHTTPService.h>
39 const sp<MediaHTTPService> &httpService,
  /frameworks/av/media/libstagefright/include/
SDPLoader.h 28 struct MediaHTTPService;
41 const sp<MediaHTTPService> &httpService);
  /frameworks/base/media/java/android/media/
MediaHTTPService.java 29 public class MediaHTTPService extends IMediaHTTPService.Stub {
30 private static final String TAG = "MediaHTTPService";
34 public MediaHTTPService(List<HttpCookie> cookies) {
36 Log.v(TAG, "MediaHTTPService(" + this + "): Cookies: " + cookies);
94 return (new MediaHTTPService(cookies)).asBinder();
MediaExtractor.java 28 import android.media.MediaHTTPService;
175 MediaHTTPService.createHttpServiceBinderIfNecessary(path),
204 MediaHTTPService.createHttpServiceBinderIfNecessary(path),
MediaMetadataRetriever.java 103 MediaHTTPService.createHttpServiceBinderIfNecessary(uri),
    [all...]
  /frameworks/av/media/libstagefright/
DataSourceFactory.cpp 23 #include <media/MediaHTTPService.h>
34 const sp<MediaHTTPService> &httpService,
104 sp<DataSource> DataSourceFactory::CreateMediaHTTP(const sp<MediaHTTPService> &httpService) {
  /frameworks/av/media/libmediaplayer2/nuplayer2/
HTTPLiveSource2.h 33 const sp<MediaHTTPService> &httpService,
75 sp<MediaHTTPService> mHTTPService;
RTSPSource2.h 36 const sp<MediaHTTPService> &httpService,
96 sp<MediaHTTPService> mHTTPService;
GenericSource2.h 40 struct MediaHTTPService;
53 const sp<MediaHTTPService> &httpService,
154 sp<MediaHTTPService> mHTTPService;
HTTPLiveSource2.cpp 26 #include <media/MediaHTTPService.h>
43 const sp<MediaHTTPService> &httpService,
NuPlayer2.h 36 struct MediaHTTPService;
RTSPSource2.cpp 27 #include <media/MediaHTTPService.h>
43 const sp<MediaHTTPService> &httpService,
GenericSource2.cpp 30 #include <media/MediaHTTPService.h>
113 const sp<MediaHTTPService> &httpService,
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
SDPLoader.cpp 26 #include <media/MediaHTTPService.h>
39 const sp<MediaHTTPService> &httpService)

Completed in 174 milliseconds

1 2