Home
last modified time | relevance | path

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

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