Searched defs:mTimeoutRetry (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DNewDeviceAction.java54 private int mTimeoutRetry; field in class:NewDeviceAction
81 mTimeoutRetry = 0;
151 mTimeoutRetry = 0;
196 if (++mTimeoutRetry < HdmiConfig.TIMEOUT_RETRY) {
203 if (++mTimeoutRetry < HdmiConfig.TIMEOUT_RETRY) {
H A DDeviceDiscoveryAction.java91 private int mTimeoutRetry = 0; field in class:DeviceDiscoveryAction
314 mTimeoutRetry = 0;
385 if (++mTimeoutRetry < HdmiConfig.TIMEOUT_RETRY) {
389 mTimeoutRetry = 0;

Completed in 89 milliseconds