Lines Matching full:manager
34 <p>The Android TV Input Framework implementation includes a TV Input Manager.
38 parties through the TV Input Manager.</p>
45 <li>TV Input Manager (<code>android.media.tv.TvInputManager</code>): allows the TV Inputs to communicate with the TV App
67 <li>The TV App cannot talk directly with the TV Inputs. The TV Input Manager
68 identifies the state of TV Inputs for the TV App. See <em>TV Input Manager</em> below for more details about these limitations.
78 <li>Only system TV Inputs can access the TV Input HAL through the TV Input Manager
79 service. TV Inputs are accessed one-to-one via TV Input Manager sessions.
85 <li><code>TV_INPUT_HARDWARE</code> permission for a hardware TV Input app, signals the TV Input Manager Service
86 to notify the TV Input service on boot to call the TV Input Manager Service and
169 <h2 id="tv_input_manager">TV Input Manager</h2>
171 <p>The TV Input Manager provides a central system API to the overall Android TV
173 provides parental control functionality. TV Input Manager sessions must be
174 created one-to-one with TV Inputs. The TV Input Manager allows access to
194 <p>The TV Input Manager abstracts communication between the TV App and TV Inputs.
195 The standard interface of TV Input Manager and TV Input allows multiple
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
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
261 selected by the user, and to disambiguate incoming <code>KeyEvents</code> and route them to the correct TV Input Manager session, calling <code>dispatchInputEvent()</code> to pass on the event to the associated TV Input. </p>
302 Manager. Manufacturers must implement the TV App to ensure search functions
341 TV Input Manager service, TV Provider, and TV Input. </p>
350 <h3 id="tv_input_manager">TV Input Manager</h3>
352 <p>The TV Input Manager stores every blocked <code>TvContentRating</code> and
359 <code>isRatingBlocked()</code> on the TV Input Manager when the rating of the
378 <code>TvContentRating</code> is stored by the TV Input Manager, and blocked
408 <li> The TV Input Manager service generates an intent for the TV App to switch the
410 <li> The TV App then creates a TV Input Manager Session for the TV Input being
412 <li> The TV Input Manager Session passes this information on to the HDMI TV Input.
414 <li> The TV Input Manager Service generates a corresponding routing control command