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

1 2 3

  /frameworks/av/media/libstagefright/http/
HTTPHelper.cpp 51 sp<IMediaHTTPService> httpService;
64 httpService = interface_cast<IMediaHTTPService>(binder);
67 return httpService;
  /frameworks/av/media/libmediaplayerservice/
MidiMetadataRetriever.h 35 const sp<IMediaHTTPService> &httpService,
MidiMetadataRetriever.cpp 41 const sp<IMediaHTTPService> &httpService,
51 return mMidiPlayer->setDataSource(httpService, url, headers);
TestPlayerStub.cpp 116 const sp<IMediaHTTPService> &httpService,
167 return mPlayer->setDataSource(httpService, mContentUrl, headers);
MetadataRetrieverClient.h 47 const sp<IMediaHTTPService> &httpService,
StagefrightPlayer.h 37 const sp<IMediaHTTPService> &httpService,
StagefrightPlayer.cpp 57 const sp<IMediaHTTPService> &httpService,
60 return mPlayer->setDataSource(httpService, url, headers);
MidiFile.h 35 const sp<IMediaHTTPService> &httpService,
TestPlayerStub.h 69 const sp<IMediaHTTPService> &httpService,
  /frameworks/av/media/libmedia/
IMediaMetadataRetriever.cpp 90 const sp<IMediaHTTPService> &httpService,
96 data.writeInt32(httpService != NULL);
97 if (httpService != NULL) {
98 data.writeStrongBinder(httpService->asBinder());
208 sp<IMediaHTTPService> httpService;
210 httpService =
226 httpService, srcUrl, numHeaders > 0 ? &headers : NULL));
IMediaPlayerService.cpp 92 const sp<IMediaHTTPService> &httpService,
102 data.writeInt32(httpService != NULL);
103 if (httpService != NULL) {
104 data.writeStrongBinder(httpService->asBinder());
224 sp<IMediaHTTPService> httpService;
226 httpService =
236 decode(httpService,
mediametadataretriever.cpp 99 const sp<IMediaHTTPService> &httpService,
114 return mRetriever->setDataSource(httpService, srcUrl, headers);
  /frameworks/av/include/media/
IMediaMetadataRetriever.h 38 const sp<IMediaHTTPService> &httpService,
MediaMetadataRetrieverInterface.h 38 const sp<IMediaHTTPService> &httpService,
mediametadataretriever.h 72 const sp<IMediaHTTPService> &httpService,
IMediaPlayer.h 46 const sp<IMediaHTTPService> &httpService,
IMediaPlayerService.h 55 const sp<IMediaHTTPService> &httpService,
  /frameworks/av/media/libstagefright/include/
SDPLoader.h 41 const sp<IMediaHTTPService> &httpService);
StagefrightMetadataRetriever.h 36 const sp<IMediaHTTPService> &httpService,
  /frameworks/av/include/media/stagefright/
DataSource.h 49 const sp<IMediaHTTPService> &httpService,
55 static sp<DataSource> CreateMediaHTTP(const sp<IMediaHTTPService> &httpService);
  /frameworks/av/media/libstagefright/
DataSource.cpp 186 const sp<IMediaHTTPService> &httpService,
203 if (httpService == NULL) {
209 sp<IMediaHTTPConnection> conn = httpService->makeHTTPConnection();
269 sp<DataSource> DataSource::CreateMediaHTTP(const sp<IMediaHTTPService> &httpService) {
270 if (httpService == NULL) {
274 sp<IMediaHTTPConnection> conn = httpService->makeHTTPConnection();
  /frameworks/av/media/libstagefright/rtsp/
SDPLoader.cpp 39 const sp<IMediaHTTPService> &httpService)
44 mHTTPDataSource(new MediaHTTP(httpService->makeHTTPConnection())) {
  /frameworks/av/include/media/stagefright/timedtext/
TimedTextDriver.h 40 const sp<IMediaHTTPService> &httpService);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
HTTPLiveSource.h 31 const sp<IMediaHTTPService> &httpService,
RTSPSource.h 35 const sp<IMediaHTTPService> &httpService,

Completed in 218 milliseconds

1 2 3