File
Doc
Category
Size
Date
Package
HdmiClient.java
API Doc
Android 5.1 API
604
Sat Mar 14 14:10:04 GMT 2015
android.hardware.hdmi
HdmiClient
java.lang.Object
public abstract class HdmiClient extends Object
Fields Summary
Constructors Summary
HdmiClient
()
throw new RuntimeException("Stub!");
Methods Summary
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!");
Java Code Source