Home | History | Annotate | Download | only in tv

Lines Matching full:hdmi

50   <li>HDMI-CEC: the technology to allow remote control of various devices over HDMI
206 <p>Some inputs, like the HDMI input or built-in tuner input, can be provided only
220 to reference the passthrough input, use the <code>android.media.tv.TvContract</code> utility method <code>buildChannelUriForPassthroughInput(String inputId)</code>. The TV App communicates with the TV Input Manager to reach the HDMI TV
237 that TV Input can?t directly access the HDMI video feed coming in, it must go
238 through the TV Input Manager and use the HDMI TV Input provided by the device
241 <p>Through the TV Input Manager, the external STB TV Input can speak with the HDMI
243 the TV while the manufacturer-provided HDMI TV Input renders the video.</p>
381 <h2 id="hdmi-cec">HDMI-CEC</h2>
383 <p>HDMI-CEC allows one device to control another, thereby enabling a single remote
388 <p>The Android TIF implements HDMI-CEC as the HDMI Control Service so that
392 reducing fragmented implementations and selective feature support. The HDMI
395 <p>This means existing HDMI-CEC implementations will need to be redesigned to
405 <li> The driver passes the command to the HDMI-CEC HAL.
407 <li> THe HDMI Control Service is notified of source change via <code>ActiveSourceChangeListener</code>.
412 <li> The TV Input Manager Session passes this information on to the HDMI TV Input.
413 <li> The HDMI TV input requests to set sideband surface.
415 back to HDMI Control Service when the surface is set.