Home
last modified time | relevance | path

Searched refs:gLastLogsRetrieved (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/incidentd/src/
DSection.cpp525 map<log_id_t, log_time> LogSection::gLastLogsRetrieved; member in android::os::incidentd::LogSection
590 gLastLogsRetrieved.find(mLogID) == gLastLogsRetrieved.end() in BlockingCall()
592 : android_logger_list_alloc_time(mLogMode, gLastLogsRetrieved[mLogID], 0), in BlockingCall()
712 gLastLogsRetrieved[mLogID] = lastTimestamp; in BlockingCall()
DSection.h165 static map<log_id_t, log_time> gLastLogsRetrieved; variable