Home
last modified time | relevance | path

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

/frameworks/base/media/native/midi/
Damidi.cpp102 static std::mutex openMutex; // Ensure that the device can be connected just once to 1 thread variable
154 std::lock_guard<std::mutex> guard(openMutex); in AMidiDevice_fromJava()
203 std::lock_guard<std::mutex> guard(openMutex); in AMidiDevice_release()