FileDocCategorySizeDatePackage
IHdmiDeviceEventListener.javaAPI DocAndroid 5.1 API3981Sat Mar 14 05:48:02 GMT 2015android.hardware.hdmi

IHdmiDeviceEventListener

public interface IHdmiDeviceEventListener implements android.os.IInterface
Callback interface definition for HDMI client to get informed of the CEC logical device status change event.
hide

Fields Summary
Constructors Summary
Methods Summary
public voidonStatusChanged(android.hardware.hdmi.HdmiDeviceInfo deviceInfo, int status)

param
deviceInfo {@link HdmiDeviceInfo} of the logical device whose status has changed
param
status device status. It should be one of the following values
  • {@link HdmiControlManager#DEVICE_EVENT_ADD_DEVICE}
  • {@link HdmiControlManager#DEVICE_EVENT_REMOVE_DEVICE}
  • {@link HdmiControlManager#DEVICE_EVENT_UPDATE_DEVICE}