Home
last modified time | relevance | path

Searched refs:opMutex_ (Results 1 - 10 of 10) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H A Dsurface_image.cpp117 std::lock_guard<std::mutex> lockGuard(opMutex_); in UpdateSurfaceImage()
148 std::lock_guard<std::mutex> lockGuard(opMutex_); in AttachContext()
181 std::lock_guard<std::mutex> lockGuard(opMutex_); in DetachContext()
201 std::lock_guard<std::mutex> lockGuard(opMutex_); in GetTimeStamp()
207 std::lock_guard<std::mutex> lockGuard(opMutex_); in GetTransformMatrix()
219 std::lock_guard<std::mutex> lockGuard(opMutex_); in GetTransformMatrixV2()
373 std::lock_guard<std::mutex> lockGuard(opMutex_); in SetOnBufferAvailableListener()
386 std::lock_guard<std::mutex> lockGuard(opMutex_); in UnsetOnBufferAvailableListener()
419 std::lock_guard<std::mutex> lockGuard(opMutex_); in AcquireNativeWindowBuffer()
454 std::lock_guard<std::mutex> lockGuard(opMutex_); in ReleaseNativeWindowBuffer()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_vk_image_manager.cpp82 std::lock_guard<std::mutex> lock(opMutex_); in MapVkImageFromSurfaceBuffer()
139 std::lock_guard<std::mutex> lock(opMutex_); in UnMapVkImageFromSurfaceBuffer()
147 std::lock_guard<std::mutex> lock(opMutex_); in UnMapVkImageFromSurfaceBuffer()
H A Drs_egl_image_manager.cpp263 std::lock_guard<std::mutex> lock(opMutex_); in CreateImageCacheFromBuffer()
293 std::lock_guard<std::mutex> lock(opMutex_); in MapEglImageFromSurfaceBuffer()
321 std::lock_guard<std::mutex> lock(opMutex_); in UnMapEglImageFromSurfaceBuffer()
332 std::lock_guard<std::mutex> lock(opMutex_); in UnMapEglImageFromSurfaceBuffer()
348 std::lock_guard<std::mutex> lock(opMutex_); in UnMapEglImageFromSurfaceBufferForUniRedraw()
H A Drs_egl_image_manager.h90 mutable std::mutex opMutex_; member in OHOS::Rosen::RSEglImageManager
93 std::unordered_map<int32_t, std::unique_ptr<ImageCacheSeq>> imageCacheSeqs_; // guarded by opMutex_.
H A Drs_vk_image_manager.h92 mutable std::mutex opMutex_; member in OHOS::Rosen::RSVkImageManager
94 std::unordered_map<int32_t, std::shared_ptr<NativeVkImageRes>> imageCacheSeqs_; // guarded by opMutex_
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences_option.cpp26 std::unique_lock<std::shared_mutex> writeLock(opMutex_); in SetFileName()
37 std::unique_lock<std::shared_mutex> writeLock(opMutex_); in SetBundleName()
43 std::unique_lock<std::shared_mutex> writeLock(opMutex_); in SetDataGroupId()
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_device.cpp179 std::lock_guard<std::mutex> lock(opMutex_); in ResetDeviceSettings()
227 std::lock_guard<std::mutex> lock(opMutex_); in DispatchDefaultSettingToHdi()
351 std::lock_guard<std::mutex> lockSetting(opMutex_); in OpenDevice()
443 std::lock_guard<std::mutex> lock(opMutex_); in CloseDevice()
491 std::lock_guard<std::mutex> lock(opMutex_); in GetEnabledResults()
589 std::lock_guard<std::mutex> lock(opMutex_); in UpdateSetting()
635 std::lock_guard<std::mutex> lock(opMutex_); in UpdateSettingOnce()
813 std::lock_guard<std::mutex> lock(opMutex_); in EnableResult()
826 std::lock_guard<std::mutex> lock(opMutex_); in DisableResult()
883 std::lock_guard<std::mutex> lock(opMutex_); in InitStreamOperator()
[all...]
/foundation/graphic/graphic_2d/frameworks/surfaceimage/include/
H A Dsurface_image.h100 std::mutex opMutex_; member in OHOS::SurfaceImage
/foundation/distributeddatamgr/preferences/frameworks/ndk/include/
H A Doh_preferences_impl.h84 std::shared_mutex opMutex_; member
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcamera_device.h150 std::mutex opMutex_; // Lock the operations updateSettings_, streamOperator_, and hdiCameraDevice_. member in OHOS::CameraStandard::HCameraDevice

Completed in 6 milliseconds