Home
last modified time | relevance | path

Searched refs:timeoutState (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DRoutingControlAction.java109 public void handleTimerEvent(int timeoutState) { in handleTimerEvent() argument
110 if (mState != timeoutState || mState == STATE_NONE) { in handleTimerEvent()
114 switch (timeoutState) { in handleTimerEvent()
121 Slog.e("CEC", "Invalid timeoutState (" + timeoutState + ")."); in handleTimerEvent()
H A DDeviceSelectActionFromTv.java193 public void handleTimerEvent(int timeoutState) { in handleTimerEvent() argument
194 if (mState != timeoutState) { in handleTimerEvent()
H A DDeviceSelectActionFromPlayback.java215 void handleTimerEvent(int timeoutState) { in handleTimerEvent() argument
216 if (mState != timeoutState) { in handleTimerEvent()