Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1708 static std::once_flag sCheckOnce; in connectFormatShaper() local
1712 std::call_once(sCheckOnce, [&](){ in connectFormatShaper()