Home
last modified time | relevance | path

Searched defs:IsRunning (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/common/
Daction_processor.h72 bool IsRunning() const { return current_action_ != nullptr || suspended_; } in IsRunning() function
Daction.h114 bool IsRunning() const { in IsRunning() function
/system/extras/libperfmgr/
DHintManager.cc72 bool HintManager::IsRunning() const { in IsRunning() function in android::perfmgr::HintManager
/system/core/init/
Dservice.h75 bool IsRunning() { return (flags_ & SVC_RUNNING) != 0; } in IsRunning() function