Searched refs:gLastLogsRetrieved (Results 1 – 2 of 2) sorted by relevance
477 map<log_id_t, log_time> LogSection::gLastLogsRetrieved; member in android::os::incidentd::LogSection514 gLastLogsRetrieved.find(mLogID) == gLastLogsRetrieved.end() in BlockingCall()517 gLastLogsRetrieved[mLogID], 0), in BlockingCall()628 gLastLogsRetrieved[mLogID] = lastTimestamp; in BlockingCall()
147 static map<log_id_t, log_time> gLastLogsRetrieved; variable