Home | History | Annotate | Download | only in hdmi

Lines Matching defs:hdmi

16 package android.hardware.hdmi;
23 * A class to encapsulate HDMI port information. Contains the capability of the ports such as
24 * HDMI-CEC, MHL, ARC(Audio Return Channel), and physical address assigned to each port.
30 /** HDMI port type: Input */
33 /** HDMI port type: Output */
46 * @param id identifier assigned to each port. 1 for HDMI port 1
47 * @param type HDMI port input/output type
49 * @param cec {@code true} if HDMI-CEC is supported on the port
90 * Returns {@code true} if the port supports HDMI-CEC signaling.
92 * @return {@code true} if the port supports HDMI-CEC signaling.