Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DSection.cpp477 map<log_id_t, log_time> LogSection::gLastLogsRetrieved; member in android::os::incidentd::LogSection
514 gLastLogsRetrieved.find(mLogID) == gLastLogsRetrieved.end() in BlockingCall()
517 gLastLogsRetrieved[mLogID], 0), in BlockingCall()
628 gLastLogsRetrieved[mLogID] = lastTimestamp; in BlockingCall()
DSection.h147 static map<log_id_t, log_time> gLastLogsRetrieved; variable