HomeSort by relevance Sort by last modified time
    Searched defs:httpService (Results 1 - 10 of 10) sorted by null

  /frameworks/av/media/libstagefright/http/
HTTPHelper.cpp 51 sp<IMediaHTTPService> httpService;
64 httpService = interface_cast<IMediaHTTPService>(binder);
67 return httpService;
  /frameworks/av/media/libmedia/
IMediaMetadataRetriever.cpp 95 const sp<IMediaHTTPService> &httpService,
101 data.writeInt32(httpService != NULL);
102 if (httpService != NULL) {
103 data.writeStrongBinder(IInterface::asBinder(httpService));
306 sp<IMediaHTTPService> httpService;
308 httpService =
314 if (httpService == NULL || srcUrl == NULL) {
329 httpService, srcUrl, numHeaders > 0 ? &headers : NULL));
IMediaPlayer.cpp 116 const sp<IMediaHTTPService> &httpService,
122 data.writeInt32(httpService != NULL);
123 if (httpService != NULL) {
124 data.writeStrongBinder(IInterface::asBinder(httpService));
637 sp<IMediaHTTPService> httpService;
639 httpService =
656 httpService, url, numHeaders > 0 ? &headers : NULL));
    [all...]
  /frameworks/av/media/ndk/
NdkMediaExtractor.cpp 117 sp<IMediaHTTPService> httpService;
120 httpService = interface_cast<IMediaHTTPService>(binder);
123 status_t err = mData->mImpl->setDataSource(httpService, location, NULL);
  /frameworks/base/media/jni/
android_media_MediaMetadataRetriever.cpp 145 sp<IMediaHTTPService> httpService;
148 httpService = interface_cast<IMediaHTTPService>(binder);
154 httpService,
android_media_MediaExtractor.cpp 82 const sp<IMediaHTTPService> &httpService,
85 return mImpl->setDataSource(httpService, path, headers);
724 sp<IMediaHTTPService> httpService;
727 httpService = interface_cast<IMediaHTTPService>(binder);
730 status_t err = extractor->setDataSource(httpService, path, &headers);
android_media_MediaPlayer.cpp 255 sp<IMediaHTTPService> httpService;
258 httpService = interface_cast<IMediaHTTPService>(binder);
263 httpService,
    [all...]
android_media_MediaPlayer2.cpp 318 sp<MediaHTTPService> httpService;
320 httpService = new JMedia2HTTPService(env, httpServiceObj);
322 dsd->mHttpService = httpService;
    [all...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2.cpp 286 const sp<MediaHTTPService> &httpService = dsd->mHttpService;
290 *source = new HTTPLiveSource2(notify, httpService, url, headers);
295 notify, httpService, url, headers, mUID);
303 notify, httpService, url, headers, mUID, true);
312 err = genericSource->setDataSource(httpService, url, headers);
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/
httpcore-4.4.4.jar 

Completed in 221 milliseconds