Home
last modified time | relevance | path

Searched defs:cleaner (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DBurst.cpp91 if (auto cleaner = maybeCleaner.lock()) { in getOrCacheMemory() local
110 auto cleaner = std::make_shared<const Cleanup>(std::move(cleanup)); in getOrCacheMemory() local
126 if (auto cleaner = maybeCleaner.lock()) { in getMemoryIfAvailable() local
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DExecutionBurstController.cpp137 if (auto cleaner = mCacheCleaner.at(slot).lock()) { in cacheMemory() local
160 auto cleaner = std::make_shared<const Cleanup>(std::move(cleanup)); in cacheMemory() local
/aosp12/system/apex/apexd/
H A Dapexd.cpp716 auto cleaner = [&]() { in RunVerifyFnInsideTempMount() local
H A Dapexd_test.cpp3610 auto cleaner = make_scope_guard([&]() { in TEST_F() local