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

  /system/core/metricsd/uploader/
crash_counters.h 37 unsigned int GetAndResetUncleanShutdownCount();
crash_counters.cc 34 unsigned int CrashCounters::GetAndResetUncleanShutdownCount() {
upload_service.cc 190 unsigned int unclean_shutdowns = counters_->GetAndResetUncleanShutdownCount();

Completed in 67 milliseconds