Home
last modified time | relevance | path

Searched refs:Cancel (Results 1 – 19 of 19) sorted by relevance

/system/bt/gd/os/linux_generic/
Drepeating_alarm_unittest.cc59 alarm_->Cancel(); in VerifyMultipleDelayedTasks()
69 alarm_->Cancel(); in TEST_F()
79 alarm_->Cancel(); in TEST_F()
87 alarm_->Cancel(); in TEST_F()
92 alarm_->Schedule([this]() { this->alarm_->Cancel(); }, std::chrono::milliseconds(1)); in TEST_F()
102 alarm_->Cancel(); in TEST_F()
Dalarm_unittest.cc45 alarm_->Cancel(); in TEST_F()
63 alarm_->Cancel(); in TEST_F()
68 alarm_->Schedule([this]() { this->alarm_->Cancel(); }, std::chrono::milliseconds(1)); in TEST_F()
Dalarm.cc64 void Alarm::Cancel() { in Cancel() function in bluetooth::os::Alarm
Drepeating_alarm.cc64 void RepeatingAlarm::Cancel() { in Cancel() function in bluetooth::os::RepeatingAlarm
/system/bt/common/
Donce_timer.cc58 task_wrapper_.Cancel(); in Schedule()
67 void OnceTimer::Cancel() { in Cancel() function in bluetooth::common::OnceTimer
100 task_wrapper_.Cancel(); in CancelClosure()
123 task_wrapper_.Cancel(); in RunTask()
Drepeating_timer.cc68 task_wrapper_.Cancel(); in SchedulePeriodic()
77 void RepeatingTimer::Cancel() { in Cancel() function in bluetooth::common::RepeatingTimer
110 task_wrapper_.Cancel(); in CancelClosure()
Donce_timer.h61 void Cancel();
Drepeating_timer.h61 void Cancel();
/system/bt/gd/os/
Drepeating_alarm.h46 void Cancel();
Dalarm.h46 void Cancel();
Dalarm_benchmark.cc91 alarm_->Cancel(); in BENCHMARK_DEFINE_F()
114 repeating_alarm_->Cancel(); in BENCHMARK_DEFINE_F()
/system/extras/libperfmgr/tests/
DNodeLooperThreadTest.cc140 EXPECT_TRUE(th->Cancel(actions, "LAUNCH")); in TEST_F()
172 EXPECT_TRUE(th->Cancel(actions_launch, "LAUNCH")); in TEST_F()
181 EXPECT_TRUE(th->Cancel(actions_interaction, "INTERACTION")); in TEST_F()
/system/extras/libperfmgr/include/perfmgr/
DNodeLooperThread.h73 bool Cancel(const std::vector<NodeAction>& actions,
/system/bt/common/benchmark/
Dtimer_performance_benchmark.cc139 once_timer_->Cancel(); in BENCHMARK_DEFINE_F()
252 repeating_timer_->Cancel(); in BENCHMARK_DEFINE_F()
/system/gsid/
Dgsi_tool.cpp50 static int Cancel(sp<IGsiService> gsid, int argc, char** argv);
59 {"cancel", Cancel},
406 static int Cancel(sp<IGsiService> gsid, int /* argc */, char** /* argv */) { in Cancel() function
/system/extras/libperfmgr/
DNodeLooperThread.cc66 bool NodeLooperThread::Cancel(const std::vector<NodeAction>& actions, in Cancel() function in android::perfmgr::NodeLooperThread
DHintManager.cc71 ? nm_->Cancel(actions_.at(hint_type), hint_type) in EndHint()
/system/bt/osi/src/
Dalarm.cc410 alarm->closure.i.Cancel(); in remove_pending_alarm()
/system/bt/profile/avrcp/
Ddevice.cc453 if (status.state == PlayState::PAUSED) play_pos_update_cb_.Cancel(); in PlaybackStatusNotificationResponse()
1404 play_pos_update_cb_.Cancel(); in DeviceDisconnected()