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);
251 * HdmiTvClient tvClient = ....;
289 * HdmiTvClient tvClient = ....;
H A DHdmiControlManager.java33 * {@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/
H A DDeviceSelectAction.java21 import android.hardware.hdmi.HdmiTvClient;
31 * Triggered by {@link HdmiTvClient}, attempts to select the given target device
/frameworks/base/media/java/android/media/
H A DAudioService.java47 import android.hardware.hdmi.HdmiTvClient;
5457 private HdmiTvClient mHdmiTvClient;

Completed in 961 milliseconds