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

  /frameworks/base/cmds/incidentd/src/
Section.h 147 static map<log_id_t, log_time> gLastLogsRetrieved;
Section.cpp 477 map<log_id_t, log_time> LogSection::gLastLogsRetrieved;
514 gLastLogsRetrieved.find(mLogID) == gLastLogsRetrieved.end()
517 gLastLogsRetrieved[mLogID], 0),
628 gLastLogsRetrieved[mLogID] = lastTimestamp;

Completed in 62 milliseconds