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

1 2 3

  /frameworks/av/media/libstagefright/http/
HTTPHelper.h 25 struct IMediaHTTPService;
27 sp<IMediaHTTPService> CreateHTTPServiceInCurrentJavaContext();
HTTPHelper.cpp 25 #include <media/IMediaHTTPService.h>
32 sp<IMediaHTTPService> CreateHTTPServiceInCurrentJavaContext() {
51 sp<IMediaHTTPService> httpService;
64 httpService = interface_cast<IMediaHTTPService>(binder);
  /frameworks/base/media/java/android/media/
IMediaHTTPService.aidl 21 /** MUST STAY IN SYNC WITH NATIVE CODE at libmedia/IMediaHTTPService.{cpp,h} */
24 interface IMediaHTTPService
MediaHTTPService.java 22 public class MediaHTTPService extends IMediaHTTPService.Stub {
  /frameworks/av/include/media/
IMediaHTTPService.h 28 /** MUST stay in sync with IMediaHTTPService.aidl */
30 struct IMediaHTTPService : public IInterface {
36 DISALLOW_EVIL_CONSTRUCTORS(IMediaHTTPService);
IMediaMetadataRetriever.h 30 struct IMediaHTTPService;
39 const sp<IMediaHTTPService> &httpService,
MediaMetadataRetrieverInterface.h 29 struct IMediaHTTPService;
39 const sp<IMediaHTTPService> &httpService,
mediametadataretriever.h 29 struct IMediaHTTPService;
74 const sp<IMediaHTTPService> &httpService,
IMediaPlayer.h 37 struct IMediaHTTPService;
49 const sp<IMediaHTTPService> &httpService,
IMediaPlayerService.h 36 struct IMediaHTTPService;
mediaplayer.h 201 struct IMediaHTTPService;
213 const sp<IMediaHTTPService> &httpService,
  /frameworks/av/media/libmedia/
IMediaHTTPService.cpp 18 #define LOG_TAG "IMediaHTTPService"
21 #include <media/IMediaHTTPService.h>
32 struct BpMediaHTTPService : public BpInterface<IMediaHTTPService> {
34 : BpInterface<IMediaHTTPService>(impl) {
40 IMediaHTTPService::getInterfaceDescriptor());
56 MediaHTTPService, "android.media.IMediaHTTPService");
mediametadataretriever.cpp 26 #include <media/IMediaHTTPService.h>
99 const sp<IMediaHTTPService> &httpService,
  /frameworks/av/media/libstagefright/httplive/
HTTPDownloader.h 31 struct IMediaHTTPService;
36 const sp<IMediaHTTPService> &httpService,
  /frameworks/av/media/libstagefright/include/
SDPLoader.h 28 struct IMediaHTTPService;
41 const sp<IMediaHTTPService> &httpService);
StagefrightMetadataRetriever.h 36 const sp<IMediaHTTPService> &httpService,
  /frameworks/av/media/libmediaplayerservice/
MetadataRetrieverClient.h 33 struct IMediaHTTPService;
47 const sp<IMediaHTTPService> &httpService,
  /frameworks/av/media/libmediaplayerservice/nuplayer/
HTTPLiveSource.h 33 const sp<IMediaHTTPService> &httpService,
68 sp<IMediaHTTPService> mHTTPService;
RTSPSource.h 36 const sp<IMediaHTTPService> &httpService,
96 sp<IMediaHTTPService> mHTTPService;
  /frameworks/wilhelm/src/android/
android_LocAVPlayer.cpp 21 #include <media/IMediaHTTPService.h>
58 sp <IMediaHTTPService> mediaHTTPService;
  /frameworks/base/media/jni/
android_media_MediaExtractor.h 32 struct IMediaHTTPService;
40 const sp<IMediaHTTPService> &httpService,
  /frameworks/av/include/media/stagefright/
DataSource.h 36 struct IMediaHTTPService;
50 const sp<IMediaHTTPService> &httpService,
56 static sp<DataSource> CreateMediaHTTP(const sp<IMediaHTTPService> &httpService);
NuMediaExtractor.h 35 struct IMediaHTTPService;
55 const sp<IMediaHTTPService> &httpService,
  /frameworks/av/media/libstagefright/rtsp/
SDPLoader.cpp 26 #include <media/IMediaHTTPService.h>
39 const sp<IMediaHTTPService> &httpService)
  /frameworks/base/media/tests/players/
invoke_mock_media_player.cpp 30 using android::IMediaHTTPService;
61 const sp<IMediaHTTPService>& /* httpService */,

Completed in 471 milliseconds

1 2 3