OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makeHTTPConnection
(Results
1 - 12
of
12
) sorted by null
/frameworks/base/media/java/android/media/
IMediaHTTPService.aidl
26
IMediaHTTPConnection
makeHTTPConnection
();
Media2HTTPService.java
38
public Media2HTTPConnection
makeHTTPConnection
() {
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 +
MediaHTTPService.java
39
public IMediaHTTPConnection
makeHTTPConnection
() {
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/media/libmedia/include/media/
MediaHTTPService.h
30
virtual sp<MediaHTTPConnection>
makeHTTPConnection
() = 0;
IMediaHTTPService.h
34
virtual sp<MediaHTTPConnection>
makeHTTPConnection
() = 0;
/frameworks/base/media/jni/
android_media_Media2HTTPService.h
30
virtual sp<MediaHTTPConnection>
makeHTTPConnection
() override;
android_media_Media2HTTPService.cpp
43
"
makeHTTPConnection
",
53
sp<MediaHTTPConnection> JMedia2HTTPService::
makeHTTPConnection
() {
/frameworks/av/media/libmedia/
IMediaHTTPService.cpp
37
virtual sp<MediaHTTPConnection>
makeHTTPConnection
() {
/frameworks/av/media/libstagefright/
DataSourceFactory.cpp
53
sp<MediaHTTPConnection> conn = httpService->
makeHTTPConnection
();
109
sp<MediaHTTPConnection> conn = httpService->
makeHTTPConnection
();
/frameworks/av/media/libstagefright/rtsp/
SDPLoader.cpp
44
mHTTPDataSource(new MediaHTTP(httpService->
makeHTTPConnection
())) {
/frameworks/av/media/libstagefright/httplive/
HTTPDownloader.cpp
41
mHTTPDataSource(new MediaHTTP(httpService->
makeHTTPConnection
())),
/frameworks/base/config/
boot-image-profile.txt
[
all
...]
Completed in 611 milliseconds