Home
last modified time | relevance | path

Searched refs:sendMutex_ (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/ipc/ipc/native/src/core/source/
H A Dbuffer_object.cpp96 sendMutex_.lock(); in GetSendBufferAndLock()
98 sendMutex_.unlock(); in GetSendBufferAndLock()
168 sendMutex_.unlock(); in ReleaseSendBufferLock()
/foundation/communication/ipc/ipc/native/src/core/include/
H A Dbuffer_object.h71 std::mutex sendMutex_; member in OHOS::BufferObject
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dbuffer_object_unittest.cpp563 object.sendMutex_.lock(); in HWTEST_F()
565 EXPECT_EQ(object.sendMutex_.try_lock(), true); in HWTEST_F()
566 object.sendMutex_.unlock(); in HWTEST_F()
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp407 std::unique_lock<std::mutex> sLock(sendMutex_); in StopThread()
431 std::unique_lock<std::mutex> sLock(sendMutex_); in Stop()
460 std::unique_lock<std::mutex> sLock(sendMutex_); in Flush()
940 std::unique_lock<std::mutex> sendLock(sendMutex_); in SendFrame()
967 std::unique_lock<std::mutex> sendLock(sendMutex_); in SendFrame()
1032 std::lock_guard<std::mutex> sLock(sendMutex_); in FramePostProcess()
1110 std::unique_lock<std::mutex> sendLock(sendMutex_); in ReceiveFrame()
H A Dfcodec.h172 std::mutex sendMutex_; member in OHOS::MediaAVCodec::Codec::FCodec

Completed in 6 milliseconds