Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.h151 std::condition_variable mLayerCond; variable
H A DReplayer.cpp364 mLayerCond.wait(lock, [&] { return (mLayers[change.id()] != nullptr); }); in doSurfaceTransaction()
605 mLayerCond.notify_all(); in createSurfaceControl()