Home
last modified time | relevance | path

Searched defs:timeShiftSetMode (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/
H A DITvInputSession.aidl63 void timeShiftSetMode(int mode); in timeShiftSetMode() method
H A DITvInputSessionWrapper.java424 public void timeShiftSetMode(int mode) { in timeShiftSetMode() method in ITvInputSessionWrapper
H A DITvInputManager.aidl102 void timeShiftSetMode(in IBinder sessionToken, int mode, int userId); in timeShiftSetMode() method
H A DTvView.java638 public void timeShiftSetMode(@android.media.tv.TvInputManager.TimeShiftMode int mode) { in timeShiftSetMode() method in TvView
H A DTvInputService.java2034 void timeShiftSetMode(int mode) { in timeShiftSetMode() method in TvInputService.Session
/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java2087 public void timeShiftSetMode(IBinder sessionToken, int mode, int userId) { in timeShiftSetMode() method in TvInputManagerService.BinderService