/aosp12/system/update_engine/payload_consumer/ |
H A D | filesystem_verifier_action.cc | 212 Cleanup(ErrorCode::kVerityCalculationError); in WriteVerityAndHashPartition() 229 Cleanup(ErrorCode::kVerityCalculationError); in WriteVerityAndHashPartition() 238 Cleanup(ErrorCode::kVerityCalculationError); in WriteVerityAndHashPartition() 244 Cleanup(ErrorCode::kVerityCalculationError); in WriteVerityAndHashPartition() 275 Cleanup(ErrorCode::kFilesystemVerifierError); in HashPartition() 284 Cleanup(ErrorCode::kFilesystemVerifierError); in HashPartition() 289 Cleanup(ErrorCode::kFilesystemVerifierError); in HashPartition() 322 Cleanup(ErrorCode::kSuccess); in StartPartitionHashing() 353 Cleanup(ErrorCode::kFilesystemVerifierError); in StartPartitionHashing() 374 Cleanup(ErrorCode::kVerityCalculationError); in StartPartitionHashing() [all …]
|
H A D | postinstall_runner_action.cc | 310 void PostinstallRunnerAction::Cleanup() { in Cleanup() function in chromeos_update_engine::PostinstallRunnerAction 331 Cleanup(); in Cleanup() 445 Cleanup(); in Cleanup()
|
/aosp12/system/netd/libnetdutils/include/netdutils/ |
H A 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()
|
/aosp12/art/test/1946-list-descriptors/ |
H A D | descriptors.cc | 44 static void Cleanup(char** data, jint cnt) { in Cleanup() function 75 Cleanup(classes, cnt); in Java_art_Test1946_getClassloaderDescriptors() 82 Cleanup(classes, cnt); in Java_art_Test1946_getClassloaderDescriptors() 86 Cleanup(classes, cnt); in Java_art_Test1946_getClassloaderDescriptors()
|
/aosp12/system/bt/audio_hal_interface/ |
H A D | le_audio_software.h | 45 virtual void Cleanup() = 0; 57 void Cleanup() override; 70 void Cleanup() override;
|
H A D | le_audio_software.cc | 367 void LeAudioClientInterface::Sink::Cleanup() { in Cleanup() function in bluetooth::audio::le_audio::LeAudioClientInterface::Sink 411 void LeAudioClientInterface::Source::Cleanup() { in Cleanup() function in bluetooth::audio::le_audio::LeAudioClientInterface::Source 497 if (le_audio_sink_hal_clientinterface && le_audio_sink) sink->Cleanup(); in ReleaseSink() 546 if (le_audio_source_hal_clientinterface && le_audio_source) source->Cleanup(); in ReleaseSource()
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/ |
H A D | Burst.h | 52 using Cleanup = ::android::base::ScopeGuard<Task>; variable 53 using SharedCleanup = std::shared_ptr<const Cleanup>; 54 using WeakCleanup = std::weak_ptr<const Cleanup>;
|
H A D | ProtectCallback.h | 62 using Cleanup = std::function<void()>; variable 64 [[nodiscard]] ::android::base::ScopeGuard<Cleanup> protectCallback(
|
/aosp12/system/chre/chpp/ |
H A D | RELEASE_NOTES.md | 49 - Cleanup and bug fixes 65 - Cleanup and bug fixes 88 - Cleanup and bug fixes 113 - Cleanup and bug fixes 132 - Cleanup and bug fixes 148 - Cleanup and bug fixes 167 - Cleanup and bug fixes
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/ |
H A D | ExecutionBurstController.h | 86 using Cleanup = base::ScopeGuard<Task>; variable 87 using SharedCleanup = std::shared_ptr<const Cleanup>; 88 using WeakCleanup = std::weak_ptr<const Cleanup>;
|
/aosp12/system/bt/btif/avrcp/ |
H A D | avrcp_service.h | 58 void Cleanup(); 84 bool Cleanup() override;
|
/aosp12/build/soong/ui/logger/ |
H A D | logger_test.go | 113 defer log.Cleanup() 137 defer log.Cleanup() 155 defer log.Cleanup()
|
/aosp12/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/ |
H A D | ProtectCallback.h | 81 using Cleanup = std::function<void()>; variable 82 using Hold = base::ScopeGuard<Cleanup>;
|
/aosp12/packages/modules/adb/client/ |
H A D | usb_libusb.cpp | 129 void Cleanup(ReadBlock* read_block) REQUIRES(read_mutex_) { in Cleanup() function 144 Cleanup(read_block); in MaybeCleanup() 165 self->Cleanup(read_block); in header_read_cb() 174 self->Cleanup(read_block); in header_read_cb() 187 self->Cleanup(&self->header_read_); in header_read_cb() 212 self->Cleanup(&self->payload_read_); in payload_read_cb() 222 self->Cleanup(&self->payload_read_); in payload_read_cb()
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_btservice_ActivityAttribution.cpp | 111 sActivityAttributionInterface->Cleanup(); in initNative() 150 sActivityAttributionInterface->Cleanup(); in cleanupNative()
|
H A D | com_android_bluetooth_hearing_aid.cpp | 114 sHearingAidInterface->Cleanup(); in initNative() 150 sHearingAidInterface->Cleanup(); in cleanupNative()
|
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | power_test.cpp | 89 bool Cleanup(); 125 return Cleanup(); 167 if (!Cleanup()) { in Create() 227 bool PowerTest::Cleanup() { in Cleanup() function in android::snapshot::PowerTest
|
/aosp12/build/soong/cuj/ |
H A D | cuj.go | 53 defer log.Cleanup() 70 log.Cleanup()
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/ |
H A D | test.py | 166 def Cleanup(): function 248 Cleanup()
|
/aosp12/system/bt/include/hardware/ |
H A D | bt_activity_attribution.h | 70 virtual void Cleanup(void) = 0;
|
H A D | bt_hearing_aid.h | 69 virtual void Cleanup(void) = 0;
|
H A D | bt_vc.h | 59 virtual void Cleanup(void) = 0;
|
H A D | bt_le_audio.h | 79 virtual void Cleanup(void) = 0;
|
/aosp12/frameworks/compile/slang/tests/ |
H A D | slang_test.py | 198 def Cleanup(): function 307 Cleanup()
|
/aosp12/build/soong/cmd/multiproduct_kati/ |
H A D | main.go | 175 defer log.Cleanup() 194 log.Cleanup() 404 defer log.Cleanup()
|