Searched refs:contentOn (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java2301 * @param portId MHL port, or the last port to go back to if {@code contentOn} is false
2302 * @param contentOn {@code true} if RAP data is content on; otherwise false
2305 void changeInputForMhl(int portId, boolean contentOn) { argument
2308 final int lastInput = contentOn ? tv().getActivePortId() : Constants.INVALID_PORT_ID;

Completed in 104 milliseconds