Searched refs:notifyTrackSelected (Results 1 – 5 of 5) sorted by relevance
/packages/apps/TV/common/src/com/android/tv/common/support/tis/ |
D | TifSession.java | 124 public final void notifyTrackSelected(final int type, final String trackId) { in notifyTrackSelected() method in TifSession 125 callback.notifyTrackSelected(type, trackId); in notifyTrackSelected() 178 void notifyTrackSelected(final int type, final String trackId); in notifyTrackSelected() method
|
/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/support/tis/ |
D | TisSessionTest.java | 59 public void notifyTrackSelected() { in notifyTrackSelected() method in TisSessionTest 60 testSession.notifyTrackSelected(TvTrackInfo.TYPE_AUDIO, "audio_test"); in notifyTrackSelected() 142 public void notifyTrackSelected(int type, String trackId) { in notifyTrackSelected() method in TisSessionTest.TestCallback
|
/packages/apps/TV/tests/input/src/com/android/tv/testinput/ |
D | TestTvInputService.java | 159 notifyTrackSelected(TvTrackInfo.TYPE_AUDIO, mCurrentAudioTrackId); in setAudioTrack() 165 notifyTrackSelected(TvTrackInfo.TYPE_VIDEO, mCurrentVideoTrackId); in setVideoTrack()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/ |
D | TunerSessionWorkerExoV2.java | 1355 mSession.notifyTrackSelected(type, trackId); in doSelectTrack() 1358 mSession.notifyTrackSelected(type, null); in doSelectTrack() 1367 mSession.notifyTrackSelected(type, trackId); in doSelectTrack() 1502 mSession.notifyTrackSelected(TvTrackInfo.TYPE_VIDEO, VIDEO_TRACK_ID); in updateVideoTrack() 1616 mSession.notifyTrackSelected( in updateChannelInfo()
|
D | TunerSessionWorker.java | 1422 mSession.notifyTrackSelected(type, trackId); in doSelectTrack() 1425 mSession.notifyTrackSelected(type, null); in doSelectTrack() 1434 mSession.notifyTrackSelected(type, trackId); in doSelectTrack() 1580 mSession.notifyTrackSelected(TvTrackInfo.TYPE_VIDEO, VIDEO_TRACK_ID); in updateVideoTrack() 1695 mSession.notifyTrackSelected( in updateChannelInfo()
|