Loading media/java/android/media/tv/tuner/Tuner.java +2 −1 Original line number Diff line number Diff line Loading @@ -347,7 +347,6 @@ public class Tuner implements AutoCloseable { mHandler = createEventHandler(); } mHandler = createEventHandler(); int[] clientId = new int[1]; ResourceClientProfile profile = new ResourceClientProfile(); profile.tvInputSessionId = tvInputSessionId; Loading Loading @@ -516,6 +515,8 @@ public class Tuner implements AutoCloseable { mDemuxHandle = null; } mTunerResourceManager.unregisterClientProfile(mClientId); } /** Loading Loading
media/java/android/media/tv/tuner/Tuner.java +2 −1 Original line number Diff line number Diff line Loading @@ -347,7 +347,6 @@ public class Tuner implements AutoCloseable { mHandler = createEventHandler(); } mHandler = createEventHandler(); int[] clientId = new int[1]; ResourceClientProfile profile = new ResourceClientProfile(); profile.tvInputSessionId = tvInputSessionId; Loading Loading @@ -516,6 +515,8 @@ public class Tuner implements AutoCloseable { mDemuxHandle = null; } mTunerResourceManager.unregisterClientProfile(mClientId); } /** Loading