Home
last modified time | relevance | path

Searched refs:LOG_ID_SECURITY (Results 1 – 16 of 16) sorted by relevance

/system/core/liblog/
Dpmsg_writer.c73 if (logId > LOG_ID_SECURITY) { in pmsgAvailable()
76 if ((logId != LOG_ID_SECURITY) && in pmsgAvailable()
219 (logId == LOG_ID_SECURITY) || /* Bad idea to allow */ in __android_log_pmsg_file_write()
Dlogd_writer.c105 if (logId > LOG_ID_SECURITY) { in logdAvailable()
173 header.id = LOG_ID_SECURITY; in logdWrite()
254 if (logId == LOG_ID_SECURITY) { in logdWrite()
Dlogger_name.c31 [LOG_ID_SECURITY] = "security",
Dlogger_write.c111 ((i != LOG_ID_SECURITY) || in __android_log_cache_available()
204 if (log_id == LOG_ID_SECURITY) { in __write_to_log_daemon()
482 return write_to_log(LOG_ID_SECURITY, vec, 2); in __android_log_security_bwrite()
547 return write_to_log(LOG_ID_SECURITY, vec, 4); in __android_log_security_bswrite()
Dpmsg_reader.c61 if (logId > LOG_ID_SECURITY) { in pmsgAvailable()
305 (1 << LOG_ID_SECURITY)); in __android_log_pmsg_file_read()
Dlogger_read.c95 if ((logId == LOG_ID_SECURITY) && in init_transport_context()
Dlogd_reader.c99 if (logId == LOG_ID_SECURITY) { in logdAvailable()
Dlog_event_list.c308 if ((id != LOG_ID_EVENTS) && (id != LOG_ID_SECURITY)) { in android_log_write_list()
Dlogprint.c779 (((struct logger_entry_v3 *)buf)->lid == LOG_ID_SECURITY)) { in android_log_processBinaryLogBuffer()
/system/core/logd/
DLogBufferElement.cpp56 if (((mLogId != LOG_ID_EVENTS) && (mLogId != LOG_ID_SECURITY)) || in getTag()
166 if ((mLogId == LOG_ID_EVENTS) || (mLogId == LOG_ID_SECURITY)) { in populateDroppedMessage()
180 if ((mLogId == LOG_ID_EVENTS) || (mLogId == LOG_ID_SECURITY)) { in populateDroppedMessage()
DLogListener.cpp100 if ((header->id == LOG_ID_SECURITY) && in onDataAvailable()
DLogStatistics.cpp91 if (log_id == LOG_ID_SECURITY) { in add()
126 if (log_id == LOG_ID_SECURITY) { in subtract()
535 if (enable && (logMask & (1 << LOG_ID_SECURITY))) { in format()
541 output += securityTagTable.format(*this, uid, pid, name, LOG_ID_SECURITY); in format()
DLogBuffer.cpp211 if (log_id != LOG_ID_SECURITY) { in log()
544 bool hasBlacklist = (id != LOG_ID_SECURITY) && mPrune.naughty(); in prune()
757 bool hasWhitelist = (id != LOG_ID_SECURITY) && mPrune.nice() && !clearAll; in prune()
942 if (!security && (element->getLogId() == LOG_ID_SECURITY)) { in flushTo()
/system/core/include/log/
Dlog.h541 LOG_ID_SECURITY = 5, enumerator
/system/core/logcat/
Dlogcat.cpp771 case LOG_ID_SECURITY: in main()
/system/core/liblog/tests/
Dliblog_test.cpp420 LOG_ID_SECURITY, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, in TEST()
442 || (log_msg.id() != LOG_ID_SECURITY)) { in TEST()