/system/core/liblog/include/android/ |
log.h | 189 } log_id_t; typedef in typeref:enum:log_id
|
/system/core/liblog/ |
logd_writer.c | 45 static int logdAvailable(log_id_t LogId); 48 static int logdWrite(log_id_t logId, struct timespec* ts, struct iovec* vec, 114 static int logdAvailable(log_id_t logId) { 127 static int logdWrite(log_id_t logId, struct timespec* ts, struct iovec* vec,
|
stderr_write.c | 47 static int stderrAvailable(log_id_t logId); 48 static int stderrWrite(log_id_t logId, struct timespec* ts, struct iovec* vec, 143 static int stderrAvailable(log_id_t logId) { 150 static int stderrWrite(log_id_t logId, struct timespec* ts, struct iovec* vec,
|
logger_read.c | 52 LIBLOG_ABI_PUBLIC log_id_t android_logger_get_id(struct logger* logger) { 90 log_id_t logId = logger->logId; 272 struct logger_list* logger_list, log_id_t logId) { 315 log_id_t logId, int mode, unsigned int tail, pid_t pid) {
|
logger_write.c | 39 static int __write_to_log_init(log_id_t, struct iovec* vec, size_t nr); 40 static int (*write_to_log)(log_id_t, struct iovec* vec, 244 static int __write_to_log_daemon(log_id_t log_id, struct iovec* vec, size_t nr) { 385 static int __write_to_log_init(log_id_t log_id, struct iovec* vec, size_t nr) { 648 static int __write_to_log_null(log_id_t log_id, struct iovec* vec, size_t nr) {
|
pmsg_reader.c | 31 static int pmsgAvailable(log_id_t logId); 59 static int pmsgAvailable(log_id_t logId) { 273 __android_log_pmsg_file_read(log_id_t logId, char prio, const char* prefix, 291 log_id_t id;
|
logd_reader.c | 46 static int logdAvailable(log_id_t LogId); 92 static int logdAvailable(log_id_t logId) {
|
properties.c | 600 LIBLOG_ABI_PRIVATE unsigned long __android_logger_get_buffer_size(log_id_t logId) {
|
log_event_list.c | 299 log_id_t id) {
|
/system/core/logd/ |
LogUtils.h | 73 static inline bool worstUidEnabledForLogid(log_id_t id) {
|
LogStatistics.cpp | 85 log_id_t log_id = element->getLogId(); 93 log_id_t log_id = element->getLogId(); 163 log_id_t log_id = element->getLogId(); 208 log_id_t log_id = element->getLogId(); 300 std::string UidEntry::formatHeader(const std::string& name, log_id_t id) const { 335 std::string UidEntry::format(const LogStatistics& stat, log_id_t id) const { 437 log_id_t /* id */) const { 444 log_id_t /* id */) const { 462 log_id_t /* id */) const { 469 log_id_t /* id */) const [all...] |
LogListener.cpp | 97 log_id_t logId = static_cast<log_id_t>(header->id);
|
CommandListener.cpp | 98 cli->sendMsg(mBuf.clear((log_id_t)id, uid) ? "busy" : "success"); 120 unsigned long size = mBuf.getSize((log_id_t)id); 151 if (mBuf.setSize((log_id_t)id, size)) { 178 unsigned long size = mBuf.getSizeUsed((log_id_t)id);
|
LogBuffer.cpp | 201 int LogBuffer::log(log_id_t log_id, log_time realtime, uid_t uid, pid_t pid, 451 void LogBuffer::maybePrune(log_id_t id) { 475 log_id_t id = element->getLogId(); 641 void LogBuffer::kickMe(LogTimeEntry* me, log_id_t id, unsigned long pruneRows) { 703 bool LogBuffer::prune(log_id_t id, unsigned long pruneRows, uid_t caller_uid) { [all...] |
LogBufferElement.cpp | 36 LogBufferElement::LogBufferElement(log_id_t log_id, log_time realtime,
|
/system/core/libstats/include/ |
stats_event_list.h | 26 int write_to_logger(android_log_context context, log_id_t id); 153 int write(log_id_t id = LOG_ID_EVENTS) {
|
/system/core/liblog/include/log/ |
log_event_list.h | 101 int android_log_write_list(android_log_context ctx, log_id_t id); 219 int write(log_id_t id = LOG_ID_EVENTS) { 228 int operator<<(log_id_t id) {
|
/bootable/recovery/ |
recovery-persist.cpp | 82 log_id_t /* logId */,
|
/system/core/libstats/ |
stats_event_list.c | 102 int write_to_logger(android_log_context ctx, log_id_t id) {
|
/bootable/recovery/tests/manual/ |
recovery_test.cpp | 43 static ssize_t __pmsg_fn(log_id_t logId, char prio, const char *filename,
|
/system/core/logcat/ |
logcat.cpp | [all...] |
/frameworks/base/cmds/incidentd/src/ |
Section.cpp | 664 map<log_id_t, log_time> LogSection::gLastLogsRetrieved; 666 LogSection::LogSection(int id, log_id_t logID) : WorkerThreadSection(id), mLogID(logID) { [all...] |
/system/core/logcat/tests/ |
logcat_test.cpp | 108 log_id_t id = android_name_to_log_id(buffer + sizeof(begin) - 1); [all...] |
/frameworks/native/cmds/dumpstate/ |
dumpstate.cpp | 681 log_id_t id = android_name_to_log_id(buffer.c_str()); [all...] |
/system/core/liblog/tests/ |
liblog_test.cpp | [all...] |