Searched refs:makeHTTPConnection (Results 1 - 13 of 13) sorted by relevance
/frameworks/base/media/java/android/media/ |
H A D | IMediaHTTPService.aidl | 26 IMediaHTTPConnection makeHTTPConnection();
|
H A D | Media2HTTPService.java | 38 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 D | MediaHTTPService.java | 39 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 D | IMediaHTTPService.h | 34 virtual sp<MediaHTTPConnection> makeHTTPConnection() = 0;
|
/frameworks/av/media/libmedia/include/media/ |
H A D | IMediaHTTPService.h | 34 virtual sp<MediaHTTPConnection> makeHTTPConnection() = 0;
|
H A D | MediaHTTPService.h | 30 virtual sp<MediaHTTPConnection> makeHTTPConnection() = 0;
|
/frameworks/base/media/jni/ |
H A D | android_media_Media2HTTPService.h | 30 virtual sp<MediaHTTPConnection> makeHTTPConnection() override;
|
H A D | android_media_Media2HTTPService.cpp | 43 "makeHTTPConnection", 53 sp<MediaHTTPConnection> JMedia2HTTPService::makeHTTPConnection() { function in class:android::JMedia2HTTPService
|
/frameworks/av/media/libmedia/ |
H A D | IMediaHTTPService.cpp | 37 virtual sp<MediaHTTPConnection> makeHTTPConnection() { function in struct:android::BpMediaHTTPService
|
/frameworks/av/media/libstagefright/ |
H A D | DataSourceFactory.cpp | 53 sp<MediaHTTPConnection> conn = httpService->makeHTTPConnection(); 109 sp<MediaHTTPConnection> conn = httpService->makeHTTPConnection();
|
/frameworks/av/media/libstagefright/rtsp/ |
H A D | SDPLoader.cpp | 44 mHTTPDataSource(new MediaHTTP(httpService->makeHTTPConnection())) {
|
/frameworks/av/media/libstagefright/httplive/ |
H A D | HTTPDownloader.cpp | 41 mHTTPDataSource(new MediaHTTP(httpService->makeHTTPConnection())),
|
/frameworks/base/config/ |
H A D | boot-image-profile.txt | 3255 HPLandroid/media/IMediaHTTPService;->makeHTTPConnection()Landroid/media/IMediaHTTPConnection; [all...] |
Completed in 104 milliseconds