/system/bt/gd/os/linux_generic/ |
D | repeating_alarm_unittest.cc | 62 alarm_->Cancel(); in VerifyMultipleDelayedTasks() 92 alarm_->Cancel(); in TEST_F() 103 alarm_->Cancel(); in TEST_F() 111 alarm_->Cancel(); in TEST_F() 117 …common::Bind(&RepeatingAlarm::Cancel, common::Unretained(this->alarm_)), std::chrono::milliseconds… in TEST_F() 128 alarm_->Cancel(); in TEST_F()
|
D | alarm_unittest.cc | 52 alarm_->Cancel(); in TEST_F() 71 alarm_->Cancel(); in TEST_F() 76 …alarm_->Schedule(BindOnce(&Alarm::Cancel, common::Unretained(alarm_)), std::chrono::milliseconds(1… in TEST_F()
|
D | repeating_alarm.cc | 65 void RepeatingAlarm::Cancel() { in Cancel() function in bluetooth::os::RepeatingAlarm
|
D | alarm.cc | 65 void Alarm::Cancel() { in Cancel() function in bluetooth::os::Alarm
|
/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 | 48 void Cancel();
|
D | alarm.h | 48 void Cancel();
|
D | alarm_benchmark.cc | 98 alarm_->Cancel(); in BENCHMARK_DEFINE_F() 125 repeating_alarm_->Cancel(); in BENCHMARK_DEFINE_F()
|
/system/bt/gd/l2cap/classic/internal/ |
D | signalling_manager.cc | 69 alarm_.Cancel(); in ~ClassicSignallingManager() 85 alarm_.Cancel(); in OnCommandReject() 157 alarm_.Cancel(); in CancelAlarm() 254 alarm_.Cancel(); in OnConnectionResponse() 509 alarm_.Cancel(); in OnConfigurationResponse() 520 alarm_.Cancel(); in OnConfigurationResponse() 545 alarm_.Cancel(); in OnConfigurationResponse() 558 alarm_.Cancel(); in OnConfigurationResponse() 578 alarm_.Cancel(); in OnConfigurationResponse() 609 alarm_.Cancel(); in OnDisconnectionResponse() [all …]
|
/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/bt/gd/security/pairing/ |
D | classic_pairing_handler.cc | 53 …common::BindOnce(&UI::Cancel, common::Unretained(user_interface_), GetRecord()->GetPseudoAddress()… in NotifyUiDisplayCancel() 88 void ClassicPairingHandler::Cancel() { in Cancel() function in bluetooth::security::pairing::ClassicPairingHandler 127 Cancel(); in OnReceive() 140 Cancel(); in OnReceive() 203 Cancel(); in OnReceive()
|
D | pairing_handler.h | 48 virtual void Cancel() = 0;
|
D | classic_pairing_handler.h | 54 void Cancel() override;
|
/system/bt/gd/security/test/ |
D | mocks.h | 36 MOCK_METHOD1(Cancel, void(const bluetooth::hci::AddressWithType&));
|
/system/bt/gd/security/ |
D | ui.h | 36 virtual void Cancel(const bluetooth::hci::AddressWithType& address) = 0;
|
/system/extras/libperfmgr/include/perfmgr/ |
D | NodeLooperThread.h | 73 bool Cancel(const std::vector<NodeAction>& actions,
|
/system/bt/gd/l2cap/le/internal/ |
D | signalling_manager.cc | 114 alarm_.Cancel(); in CancelAlarm() 123 alarm_.Cancel(); in OnCommandReject() 163 alarm_.Cancel(); in OnConnectionParameterUpdateResponse() 275 alarm_.Cancel(); in OnConnectionResponse() 329 alarm_.Cancel(); in OnDisconnectionResponse()
|
/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/extras/libperfmgr/ |
D | NodeLooperThread.cc | 66 bool NodeLooperThread::Cancel(const std::vector<NodeAction>& actions, in Cancel() function in android::perfmgr::NodeLooperThread
|
/system/gsid/ |
D | gsi_tool.cpp | 56 static int Cancel(sp<IGsiService> gsid, int argc, char** argv); 66 {"cancel", Cancel}, 458 static int Cancel(sp<IGsiService> gsid, int /* argc */, char** /* argv */) { in Cancel() function
|
/system/bt/gd/hci/ |
D | le_address_manager.cc | 24 address_rotation_alarm_->Cancel(); in ~LeAddressManager() 136 address_rotation_alarm_->Cancel(); in unregister_client()
|
/system/bt/main/shim/ |
D | btif_dm.cc | 47 void Cancel(const bluetooth::hci::AddressWithType& address) { in Cancel() function in bluetooth::shim::ShimUi
|