OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:androidSeverity
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/android/WebCoreSupport/
ChromiumInit.cpp
39
int
androidSeverity
= ANDROID_LOG_VERBOSE;
42
androidSeverity
= ANDROID_LOG_FATAL;
46
androidSeverity
= ANDROID_LOG_ERROR;
49
androidSeverity
= ANDROID_LOG_WARN;
52
androidSeverity
= ANDROID_LOG_VERBOSE;
55
android_printLog(
androidSeverity
, "chromium", "%s:%d: %s", file, line, str.c_str());
/frameworks/av/media/libstagefright/chromium_http/
support.cpp
56
int
androidSeverity
= ANDROID_LOG_VERBOSE;
59
androidSeverity
= ANDROID_LOG_FATAL;
63
androidSeverity
= ANDROID_LOG_ERROR;
66
androidSeverity
= ANDROID_LOG_WARN;
69
androidSeverity
= ANDROID_LOG_VERBOSE;
72
android_printLog(
androidSeverity
, "chromium-libstagefright",
Completed in 3432 milliseconds