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

  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_primary.h 78 bool handle_idle_timeout_ = false; member in class:sdm::HWCDisplayPrimary
hwc_display_primary.cpp 183 if (handle_idle_timeout_) {
184 handle_idle_timeout_ = false;
324 } else if (handle_idle_timeout_) {
342 handle_idle_timeout_ = true;
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_display_primary.h 71 bool handle_idle_timeout_ = false; member in class:sdm::HWCDisplayPrimary
hwc_display_primary.cpp 188 if (handle_idle_timeout_) {
189 handle_idle_timeout_ = false;
329 } else if (handle_idle_timeout_) {
347 handle_idle_timeout_ = true;
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_primary.h 89 bool handle_idle_timeout_ = false; member in class:sdm::HWCDisplayPrimary
hwc_display_primary.cpp 199 if (handle_idle_timeout_) {
200 handle_idle_timeout_ = false;
383 } else if (handle_idle_timeout_) {
396 handle_idle_timeout_ = true;
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_display_primary.h 90 bool handle_idle_timeout_ = false; member in class:sdm::HWCDisplayPrimary
hwc_display_primary.cpp 199 if (handle_idle_timeout_) {
200 handle_idle_timeout_ = false;
383 } else if (handle_idle_timeout_) {
396 handle_idle_timeout_ = true;

Completed in 91 milliseconds