Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/detector/
DSubprocess.cpp34 class ScopedCloser { class
36 constexpr ScopedCloser(F&& func) : mFunc(std::forward<F>(func)), mEnabled(true) {} in ScopedCloser() function in gfxstream::__anon8bfd97230111::ScopedCloser