Home
last modified time | relevance | path

Searched refs:IsScheduled (Results 1 – 8 of 8) sorted by relevance

/system/bt/common/
Donce_timer_unittest.cc86 ASSERT_FALSE(timer_->IsScheduled()); in TEST_F()
101 EXPECT_TRUE(timer_->IsScheduled()); in TEST_F()
105 EXPECT_FALSE(timer_->IsScheduled()); in TEST_F()
113 EXPECT_FALSE(timer_->IsScheduled()); in TEST_F()
115 EXPECT_FALSE(timer_->IsScheduled()); in TEST_F()
169 EXPECT_TRUE(timer_->IsScheduled()); in TEST_F()
173 EXPECT_FALSE(timer_->IsScheduled()); in TEST_F()
Donce_timer.h73 bool IsScheduled() const;
Drepeating_timer.h73 bool IsScheduled() const;
Drepeating_timer_unittest.cc121 ASSERT_FALSE(timer_->IsScheduled()); in TEST_F()
129 EXPECT_FALSE(timer_->IsScheduled()); in TEST_F()
131 EXPECT_FALSE(timer_->IsScheduled()); in TEST_F()
Donce_timer.cc107 bool OnceTimer::IsScheduled() const { in IsScheduled() function in bluetooth::common::OnceTimer
Drepeating_timer.cc118 bool RepeatingTimer::IsScheduled() const { in IsScheduled() function in bluetooth::common::RepeatingTimer
/system/bt/btif/src/
Dbtif_a2dp_source.cc416 bool is_streaming = btif_a2dp_source_cb.media_alarm.IsScheduled(); in btif_a2dp_source_restart_session()
542 return btif_a2dp_source_cb.media_alarm.IsScheduled(); in btif_a2dp_source_is_streaming()
770 btif_a2dp_source_cb.media_alarm.IsScheduled() ? "running" : "stopped", in btif_a2dp_source_audio_tx_start_event()
813 btif_a2dp_source_cb.media_alarm.IsScheduled() ? "running" : "stopped", in btif_a2dp_source_audio_tx_stop_event()
876 if (!btif_a2dp_source_cb.media_alarm.IsScheduled()) { in btif_a2dp_source_audio_handle_timer()
930 if (!btif_a2dp_source_cb.media_alarm.IsScheduled()) { in btif_a2dp_source_enqueue_callback()
/system/bt/hci/src/
Dhci_layer.cc182 if (abort_timer.IsScheduled()) { in hal_service_died()
382 if (abort_timer.IsScheduled()) { in startup_timer_expired()
590 return abort_timer.IsScheduled(); in hci_is_root_inflammation_event_received()