Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/camera/common/hal/utils/
Dinternal_stream_manager.cc93 std::lock_guard<std::mutex> lock(stream_mutex_); in RegisterNewInternalStream()
147 std::lock_guard<std::mutex> lock(stream_mutex_); in AllocateBuffers()
256 std::lock_guard<std::mutex> lock(stream_mutex_); in AllocateSharedBuffers()
352 std::lock_guard<std::mutex> lock(stream_mutex_); in FreeStream()
380 std::lock_guard<std::mutex> lock(stream_mutex_); in GetStreamBuffer()
416 std::lock_guard<std::mutex> lock(stream_mutex_); in IsPendingBufferEmpty()
437 std::lock_guard<std::mutex> lock(stream_mutex_); in GetMostRecentStreamBuffer()
499 std::lock_guard<std::mutex> lock(stream_mutex_); in ReturnZslStreamBuffers()
528 std::lock_guard<std::mutex> lock(stream_mutex_); in ReturnStreamBuffer()
549 std::lock_guard<std::mutex> lock(stream_mutex_); in ReturnFilledBuffer()
[all …]
Dinternal_stream_manager.h146 std::mutex stream_mutex_; variable
/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dproto_reflection_descriptor_database.cc327 stream_mutex_.lock(); in DoOneRequest()
331 stream_mutex_.unlock(); in DoOneRequest()
H A Dproto_reflection_descriptor_database.h105 std::mutex stream_mutex_; variable