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

  /system/core/logd/
LogBufferElement.h 48 const uint8_t mLogId;
64 return (mLogId == LOG_ID_EVENTS) || (mLogId == LOG_ID_SECURITY);
68 return static_cast<log_id_t>(mLogId);
LogBufferElement.cpp 44 mLogId(log_id),
56 mLogId(elem.mLogId),
239 entry.lid = mLogId;

Completed in 179 milliseconds