Home
last modified time | relevance | path

Searched refs:vsync_mutex_ (Results 1 – 8 of 8) 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/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/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()
561 std::lock_guard<std::mutex> lock(vsync_mutex_); in HandleVSync()
579 std::lock_guard<std::mutex> lock(vsync_mutex_); in HandleVSync()
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_events_drm.h106 std::mutex vsync_mutex_; // To protect vsync_enabled_ and vsync_registered_ variable
Dhw_events_drm.cpp285 std::lock_guard<std::mutex> lock(vsync_mutex_); in SetEventState()
569 std::lock_guard<std::mutex> lock(vsync_mutex_); in HandleVSync()
587 std::lock_guard<std::mutex> lock(vsync_mutex_); in HandleVSync()