Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DMemory.cpp627 auto lockGuard = base::make_scope_guard([&ahwb]() { AHardwareBuffer_unlock(ahwb, nullptr); }); in create() local
639 lockGuard.Disable(); in create()