Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppSession.aidl69 void notifyVideoUnavailable(int reason); in notifyVideoUnavailable() method
H A DITvInteractiveAppManager.aidl90 void notifyVideoUnavailable(in IBinder sessionToken, int reason, int userId); in notifyVideoUnavailable() method
H A DITvInteractiveAppSessionWrapper.java255 mSessionImpl.notifyVideoUnavailable((Integer) msg.obj); in executeMessage()
539 public void notifyVideoUnavailable(int reason) { in notifyVideoUnavailable() method in ITvInteractiveAppSessionWrapper
H A DTvInteractiveAppManager.java1698 public void notifyVideoUnavailable(int reason) { in notifyVideoUnavailable() method in TvInteractiveAppManager.Session
1704 mService.notifyVideoUnavailable(mToken, reason, mUserId); in notifyVideoUnavailable()
H A DTvInteractiveAppService.java1728 void notifyVideoUnavailable(int reason) { in notifyVideoUnavailable() method in TvInteractiveAppService.Session
/aosp14/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java742 public void notifyVideoUnavailable( in notifyVideoUnavailable() method in TvInputService.Session
H A DTvInputManager.java1019 mSession.getInteractiveAppSession().notifyVideoUnavailable(reason); in postVideoUnavailable()
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java1032 public void notifyVideoUnavailable(IBinder sessionToken, int reason, int userId) { in notifyVideoUnavailable() method in TvInteractiveAppManagerService.BinderService
1043 getSessionLocked(sessionState).notifyVideoUnavailable(reason); in notifyVideoUnavailable()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt27460 method public void notifyVideoUnavailable(int);