Home
last modified time | relevance | path

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

/system/update_engine/common/
Daction_processor.cc42 bool ActionProcessor::IsRunning() const { in IsRunning() function in chromeos_update_engine::ActionProcessor
Daction.h114 bool IsRunning() const { in IsRunning() function
/system/bt/common/
Dmessage_loop_thread.cc132 bool MessageLoopThread::IsRunning() const { in IsRunning() function in bluetooth::common::MessageLoopThread
/system/extras/libperfmgr/
DHintManager.cc75 bool HintManager::IsRunning() const { in IsRunning() function in android::perfmgr::HintManager
/system/core/adb/
Dtransport_fd.cpp57 bool IsRunning() { in IsRunning() function
/system/core/init/
Dservice.h77 bool IsRunning() { return (flags_ & SVC_RUNNING) != 0; } in IsRunning() function