/system/netd/libnetdutils/include/netdutils/ |
D | Misc.h | 37 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/ |
D | filesystem_verifier_action.cc | 67 Cleanup(ErrorCode::kSuccess); // error code is ignored if canceled_ is true. in TerminateProcessing() 70 void FilesystemVerifierAction::Cleanup(ErrorCode code) { in Cleanup() function in chromeos_update_engine::FilesystemVerifierAction 84 Cleanup(ErrorCode::kSuccess); in StartPartitionHashing() 113 Cleanup(ErrorCode::kFilesystemVerifierError); in StartPartitionHashing() 129 Cleanup(ErrorCode::kFilesystemVerifierError); in StartPartitionHashing() 140 Cleanup(ErrorCode::kVerityCalculationError); in StartPartitionHashing() 181 Cleanup(ErrorCode::kError); in ScheduleRead() 187 Cleanup(ErrorCode::kError); in OnReadDoneCallback() 195 Cleanup(ErrorCode::kFilesystemVerifierError); in OnReadDoneCallback() 201 Cleanup(ErrorCode::kError); in OnReadDoneCallback() [all …]
|
D | filesystem_verifier_action.h | 86 void Cleanup(ErrorCode code);
|
D | postinstall_runner_action.cc | 282 void PostinstallRunnerAction::Cleanup() { in Cleanup() function in chromeos_update_engine::PostinstallRunnerAction 302 Cleanup(); in CompletePartitionPostinstall() 404 Cleanup(); in TerminateProcessing()
|
D | postinstall_runner_action.h | 89 void Cleanup();
|
/system/bt/btif/avrcp/ |
D | avrcp_service.h | 57 void Cleanup(); 75 bool Cleanup() override;
|
D | avrcp_service.cc | 309 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/ |
D | bt_hearing_aid.h | 69 virtual void Cleanup(void) = 0;
|
D | bluetooth_headset_interface.h | 212 virtual void Cleanup() = 0;
|
/system/update_engine/common/ |
D | boot_control_stub.h | 51 void Cleanup() override;
|
D | boot_control_stub.cc | 70 void BootControlStub::Cleanup() { in Cleanup() function in chromeos_update_engine::BootControlStub
|
D | boot_control_interface.h | 107 virtual void Cleanup() = 0;
|
D | fake_boot_control.h | 83 void Cleanup() override {} in Cleanup() function
|
/system/update_engine/ |
D | mock_dynamic_partition_control.h | 37 MOCK_METHOD0(Cleanup, void());
|
D | dynamic_partition_control_interface.h | 63 virtual void Cleanup() = 0;
|
D | boot_control_chromeos.h | 56 void Cleanup() override;
|
D | boot_control_android.h | 57 void Cleanup() override;
|
D | dynamic_partition_control_android.h | 41 void Cleanup() override;
|
D | boot_control_android.cc | 83 void BootControlAndroid::Cleanup() { in Cleanup() function in chromeos_update_engine::BootControlAndroid 84 dynamic_control_->Cleanup(); in Cleanup()
|
D | dynamic_partition_control_android.cc | 157 void DynamicPartitionControlAndroid::Cleanup() { in Cleanup() function in chromeos_update_engine::DynamicPartitionControlAndroid
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | rs.te | 14 # Cleanup app_exec_data_file files in the app home directory.
|
/system/sepolicy/private/ |
D | rs.te | 14 # Cleanup app_exec_data_file files in the app home directory.
|
/system/bt/include/hardware/avrcp/ |
D | avrcp.h | 181 virtual bool Cleanup() = 0;
|
/system/bt/btif/src/ |
D | btif_hearing_aid.cc | 127 void Cleanup(void) override { in Cleanup() function in __anon1a5cc84f0211::HearingAidInterfaceImpl
|
D | btif_av.cc | 229 void Cleanup(); 350 void Cleanup(); 548 void Cleanup(); 910 void BtifAvPeer::Cleanup() { in Cleanup() function in BtifAvPeer 977 void BtifAvSource::Cleanup() { in Cleanup() function in BtifAvSource 1088 peer->Cleanup(); in DeletePeer() 1101 peer->Cleanup(); in DeleteIdlePeers() 1111 peer->Cleanup(); in CleanupAllPeers() 1164 void BtifAvSink::Cleanup() { in Cleanup() function in BtifAvSink 1279 peer->Cleanup(); in DeletePeer() [all …]
|