Home
last modified time | relevance | path

Searched defs:buffer_id (Results 1 – 4 of 4) sorted by relevance

/system/logging/liblog/include/android/
Dlog.h224 int32_t buffer_id; member
/system/logging/logd/
DReplayMessages.cpp116 int buffer_id; in BuffersToLogMask() local
/system/logging/liblog/
Dlogger_write.cpp345 int buffer_id = log_message->buffer_id == LOG_ID_DEFAULT ? LOG_ID_MAIN : log_message->buffer_id; in __android_log_logd_logger_with_timestamp() local
/system/libbase/
Dlogging.cpp123 static LogId log_id_tToLogId(int32_t buffer_id) { in log_id_tToLogId()