HomeSort by relevance Sort by last modified time
    Searched refs:current_refresh_rate_ (Results 1 - 24 of 24) sorted by null

  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_display_external.cpp 140 if (current_refresh_rate_ != refresh_rate) {
144 current_refresh_rate_ = refresh_rate;
257 return current_refresh_rate_;
284 metadata_refresh_rate_ = current_refresh_rate_;
286 layer->frame_rate = current_refresh_rate_;
288 layer->frame_rate = current_refresh_rate_;
315 return current_refresh_rate_;
hwc_display_primary.cpp 197 if ((current_refresh_rate_ != refresh_rate) || (handle_idle_timeout_)) {
203 current_refresh_rate_ = refresh_rate;
hwc_display.h 231 uint32_t current_refresh_rate_ = 0; member in class:sdm::HWCDisplay
hwc_display.cpp 179 current_refresh_rate_ = max_refresh_rate_;
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_display_external.cpp 140 if (current_refresh_rate_ != refresh_rate) {
144 current_refresh_rate_ = refresh_rate;
257 return current_refresh_rate_;
284 metadata_refresh_rate_ = current_refresh_rate_;
286 layer->frame_rate = current_refresh_rate_;
288 layer->frame_rate = current_refresh_rate_;
315 return current_refresh_rate_;
hwc_display_primary.cpp 197 if ((current_refresh_rate_ != refresh_rate) || (handle_idle_timeout_)) {
203 current_refresh_rate_ = refresh_rate;
hwc_display.h 231 uint32_t current_refresh_rate_ = 0; member in class:sdm::HWCDisplay
hwc_display.cpp 179 current_refresh_rate_ = max_refresh_rate_;
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_external.cpp 134 if (current_refresh_rate_ != metadata_refresh_rate_ && one_video_updating_layer && drc_enabled_) {
140 current_refresh_rate_ = metadata_refresh_rate_;
273 layer->frame_rate = current_refresh_rate_;
hwc_display_primary.cpp 174 if (current_refresh_rate_ != refresh_rate) {
180 current_refresh_rate_ = refresh_rate;
hwc_display.h 190 uint32_t current_refresh_rate_ = 0; member in class:sdm::HWCDisplay
hwc_display.cpp 104 current_refresh_rate_ = max_refresh_rate_;
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_display_primary.cpp 203 if (current_refresh_rate_ != refresh_rate || handle_idle_timeout_) {
209 current_refresh_rate_ = refresh_rate;
hwc_display.h 281 uint32_t current_refresh_rate_ = 0; member in class:sdm::HWCDisplay
hwc_display.cpp 394 current_refresh_rate_ = max_refresh_rate_;
576 layer->frame_rate = current_refresh_rate_;
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_display_primary.cpp 197 if (current_refresh_rate_ != refresh_rate) {
203 current_refresh_rate_ = refresh_rate;
hwc_display.h 274 uint32_t current_refresh_rate_ = 0; member in class:sdm::HWCDisplay
hwc_display.cpp 383 current_refresh_rate_ = max_refresh_rate_;
558 layer->frame_rate = current_refresh_rate_;
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_primary.cpp 190 if (current_refresh_rate_ != refresh_rate) {
196 current_refresh_rate_ = refresh_rate;
hwc_display.h 255 uint32_t current_refresh_rate_ = 0; member in class:sdm::HWCDisplay
hwc_display.cpp 254 current_refresh_rate_ = max_refresh_rate_;
389 layer->frame_rate = current_refresh_rate_;
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_display_primary.cpp 190 if (current_refresh_rate_ != refresh_rate) {
196 current_refresh_rate_ = refresh_rate;
hwc_display.h 271 uint32_t current_refresh_rate_ = 0; member in class:sdm::HWCDisplay
hwc_display.cpp 379 current_refresh_rate_ = max_refresh_rate_;
548 layer->frame_rate = current_refresh_rate_;
    [all...]

Completed in 128 milliseconds