FileDocCategorySizeDatePackage
HdmiDeviceInfo.javaAPI DocAndroid 5.1 API2505Sat Mar 14 14:10:02 GMT 2015android.hardware.hdmi

HdmiDeviceInfo

public class HdmiDeviceInfo extends Object implements android.os.Parcelable

Fields Summary
public static final int
ADDR_INTERNAL
public static final android.os.Parcelable.Creator
CREATOR
public static final int
DEVICE_AUDIO_SYSTEM
public static final int
DEVICE_INACTIVE
public static final int
DEVICE_PLAYBACK
public static final int
DEVICE_RECORDER
public static final int
DEVICE_RESERVED
public static final int
DEVICE_TUNER
public static final int
DEVICE_TV
public static final int
ID_INVALID
public static final HdmiDeviceInfo
INACTIVE_DEVICE
public static final int
PATH_INTERNAL
public static final int
PATH_INVALID
public static final int
PORT_INVALID
Constructors Summary
public HdmiDeviceInfo()

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object obj)

 throw new RuntimeException("Stub!"); 
public intgetAdopterId()

 throw new RuntimeException("Stub!"); 
public intgetDeviceId()

 throw new RuntimeException("Stub!"); 
public intgetDevicePowerStatus()

 throw new RuntimeException("Stub!"); 
public intgetDeviceType()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetDisplayName()

 throw new RuntimeException("Stub!"); 
public intgetId()

 throw new RuntimeException("Stub!"); 
public intgetLogicalAddress()

 throw new RuntimeException("Stub!"); 
public intgetPhysicalAddress()

 throw new RuntimeException("Stub!"); 
public intgetPortId()

 throw new RuntimeException("Stub!"); 
public intgetVendorId()

 throw new RuntimeException("Stub!"); 
public static intidForCecDevice(int address)

 throw new RuntimeException("Stub!"); 
public static intidForHardware(int portId)

 throw new RuntimeException("Stub!"); 
public static intidForMhlDevice(int portId)

 throw new RuntimeException("Stub!"); 
public booleanisCecDevice()

 throw new RuntimeException("Stub!"); 
public booleanisInactivated()

 throw new RuntimeException("Stub!"); 
public booleanisMhlDevice()

 throw new RuntimeException("Stub!"); 
public booleanisSourceType()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");