Searched refs:readMutex (Results 1 – 3 of 3) sorted by relevance
218 audio_utils::mutex& readMutex() const { return mReadMutex; } in readMutex() function
3355 audio_utils::lock_guard lock(readMutex()); in obtainBuffer()3382 audio_utils::lock_guard lock(readMutex()); in obtainBuffer()3411 audio_utils::unique_lock lock(readMutex()); in read()
1971 std::mutex readMutex; in TEST_P() local1983 std::unique_lock<std::mutex> lock(readMutex); in TEST_P()2006 std::unique_lock<std::mutex> lock(readMutex); in TEST_P()