Home
last modified time | relevance | path

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

/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.cpp70 static std::mutex s_decoder_count_mutex; variable
75 std::lock_guard<std::mutex> lock(s_decoder_count_mutex); in allocateDecoderId()
87 std::lock_guard<std::mutex> lock(s_decoder_count_mutex); in deAllocateDecoderId()