Searched refs:ANDROID_LOG_UNKNOWN (Results 1 - 4 of 4) sorted by relevance

/system/core/include/android/
H A Dlog.h80 ANDROID_LOG_UNKNOWN = 0, enumerator in enum:android_LogPriority
/system/core/toolbox/
H A Dlog.c43 * returns ANDROID_LOG_UNKNOWN if the character is unrecognized
74 pri = ANDROID_LOG_UNKNOWN;
115 if (priority == ANDROID_LOG_UNKNOWN) {
/system/core/liblog/
H A Dlogprint.c67 * returns ANDROID_LOG_UNKNOWN if the character is unrecognized
98 pri = ANDROID_LOG_UNKNOWN;
116 case ANDROID_LOG_UNKNOWN:
250 if (pri == ANDROID_LOG_UNKNOWN) {
H A Dfake_log_device.c578 if (state->tagSet[i].minPriority == ANDROID_LOG_UNKNOWN)

Completed in 18 milliseconds