Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/cronet/base/memory/
H A Dpost_delayed_memory_reduction_task.cc63 bool IsRunning() const override { return timer_.IsRunning(); } in IsRunning() function in base::OneShotDelayedBackgroundTimer::TimerImpl
119 bool IsRunning() const override { return task_ != nullptr; } in IsRunning() function in base::OneShotDelayedBackgroundTimer::TaskImpl
163 bool OneShotDelayedBackgroundTimer::IsRunning() const { in IsRunning() function in base::OneShotDelayedBackgroundTimer
/aosp_15_r20/external/openthread/src/core/net/
H A Ddnssd_server.hpp495 bool IsRunning(void) const { return mIsRunning; } in IsRunning() function in ot::Dns::ServiceDiscovery::Server::DiscoveryProxy
551 bool IsRunning(void) const { return mSocket.IsBound(); } in IsRunning() function in ot::Dns::ServiceDiscovery::Server
/aosp_15_r20/external/libchrome/base/process/
H A Dprocess.h112 bool IsRunning() const { in IsRunning() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/process/
Dprocess.h115 bool IsRunning() const { in IsRunning() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/process/
Dprocess.h115 bool IsRunning() const { in IsRunning() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_time_accumulator.h23 bool IsRunning() const { return last_start_time_ != NotRunningSentinel(); } in IsRunning() function
/aosp_15_r20/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
/aosp_15_r20/external/cronet/base/timer/
H A Dwall_clock_timer.cc42 bool WallClockTimer::IsRunning() const { in IsRunning() function in base::WallClockTimer
/aosp_15_r20/external/openthread/src/core/border_router/
H A Dinfra_if.hpp107 bool IsRunning(void) const { return mIsRunning; } in IsRunning() function in ot::BorderRouter::InfraIf
/aosp_15_r20/external/armnn/profiling/client/src/
H A DSendThread.hpp49 bool IsRunning() { return m_IsRunning.load(); } in IsRunning() function in arm::pipe::SendThread
H A DPeriodicCounterCapture.hpp53 bool IsRunning() const { return m_IsRunning; } in IsRunning() function in arm::pipe::PeriodicCounterCapture
H A DCommandHandler.hpp47 bool IsRunning() const { return m_IsRunning.load(); } in IsRunning() function in arm::pipe::CommandHandler
/aosp_15_r20/external/tensorflow/tensorflow/cc/training/
H A Dqueue_runner.h106 bool IsRunning() const override { return !stopped_; } in IsRunning() function
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_stack.cc38 bool Stack::IsRunning() { return stack_thread_ != nullptr; } in IsRunning() function in bluetooth::shim::Stack
/aosp_15_r20/external/cronet/base/process/
H A Dprocess.h152 bool IsRunning() const { in IsRunning() function
/aosp_15_r20/external/openthread/src/core/utils/
H A Dchannel_monitor.hpp133 bool IsRunning(void) const { return mTimer.IsRunning(); } in IsRunning() function in ot::Utils::ChannelMonitor
/aosp_15_r20/external/openthread/src/core/thread/
H A Dannounce_sender.hpp108 bool IsRunning(void) const { return mTimer.IsRunning(); } in IsRunning() function in ot::AnnounceSenderBase
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dstack.cc173 bool Stack::IsRunning() { in IsRunning() function in bluetooth::shim::Stack
/aosp_15_r20/external/openthread/src/core/common/
H A Dtrickle_timer.hpp104 bool IsRunning(void) const { return TimerMilli::IsRunning(); } in IsRunning() function in ot::TrickleTimer
/aosp_15_r20/art/runtime/gc/
H A Dtask_processor.cc101 bool TaskProcessor::IsRunning() const { in IsRunning() function in art::gc::TaskProcessor
/aosp_15_r20/external/libchrome/base/timer/
H A Dtimer.cc108 bool Timer::IsRunning() const { in IsRunning() function in base::Timer
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dcontent_control_id_keeper.cc112 bool IsRunning() { return ccid_keeper_impl_ ? true : false; } in IsRunning() function
/aosp_15_r20/external/libchrome/base/threading/
H A Dthread.cc233 bool Thread::IsRunning() const { in IsRunning() function in base::Thread
/aosp_15_r20/packages/modules/Bluetooth/system/common/
Dmessage_loop_thread.cc136 bool MessageLoopThread::IsRunning() const { in IsRunning() function in bluetooth::common::MessageLoopThread

123