Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DSection.h158 static map<log_id_t, log_time> gLastLogsRetrieved; variable
DSection.cpp664 map<log_id_t, log_time> LogSection::gLastLogsRetrieved; member in android::os::incidentd::LogSection
701 gLastLogsRetrieved.find(mLogID) == gLastLogsRetrieved.end() in BlockingCall()
704 gLastLogsRetrieved[mLogID], 0), in BlockingCall()
815 gLastLogsRetrieved[mLogID] = lastTimestamp; in BlockingCall()