Home
last modified time | relevance | path

Searched refs:IRT_MS (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DVolumeControlAction.java22 import static com.android.server.hdmi.HdmiConfig.IRT_MS;
105 addTimer(STATE_WAIT_FOR_NEXT_VOLUME_PRESS, IRT_MS); in resetTimer()
202 if (System.currentTimeMillis() - mLastKeyUpdateTime >= IRT_MS) { in handleTimerEvent()
H A DSendKeyAction.java18 import static com.android.server.hdmi.HdmiConfig.IRT_MS;
129 if (getCurrentTime() - mLastSendKeyTime >= IRT_MS) { in processKeyEvent()
H A DHdmiConfig.java30 static final int IRT_MS = 300; field in HdmiConfig
H A DDetectTvSystemAudioModeSupportAction.java63 addTimer(mState, HdmiConfig.IRT_MS); in processCommand()