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

  /system/update_engine/common/
action_processor.cc 60 << (suspended_ ? " while suspended" : "");
62 suspended_ = false;
74 if (suspended_ || !current_action_) {
78 suspended_ = true;
87 if (!suspended_) {
91 suspended_ = false;
118 << (suspended_ ? " while suspended" : "")
124 if (suspended_) {
127 // will be flagged by a nullptr current_action_ while suspended_ is true.
action_processor.h 72 bool IsRunning() const { return current_action_ != nullptr || suspended_; }
110 bool suspended_{false};
  /external/libchrome/base/power_monitor/
power_monitor_source.h 54 bool suspended_; member in class:base::PowerMonitorSource

Completed in 711 milliseconds