HomeSort by relevance Sort by last modified time
    Searched refs:LogId (Results 1 - 12 of 12) sorted by null

  /system/core/base/include/android-base/
logging.h 93 enum LogId {
99 using LogFunction = std::function<void(LogId, LogSeverity, const char*, const char*,
103 void KernelLogger(LogId, LogSeverity, const char*, const char*, unsigned int, const char*);
104 void StderrLogger(LogId, LogSeverity, const char*, const char*, unsigned int, const char*);
116 explicit LogdLogger(LogId default_log_id = android::base::MAIN);
118 void operator()(LogId, LogSeverity, const char* tag, const char* file,
122 LogId default_log_id_;
426 LogMessage(const char* file, unsigned int line, LogId id, LogSeverity severity, const char* tag,
436 static void LogLine(const char* file, unsigned int line, LogId id, LogSeverity severity,
443 LogMessage(const char* file, unsigned int line, LogId id, LogSeverity severity, int error)
    [all...]
  /system/core/base/
logging.cpp 169 void KernelLogger(android::base::LogId, android::base::LogSeverity severity,
208 void StderrLogger(LogId, LogSeverity severity, const char* tag, const char* file, unsigned int line,
241 LogdLogger::LogdLogger(LogId default_log_id) : default_log_id_(default_log_id) {
244 void LogdLogger::operator()(LogId id, LogSeverity severity, const char* tag,
264 "Mismatch in size of kLogIdToAndroidLogId and values in LogId");
364 LogMessageData(const char* file, unsigned int line, LogId id, LogSeverity severity,
387 LogId GetId() const {
407 const LogId id_;
415 LogMessage::LogMessage(const char* file, unsigned int line, LogId id, LogSeverity severity,
419 LogMessage::LogMessage(const char* file, unsigned int line, LogId id, LogSeverity severity
    [all...]
  /system/core/adb/
adb_trace.cpp 40 void AdbLogger(android::base::LogId id, android::base::LogSeverity severity,
  /bootable/recovery/updater/
updater.cpp 55 static void UpdaterLogger(android::base::LogId /* id */, android::base::LogSeverity /* severity */,
  /system/extras/simpleperf/
command.cpp 104 static void StderrLogger(android::base::LogId, android::base::LogSeverity severity,
  /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) {
115 if (logId >= LOG_ID_MAX || logId == LOG_ID_KERNEL) {
127 static int logdWrite(log_id_t logId, struct timespec* ts, struct iovec* vec,
224 header.id = logId;
284 if (logId == LOG_ID_SECURITY) {
logd_reader.c 46 static int logdAvailable(log_id_t LogId);
92 static int logdAvailable(log_id_t logId) {
93 if (logId >= LOG_ID_MAX) {
96 if (logId == LOG_ID_SECURITY) {
271 snprintf(buf, buf_size, msg, logger ? logger->logId : (unsigned)-1);
371 snprintf(buf, sizeof(buf), "setLogSize %d %zu", logger->logId, size);
423 n = snprintf(cp, remaining, " %d", logger->logId);
504 ret = snprintf(cp, remaining, "%c%u", c, logger->logId);
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
Pp2Dxe.h 179 UINT8 LogId;
Pp2Dxe.c 414 Txq->LogId = Queue;
    [all...]
Mvpp2Lib.c     [all...]
  /system/extras/perfprofd/tests/
perfprofd_test.cc 64 using android::base::LogId;
91 void TestLogFunction(LogId log_id,
    [all...]
  /bootable/recovery/
recovery.cpp     [all...]

Completed in 2377 milliseconds