HomeSort by relevance Sort by last modified time
    Searched refs:HdmiTvClient (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/hardware/hdmi/
HdmiTvClient.java 31 * HdmiTvClient represents HDMI-CEC logical device of type TV in the Android system
38 public final class HdmiTvClient extends HdmiClient {
39 private static final String TAG = "HdmiTvClient";
46 /* package */ HdmiTvClient(IHdmiControlService service) {
50 // Factory method for HdmiTvClient.
52 /* package */ static HdmiTvClient create(IHdmiControlService service) {
53 return new HdmiTvClient(service);
279 * HdmiTvClient tvClient = ....;
317 * HdmiTvClient tvClient = ....;
HdmiControlManager.java 33 * {@link HdmiTvClient} object if the system is configured to host one. Android system
303 return mHasTvDevice ? new HdmiTvClient(mService) : null;
332 * @return {@link HdmiTvClient} instance. {@code null} on failure.
335 public HdmiTvClient getTvClient() {
336 return (HdmiTvClient) getClient(HdmiDeviceInfo.DEVICE_TV);
  /frameworks/base/services/core/java/com/android/server/hdmi/
DeviceSelectAction.java 21 import android.hardware.hdmi.HdmiTvClient;
31 * Triggered by {@link HdmiTvClient}, attempts to select the given target device
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java 53 import android.hardware.hdmi.HdmiTvClient;
    [all...]

Completed in 646 milliseconds