FileDocCategorySizeDatePackage
HdmiClient.javaAPI DocAndroid 5.1 API604Sat Mar 14 14:10:04 GMT 2015android.hardware.hdmi

HdmiClient.java

package android.hardware.hdmi;
public abstract class HdmiClient
{
HdmiClient() { throw new RuntimeException("Stub!"); }
public  android.hardware.hdmi.HdmiDeviceInfo getActiveSource() { throw new RuntimeException("Stub!"); }
public  void sendKeyEvent(int keyCode, boolean isPressed) { throw new RuntimeException("Stub!"); }
public  void sendVendorCommand(int targetAddress, byte[] params, boolean hasVendorId) { throw new RuntimeException("Stub!"); }
public  void setVendorCommandListener(android.hardware.hdmi.HdmiControlManager.VendorCommandListener listener) { throw new RuntimeException("Stub!"); }
}