Methods Summary |
---|
HdmiMhlLocalDeviceStub | addLocalDevice(HdmiMhlLocalDeviceStub device)Add a new {@link HdmiMhlLocalDeviceStub}.
return null;
|
void | clearAllLocalDevices()
|
static com.android.server.hdmi.HdmiMhlControllerStub | create(HdmiControlService service)
return new HdmiMhlControllerStub(service);
|
void | dump(com.android.internal.util.IndentingPrintWriter pw)
|
android.util.SparseArray | getAllLocalDevices()
return mLocalDevices;
|
int | getEcbusDeviceRoles(int portId)Get the bit flags describing the roles which ECBUS device can play. Refer to the
ECBUS_DEV_ROLES Register info MHL3.0 specification
return INVALID_DEVICE_ROLES;
|
HdmiMhlLocalDeviceStub | getLocalDevice(int portId)Return {@link HdmiMhlLocalDeviceStub} matched with the given port id.
return null;
|
HdmiMhlLocalDeviceStub | getLocalDeviceById(int deviceId)Return {@link HdmiMhlLocalDeviceStub} matched with the given device id.
return null;
|
int | getMhlVersion(int portId)Get the MHL version supported by underlying hardware port of the given {@code portId}.
MHL specification version 2.0 returns 0x20, 3.0 will return 0x30 respectively.
The return value is stored in 'version'. Return INVALID_VERSION if MHL hardware layer
is not ready.
return INVALID_MHL_VERSION;
|
int | getPeerMhlVersion(int portId)Get MHL version of a device which is connected to a port of the given {@code portId}.
MHL specification version 2.0 returns 0x20, 3.0 will return 0x30 respectively.
The return value is stored in 'version'.
return INVALID_MHL_VERSION;
|
android.hardware.hdmi.HdmiPortInfo[] | getPortInfos()
return EMPTY_PORT_INFO;
|
int | getSupportedFeatures(int portId)Get the bit flags describing the features supported by the system. Refer to feature support
flag register info in MHL specification.
return NO_SUPPORTED_FEATURES;
|
boolean | isReady()
return false;
|
HdmiMhlLocalDeviceStub | removeLocalDevice(int portId)Remove a {@link HdmiMhlLocalDeviceStub} matched with the given port id.
return null;
|
void | sendVendorCommand(int portId, int offset, int length, byte[] data)
|
void | setOption(int flag, int value)
|