Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A Daction_processor.cc42 bool ActionProcessor::IsRunning() const { in IsRunning() function in chromeos_update_engine::ActionProcessor
H A Daction.h114 bool IsRunning() const { in IsRunning() function
/aosp12/system/bt/main/shim/
H A Dstack.cc226 bool Stack::IsRunning() { in IsRunning() function in bluetooth::shim::Stack
/aosp12/art/runtime/gc/
H A Dtask_processor.cc101 bool TaskProcessor::IsRunning() const { in IsRunning() function in art::gc::TaskProcessor
/aosp12/system/bt/test/mock/
H A Dmock_common_message_loop_thread.cc170 bool MessageLoopThread::IsRunning() const { in IsRunning() function in bluetooth::common::MessageLoopThread
/aosp12/system/bt/common/
H A Dmessage_loop_thread.cc172 bool MessageLoopThread::IsRunning() const { in IsRunning() function in bluetooth::common::MessageLoopThread
/aosp12/system/bt/stack/test/common/
H A Dmock_eatt.cc32 bool IsRunning() { return mock_pimpl_ ? true : false; } in IsRunning() function
/aosp12/system/bt/stack/btm/
H A Dbtm_iso.cc44 bool IsRunning() { return iso_impl_ ? true : false; } in IsRunning() function
/aosp12/packages/modules/adb/
H A Dtransport_fd.cpp57 bool IsRunning() { in IsRunning() function
/aosp12/system/bt/stack/eatt/
H A Deatt.cc61 bool IsRunning() { return eatt_impl_ ? true : false; } in IsRunning() function
/aosp12/system/core/init/
H A Dservice.h78 bool IsRunning() { return (flags_ & SVC_RUNNING) != 0; } in IsRunning() function
/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/
H A DHintManager.cc194 bool HintManager::IsRunning() const { in IsRunning() function in android::perfmgr::HintManager