Home
last modified time | relevance | path

Searched refs:vsync_mutex_ (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_callbacks.cpp52 std::lock_guard<std::mutex> vsync_lock(vsync_mutex_); in Vsync()
73 std::lock_guard<std::mutex> vsync_lock(vsync_mutex_); in Register()
Dhwc_callbacks.h64 std::mutex vsync_mutex_; variable
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_callbacks.cpp56 std::lock_guard<std::mutex> vsync_lock(vsync_mutex_); in Vsync()
79 std::lock_guard<std::mutex> vsync_lock(vsync_mutex_); in Register()
Dhwc_callbacks.h64 std::mutex vsync_mutex_; variable
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_callbacks.cpp57 std::lock_guard<std::mutex> vsync_lock(vsync_mutex_); in Vsync()
102 std::lock_guard<std::mutex> vsync_lock(vsync_mutex_); in Register()
Dhwc_callbacks.h88 std::mutex vsync_mutex_; variable
/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_events_drm.h99 std::mutex vsync_mutex_; // To protect vsync_enabled_ and vsync_registered_ variable
Dhw_events_drm.cpp224 std::lock_guard<std::mutex> lock(vsync_mutex_); in SetEventState()
470 std::lock_guard<std::mutex> lock(vsync_mutex_); in HandleVSync()
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_events_drm.h106 std::mutex vsync_mutex_; // To protect vsync_enabled_ and vsync_registered_ variable
Dhw_events_drm.cpp276 std::lock_guard<std::mutex> lock(vsync_mutex_); in SetEventState()
560 std::lock_guard<std::mutex> lock(vsync_mutex_); in HandleVSync()
578 std::lock_guard<std::mutex> lock(vsync_mutex_); in HandleVSync()