Home
last modified time | relevance | path

Searched refs:Cleanup (Results 1 – 25 of 25) sorted by relevance

/system/netd/libnetdutils/include/netdutils/
DMisc.h37 class Cleanup {
39 Cleanup() = delete;
40 explicit Cleanup(FnT fn) : mFn(fn) {} in Cleanup() function
41 ~Cleanup() { if (!mReleased) mFn(); } in ~Cleanup()
56 Cleanup<FnT> makeCleanup(FnT fn) { in makeCleanup()
57 return Cleanup<FnT>(fn); in makeCleanup()
/system/update_engine/payload_consumer/
Dfilesystem_verifier_action.cc69 Cleanup(ErrorCode::kSuccess); // error code is ignored if canceled_ is true. in TerminateProcessing()
72 void FilesystemVerifierAction::Cleanup(ErrorCode code) { in Cleanup() function in chromeos_update_engine::FilesystemVerifierAction
102 Cleanup(ErrorCode::kFilesystemVerifierError); in StartPartitionHashing()
107 Cleanup(ErrorCode::kSuccess); in StartPartitionHashing()
136 Cleanup(ErrorCode::kFilesystemVerifierError); in StartPartitionHashing()
152 Cleanup(ErrorCode::kFilesystemVerifierError); in StartPartitionHashing()
163 Cleanup(ErrorCode::kVerityCalculationError); in StartPartitionHashing()
204 Cleanup(ErrorCode::kError); in ScheduleRead()
210 Cleanup(ErrorCode::kError); in OnReadDoneCallback()
217 Cleanup(ErrorCode::kFilesystemVerifierError); in OnReadDoneCallback()
[all …]
Dpostinstall_runner_action.cc286 void PostinstallRunnerAction::Cleanup() { in Cleanup() function in chromeos_update_engine::PostinstallRunnerAction
304 Cleanup(); in CompletePartitionPostinstall()
411 Cleanup(); in TerminateProcessing()
Dfilesystem_verifier_action.h105 void Cleanup(ErrorCode code);
Dpostinstall_runner_action.h91 void Cleanup();
/system/bt/btif/avrcp/
Davrcp_service.h57 void Cleanup();
75 bool Cleanup() override;
Davrcp_service.cc309 void AvrcpService::Cleanup() { in Cleanup() function in bluetooth::avrcp::AvrcpService
429 bool AvrcpService::ServiceInterfaceImpl::Cleanup() { in Cleanup() function in bluetooth::avrcp::AvrcpService::ServiceInterfaceImpl
441 base::Bind(&AvrcpService::Cleanup, base::Owned(instance_))); in Cleanup()
/system/bt/include/hardware/
Dbt_hearing_aid.h69 virtual void Cleanup(void) = 0;
Dbluetooth_headset_interface.h212 virtual void Cleanup() = 0;
/system/update_engine/common/
Ddynamic_partition_control_stub.h37 void Cleanup() override;
Ddynamic_partition_control_stub.cc43 void DynamicPartitionControlStub::Cleanup() {} in Cleanup() function in chromeos_update_engine::DynamicPartitionControlStub
Ddynamic_partition_control_interface.h73 virtual void Cleanup() = 0;
/system/core/fs_mgr/libsnapshot/
Dpower_test.cpp89 bool Cleanup();
125 return Cleanup(); in Run()
167 if (!Cleanup()) { in Create()
227 bool PowerTest::Cleanup() { in Cleanup() function in android::snapshot::PowerTest
Dsnapshot_test.cpp91 void Cleanup() { in Cleanup() function in android::snapshot::SnapshotTest
776 Cleanup(); in SetUp()
837 Cleanup(); in TearDown()
840 void Cleanup() { in Cleanup() function in android::snapshot::SnapshotUpdateTest
1897 SnapshotUpdateTest().Cleanup(); in main()
1898 SnapshotTest().Cleanup(); in main()
/system/sepolicy/prebuilts/api/30.0/private/
Drs.te14 # Cleanup app_exec_data_file files in the app home directory.
/system/sepolicy/prebuilts/api/29.0/private/
Drs.te14 # Cleanup app_exec_data_file files in the app home directory.
/system/sepolicy/private/
Drs.te14 # Cleanup app_exec_data_file files in the app home directory.
/system/update_engine/
Dmock_dynamic_partition_control.h43 MOCK_METHOD(void, Cleanup, (), (override));
Ddynamic_partition_control_android.h42 void Cleanup() override;
Ddynamic_partition_control_android.cc88 Cleanup(); in ~DynamicPartitionControlAndroid()
275 void DynamicPartitionControlAndroid::Cleanup() { in Cleanup() function in chromeos_update_engine::DynamicPartitionControlAndroid
Dupdate_attempter_android.cc677 boot_control_->GetDynamicPartitionControl()->Cleanup(); in TerminateUpdateAndNotify()
/system/bt/btif/src/
Dbtif_hearing_aid.cc127 void Cleanup(void) override { in Cleanup() function in __anon547f3a460211::HearingAidInterfaceImpl
Dbtif_av.cc230 void Cleanup();
363 void Cleanup();
550 void Cleanup();
918 void BtifAvPeer::Cleanup() { in Cleanup() function in BtifAvPeer
990 void BtifAvSource::Cleanup() { in Cleanup() function in BtifAvSource
1106 peer->Cleanup(); in DeletePeer()
1119 peer->Cleanup(); in DeleteIdlePeers()
1129 peer->Cleanup(); in CleanupAllPeers()
1193 void BtifAvSink::Cleanup() { in Cleanup() function in BtifAvSink
1312 peer->Cleanup(); in DeletePeer()
[all …]
Dbtif_hf.cc741 void Cleanup() override;
1359 void HeadsetInterface::Cleanup() { in Cleanup() function in bluetooth::headset::HeadsetInterface
/system/bt/include/hardware/avrcp/
Davrcp.h181 virtual bool Cleanup() = 0;