Searched refs:decodeMutex_ (Results 1 – 4 of 4) sorted by relevance
89 std::mutex decodeMutex_; variable
85 std::mutex decodeMutex_; variable
53 std::lock_guard<std::mutex> decodeLock(decodeMutex_); in ~VibratorServiceClient()267 std::lock_guard<std::mutex> decodeLock(decodeMutex_); in LoadDecoderLibrary()
170 std::unique_lock<std::mutex> bufLock(decodeMutex_); in ConsumeSurface()