public abstract static class SelectRequestBuffer.SelectRequest extends Object
Modifier and Type | Field and Description |
---|---|
protected IHdmiControlCallback |
mCallback |
protected int |
mId |
protected HdmiControlService |
mService |
Constructor and Description |
---|
SelectRequest(HdmiControlService service,
int id,
IHdmiControlCallback callback) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isLocalDeviceReady() |
abstract void |
process()
Implement this method with a customize action to perform when the request gets
invoked in a deferred manner.
|
protected com.android.server.hdmi.HdmiCecLocalDeviceTv |
tv() |
protected final HdmiControlService mService
protected final IHdmiControlCallback mCallback
protected final int mId
public SelectRequest(HdmiControlService service, int id, IHdmiControlCallback callback)