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

/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiTvClient.java31 * HdmiTvClient represents HDMI-CEC logical device of type TV in the Android system
38 public final class HdmiTvClient extends HdmiClient { class in inherits:HdmiClient
39 private static final String TAG = "HdmiTvClient";
46 /* package */ HdmiTvClient(IHdmiControlService service) { method in class:HdmiTvClient
50 // Factory method for HdmiTvClient.
52 /* package */ static HdmiTvClient create(IHdmiControlService service) {
53 return new HdmiTvClient(service);
279 * HdmiTvClient tvClient = ....;
317 * HdmiTvClient tvClient = ....;
H A DHdmiControlManager.java37 * {@link HdmiTvClient} object if the system is configured to host one. Android system
310 return mHasTvDevice ? new HdmiTvClient(mService) : null;
340 * @return {@link HdmiTvClient} instance. {@code null} on failure.
344 public HdmiTvClient getTvClient() {
345 return (HdmiTvClient) getClient(HdmiDeviceInfo.DEVICE_TV);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DDeviceSelectAction.java21 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/
H A DAudioService.java61 import android.hardware.hdmi.HdmiTvClient;
6294 private HdmiTvClient mHdmiTvClient;

Completed in 110 milliseconds