Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DRoutingControlAction.java122 updateActiveInput(); in handleReportPowerStatus()
130 private void updateActiveInput() { in updateActiveInput() method in RoutingControlAction
133 tv.updateActiveInput(mCurrentRoutingPath, mNotifyInputChange); in updateActiveInput()
174 updateActiveInput(); in handleTimerEvent()
180 updateActiveInput(); in handleTimerEvent()
198 updateActiveInput(); in handlDevicePowerStatusAckResult()
DActiveSourceHandler.java77 tv.updateActiveInput(newActive.physicalAddress, notifyInputChange); in process()
DHdmiCecLocalDeviceTv.java366 void updateActiveInput(int path, boolean notifyInputChange) { in updateActiveInput() method in HdmiCecLocalDeviceTv