Searched refs:makeHTTPConnection (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/media/java/android/media/
H A DIMediaHTTPService.aidl26 IMediaHTTPConnection makeHTTPConnection();
H A DMedia2HTTPService.java38 public Media2HTTPConnection makeHTTPConnection() { method in class:Media2HTTPService
47 Log.v(TAG, "makeHTTPConnection: CookieManager created: " + cookieHandler);
49 Log.v(TAG, "makeHTTPConnection: CookieHandler (" + cookieHandler + ") exists.");
61 Log.v(TAG, "makeHTTPConnection: CookieStore.add" + e);
68 Log.w(TAG, "makeHTTPConnection: The installed CookieHandler is not a "
76 Log.v(TAG, "makeHTTPConnection(" + this + "): cookieHandler: " + cookieHandler +
H A DMediaHTTPService.java39 public IMediaHTTPConnection makeHTTPConnection() { method in class:MediaHTTPService
48 Log.v(TAG, "makeHTTPConnection: CookieManager created: " + cookieHandler);
50 Log.v(TAG, "makeHTTPConnection: CookieHandler (" + cookieHandler + ") exists.");
62 Log.v(TAG, "makeHTTPConnection: CookieStore.add" + e);
69 Log.w(TAG, "makeHTTPConnection: The installed CookieHandler is not a "
77 Log.v(TAG, "makeHTTPConnection(" + this + "): cookieHandler: " + cookieHandler +
/frameworks/av/include/media/
H A DIMediaHTTPService.h34 virtual sp<MediaHTTPConnection> makeHTTPConnection() = 0;
/frameworks/av/media/libmedia/include/media/
H A DIMediaHTTPService.h34 virtual sp<MediaHTTPConnection> makeHTTPConnection() = 0;
H A DMediaHTTPService.h30 virtual sp<MediaHTTPConnection> makeHTTPConnection() = 0;
/frameworks/base/media/jni/
H A Dandroid_media_Media2HTTPService.h30 virtual sp<MediaHTTPConnection> makeHTTPConnection() override;
H A Dandroid_media_Media2HTTPService.cpp43 "makeHTTPConnection",
53 sp<MediaHTTPConnection> JMedia2HTTPService::makeHTTPConnection() { function in class:android::JMedia2HTTPService
/frameworks/av/media/libmedia/
H A DIMediaHTTPService.cpp37 virtual sp<MediaHTTPConnection> makeHTTPConnection() { function in struct:android::BpMediaHTTPService
/frameworks/av/media/libstagefright/
H A DDataSourceFactory.cpp53 sp<MediaHTTPConnection> conn = httpService->makeHTTPConnection();
109 sp<MediaHTTPConnection> conn = httpService->makeHTTPConnection();
/frameworks/av/media/libstagefright/rtsp/
H A DSDPLoader.cpp44 mHTTPDataSource(new MediaHTTP(httpService->makeHTTPConnection())) {
/frameworks/av/media/libstagefright/httplive/
H A DHTTPDownloader.cpp41 mHTTPDataSource(new MediaHTTP(httpService->makeHTTPConnection())),
/frameworks/base/config/
H A Dboot-image-profile.txt3255 HPLandroid/media/IMediaHTTPService;->makeHTTPConnection()Landroid/media/IMediaHTTPConnection;
[all...]

Completed in 104 milliseconds