HomeSort by relevance Sort by last modified time
    Searched full:timeout_count (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/display/
resolution_notification_controller.cc 128 uint8 timeout_count; member in struct:ash::ResolutionNotificationController::ResolutionChangeInfo
148 timeout_count(0) {
152 timeout_count = kTimeoutInSec;
191 return change_info_ && change_info_->timeout_count > 0;
205 if (change_info_->timeout_count > 0) {
212 base::TimeDelta::FromSeconds(change_info_->timeout_count)));
248 this, change_info_->timeout_count > 0)));
257 --change_info_->timeout_count;
258 if (change_info_->timeout_count == 0)
306 if (g_use_timer && change_info_->timeout_count > 0)
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HotplugDetectionAction.java 40 private static final int TIMEOUT_COUNT = 3;
93 mTimeoutCount = (mTimeoutCount + 1) % TIMEOUT_COUNT;

Completed in 245 milliseconds