Home
last modified time | relevance | path

Searched refs:notifyTimeShiftCurrentPositionChanged (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppSession.aidl58 void notifyTimeShiftCurrentPositionChanged(in String inputId, long timeMs); in notifyTimeShiftCurrentPositionChanged() method
H A DITvInteractiveAppManager.aidl71 void notifyTimeShiftCurrentPositionChanged( in notifyTimeShiftCurrentPositionChanged() method
H A DITvInteractiveAppSessionWrapper.java326 mSessionImpl.notifyTimeShiftCurrentPositionChanged( in executeMessage()
500 public void notifyTimeShiftCurrentPositionChanged(@NonNull String inputId, long timeMs) { in notifyTimeShiftCurrentPositionChanged() method in ITvInteractiveAppSessionWrapper
H A DTvInteractiveAppView.java817 public void notifyTimeShiftCurrentPositionChanged(@NonNull String inputId, long timeMs) { in notifyTimeShiftCurrentPositionChanged() method in TvInteractiveAppView
823 mSession.notifyTimeShiftCurrentPositionChanged(inputId, timeMs); in notifyTimeShiftCurrentPositionChanged()
H A DTvInteractiveAppManager.java1357 void notifyTimeShiftCurrentPositionChanged(@NonNull String inputId, long timeMs) { in notifyTimeShiftCurrentPositionChanged() method in TvInteractiveAppManager.Session
1363 mService.notifyTimeShiftCurrentPositionChanged(mToken, inputId, timeMs, mUserId); in notifyTimeShiftCurrentPositionChanged()
H A DTvInteractiveAppService.java1868 void notifyTimeShiftCurrentPositionChanged(String inputId, long timeMs) { in notifyTimeShiftCurrentPositionChanged() method in TvInteractiveAppService.Session
/aosp14/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java1088 private void notifyTimeShiftCurrentPositionChanged(final long timeMs) { in notifyTimeShiftCurrentPositionChanged() method in TvInputService.Session
2189 notifyTimeShiftCurrentPositionChanged(currentPositionMs); in run()
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java1727 public void notifyTimeShiftCurrentPositionChanged( in notifyTimeShiftCurrentPositionChanged() method in TvInteractiveAppManagerService.BinderService
1744 getSessionLocked(sessionState).notifyTimeShiftCurrentPositionChanged( in notifyTimeShiftCurrentPositionChanged()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt27884 method public void notifyTimeShiftCurrentPositionChanged(@NonNull String, long);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt31629 Landroid/media/tv/TvInputService$Session;->notifyTimeShiftCurrentPositionChanged(J)V