Home
last modified time | relevance | path

Searched refs:freeMemory (Results 1 – 8 of 8) sorted by relevance

/packages/modules/NeuralNetworks/common/
DExecutionBurstController.cpp430 std::pair<bool, int32_t> ExecutionBurstController::ExecutionBurstCallback::freeMemory( in freeMemory() function in android::nn::ExecutionBurstController::ExecutionBurstCallback
623 void ExecutionBurstController::freeMemory(intptr_t key) { in freeMemory() function in android::nn::ExecutionBurstController
628 std::tie(valid, slot) = mMemoryCache->freeMemory(key); in freeMemory()
630 mBurstContext->freeMemory(slot).isOk(); in freeMemory()
DExecutionBurstServer.cpp564 hardware::Return<void> ExecutionBurstServer::freeMemory(int32_t slot) { in freeMemory() function in android::nn::ExecutionBurstServer
/packages/modules/NeuralNetworks/common/include/
DExecutionBurstController.h269 std::pair<bool, int32_t> freeMemory(intptr_t key);
332 void freeMemory(intptr_t key);
DExecutionBurstServer.h318 hardware::Return<void> freeMemory(int32_t slot) override;
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DDelaunay.h107 void freeMemory();
DDelaunay.cpp207 void CDelaunay::freeMemory() in freeMemory() function in CDelaunay
DBlend.cpp291 … m_Triangulator.freeMemory(); // note: can be called even if delaunay_alloc() wasn't successful in runBlend()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
DCarWatchdogTestFragment.java273 Math.min(Runtime.getRuntime().freeMemory(), maxSize)); in writeToFos()