/system/bt/gd/os/linux_generic/ |
D | repeating_alarm_unittest.cc | 59 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()
|
D | alarm_unittest.cc | 45 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()
|
D | alarm.cc | 64 void Alarm::Cancel() { in Cancel() function in bluetooth::os::Alarm
|
D | repeating_alarm.cc | 64 void RepeatingAlarm::Cancel() { in Cancel() function in bluetooth::os::RepeatingAlarm
|
/system/bt/common/ |
D | once_timer.cc | 58 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()
|
D | repeating_timer.cc | 68 task_wrapper_.Cancel(); in SchedulePeriodic() 77 void RepeatingTimer::Cancel() { in Cancel() function in bluetooth::common::RepeatingTimer 110 task_wrapper_.Cancel(); in CancelClosure()
|
D | once_timer.h | 61 void Cancel();
|
D | repeating_timer.h | 61 void Cancel();
|
/system/bt/gd/os/ |
D | repeating_alarm.h | 46 void Cancel();
|
D | alarm.h | 46 void Cancel();
|
D | alarm_benchmark.cc | 91 alarm_->Cancel(); in BENCHMARK_DEFINE_F() 114 repeating_alarm_->Cancel(); in BENCHMARK_DEFINE_F()
|
/system/extras/libperfmgr/tests/ |
D | NodeLooperThreadTest.cc | 140 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/ |
D | NodeLooperThread.h | 73 bool Cancel(const std::vector<NodeAction>& actions,
|
/system/bt/common/benchmark/ |
D | timer_performance_benchmark.cc | 139 once_timer_->Cancel(); in BENCHMARK_DEFINE_F() 252 repeating_timer_->Cancel(); in BENCHMARK_DEFINE_F()
|
/system/gsid/ |
D | gsi_tool.cpp | 50 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/ |
D | NodeLooperThread.cc | 66 bool NodeLooperThread::Cancel(const std::vector<NodeAction>& actions, in Cancel() function in android::perfmgr::NodeLooperThread
|
D | HintManager.cc | 71 ? nm_->Cancel(actions_.at(hint_type), hint_type) in EndHint()
|
/system/bt/osi/src/ |
D | alarm.cc | 410 alarm->closure.i.Cancel(); in remove_pending_alarm()
|
/system/bt/profile/avrcp/ |
D | device.cc | 453 if (status.state == PlayState::PAUSED) play_pos_update_cb_.Cancel(); in PlaybackStatusNotificationResponse() 1404 play_pos_update_cb_.Cancel(); in DeviceDisconnected()
|