Home
last modified time | relevance | path

Searched refs:cursorInvertMutex_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/pointer_render/
H A Drs_pointer_render_manager.cpp64 std::lock_guard<std::mutex> lock(cursorInvertMutex_); in SetPointerColorInversionConfig()
73 std::lock_guard<std::mutex> lock(cursorInvertMutex_); in SetPointerColorInversionEnabled()
80 std::lock_guard<std::mutex> lock(cursorInvertMutex_); in RegisterPointerLuminanceChangeCallback()
86 std::lock_guard<std::mutex> lock(cursorInvertMutex_); in UnRegisterPointerLuminanceChangeCallback()
92 std::lock_guard<std::mutex> lock(cursorInvertMutex_); in ExecutePointerLuminanceChangeCallback()
H A Drs_pointer_render_manager.h98 std::mutex cursorInvertMutex_; variable