Searched defs:onSessionStateChanged (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/media/java/android/media/tv/interactive/ | ||
H A D | ITvInteractiveAppSessionCallback.aidl | 38 void onSessionStateChanged(int state, int err); in onSessionStateChanged() method |
H A D | ITvInteractiveAppClient.aidl | 39 void onSessionStateChanged(int state, int err, int seq); in onSessionStateChanged() method |
H A D | TvInteractiveAppView.java | 1522 public void onSessionStateChanged( in onSessionStateChanged() method in TvInteractiveAppView.MySessionCallback |
H A D | TvInteractiveAppManager.java | 2526 public void onSessionStateChanged( in onSessionStateChanged() method in TvInteractiveAppManager.SessionCallback |
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/ | ||
H A D | TvInteractiveAppManagerService.java | 3005 public void onSessionStateChanged(int state, int err) { in onSessionStateChanged() method in TvInteractiveAppManagerService.SessionCallback |