HomeSort by relevance Sort by last modified time
    Searched refs:mHTTPService (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
HTTPLiveSource.h 68 sp<IMediaHTTPService> mHTTPService;
RTSPSource.h 96 sp<IMediaHTTPService> mHTTPService;
HTTPLiveSource.cpp 42 mHTTPService(httpService),
92 mHTTPService);
RTSPSource.cpp 50 mHTTPService(httpService),
86 if (mIsSDP && mHTTPService == NULL) {
110 mHTTPService);
GenericSource.h 212 sp<IMediaHTTPService> mHTTPService;
GenericSource.cpp 77 mHTTPService.clear();
107 mHTTPService = httpService;
386 mHttpSource = DataSource::CreateMediaHTTP(mHTTPService);
395 mHTTPService, uri, &mUriHeaders, &contentType,
    [all...]
  /frameworks/av/media/libstagefright/httplive/
LiveSession.h 188 sp<IMediaHTTPService> mHTTPService;
LiveSession.cpp 281 mHTTPService(httpService),
495 return new HTTPDownloader(mHTTPService, mExtraHeaders);
    [all...]

Completed in 56 milliseconds