Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/tv/interactive/
DITvInteractiveAppSession.aidl52 void notifyVideoUnavailable(int reason); in notifyVideoUnavailable() method
DITvInteractiveAppManager.aidl62 void notifyVideoUnavailable(in IBinder sessionToken, int reason, int userId); in notifyVideoUnavailable() method
DTvInteractiveAppService.java1069 void notifyVideoUnavailable(int reason) { in notifyVideoUnavailable() method in TvInteractiveAppService.Session
1530 public void notifyVideoUnavailable(int reason) { in notifyVideoUnavailable() method in TvInteractiveAppService.ITvInteractiveAppSessionWrapper
DTvInteractiveAppManager.java1312 public void notifyVideoUnavailable(int reason) { in notifyVideoUnavailable() method in TvInteractiveAppManager.Session
/frameworks/base/media/java/android/media/tv/
DTvInputService.java719 public void notifyVideoUnavailable( in notifyVideoUnavailable() method in TvInputService.Session
/frameworks/base/services/core/java/com/android/server/tv/interactive/
DTvInteractiveAppManagerService.java962 public void notifyVideoUnavailable(IBinder sessionToken, int reason, int userId) { in notifyVideoUnavailable() method in TvInteractiveAppManagerService.BinderService