Remove unused instance of setTvMessageEnabled
Bug: 278628657 Test: mmm Change-Id: If78a40ce10afd2b842ea821d1ef5d5aa478b200a
This commit is contained in:
@@ -1124,18 +1124,6 @@ class TvInputHardwareManager implements TvInputHal.Callback {
|
||||
}
|
||||
}
|
||||
|
||||
private boolean setTvMessageEnabled(int deviceId, TvStreamConfig streamConfig, int type,
|
||||
boolean enabled) {
|
||||
synchronized (mImplLock) {
|
||||
if (mReleased) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return mHal.setTvMessageEnabled(deviceId, streamConfig, type, enabled)
|
||||
== TvInputHal.SUCCESS;
|
||||
}
|
||||
}
|
||||
|
||||
private boolean startCapture(Surface surface, TvStreamConfig config) {
|
||||
synchronized (mImplLock) {
|
||||
if (mReleased) {
|
||||
|
||||
Reference in New Issue
Block a user