/aosp12/frameworks/av/media/libmedia/ |
H A D | IMediaHTTPService.cpp | 32 struct BpMediaHTTPService : public BpInterface<IMediaHTTPService> { 34 : BpInterface<IMediaHTTPService>(impl) { in BpMediaHTTPService() 40 IMediaHTTPService::getInterfaceDescriptor()); in makeHTTPConnection()
|
H A D | IMediaMetadataRetriever.cpp | 96 const sp<IMediaHTTPService> &httpService, in setDataSource() 299 sp<IMediaHTTPService> httpService; in onTransact() 302 interface_cast<IMediaHTTPService>(data.readStrongBinder()); in onTransact()
|
H A D | mediametadataretriever.cpp | 99 const sp<IMediaHTTPService> &httpService, in setDataSource()
|
/aosp12/frameworks/av/media/libstagefright/http/ |
H A D | HTTPHelper.cpp | 32 sp<IMediaHTTPService> CreateHTTPServiceInCurrentJavaContext() { in CreateHTTPServiceInCurrentJavaContext() 51 sp<IMediaHTTPService> httpService; in CreateHTTPServiceInCurrentJavaContext() 64 httpService = interface_cast<IMediaHTTPService>(binder); in CreateHTTPServiceInCurrentJavaContext()
|
H A D | HTTPHelper.h | 25 struct IMediaHTTPService; 27 sp<IMediaHTTPService> CreateHTTPServiceInCurrentJavaContext();
|
/aosp12/frameworks/av/media/libmedia/include/media/ |
H A D | IMediaHTTPService.h | 31 struct IMediaHTTPService : public MediaHTTPService, public IInterface { struct 37 DISALLOW_EVIL_CONSTRUCTORS(IMediaHTTPService);
|
H A D | MediaMetadataRetrieverInterface.h | 30 struct IMediaHTTPService; 40 const sp<IMediaHTTPService> &httpService,
|
H A D | IMediaMetadataRetriever.h | 29 struct IMediaHTTPService; 38 const sp<IMediaHTTPService> &httpService,
|
H A D | mediametadataretriever.h | 29 struct IMediaHTTPService; 91 const sp<IMediaHTTPService> &httpService,
|
H A D | IMediaPlayer.h | 41 struct IMediaHTTPService; 55 const sp<IMediaHTTPService> &httpService,
|
H A D | mediaplayer.h | 209 struct IMediaHTTPService; 222 const sp<IMediaHTTPService> &httpService,
|
H A D | IMediaPlayerService.h | 38 struct IMediaHTTPService;
|
/aosp12/frameworks/av/media/libmediaplayerservice/ |
H A D | MetadataRetrieverClient.h | 33 struct IMediaHTTPService; 47 const sp<IMediaHTTPService> &httpService,
|
H A D | StagefrightMetadataRetriever.h | 37 const sp<IMediaHTTPService> &httpService,
|
H A D | TestPlayerStub.h | 69 const sp<IMediaHTTPService> &httpService,
|
H A D | TestPlayerStub.cpp | 116 const sp<IMediaHTTPService> &httpService, in setDataSource()
|
/aosp12/frameworks/base/media/jni/ |
H A D | android_media_MediaExtractor.h | 33 struct IMediaHTTPService; 41 const sp<IMediaHTTPService> &httpService,
|
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/ |
H A D | HTTPLiveSource.h | 33 const sp<IMediaHTTPService> &httpService, 75 sp<IMediaHTTPService> mHTTPService;
|
H A D | GenericSource.h | 37 struct IMediaHTTPService; 51 const sp<IMediaHTTPService> &httpService, 155 sp<IMediaHTTPService> mHTTPService;
|
H A D | RTSPSource.h | 36 const sp<IMediaHTTPService> &httpService, 97 sp<IMediaHTTPService> mHTTPService;
|
/aosp12/frameworks/base/media/tests/players/ |
H A D | invoke_mock_media_player.cpp | 30 using android::IMediaHTTPService; 61 const sp<IMediaHTTPService>& /* httpService */, in setDataSource() argument
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | IMediaHTTPService.aidl | 24 interface IMediaHTTPService interface
|
H A D | MediaHTTPService.java | 31 public class MediaHTTPService extends IMediaHTTPService.Stub {
|
/aosp12/frameworks/wilhelm/src/android/ |
H A D | android_LocAVPlayer.cpp | 58 sp <IMediaHTTPService> mediaHTTPService; in onPrepare()
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | StagefrightMediaScanner.cpp | 91 sp<IMediaHTTPService> nullService; in processFileInternal()
|