Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/common/
Dgoldfish_media_utils.cpp45 std::lock_guard<std::mutex> g{mMemoryMutex}; in getMemorySlot()
58 std::lock_guard<std::mutex> g{mMemoryMutex}; in returnMemorySlot()
66 std::mutex mMemoryMutex; member in GoldfishMediaTransportImpl