Home
last modified time | relevance | path

Searched refs:ITvInteractiveAppSession (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppSessionCallback.aidl24 import android.media.tv.interactive.ITvInteractiveAppSession;
34 void onSessionCreated(in ITvInteractiveAppSession session); in onSessionCreated()
H A DITvInteractiveAppSession.aidl36 oneway interface ITvInteractiveAppSession { interface
H A DTvInteractiveAppService.java2251 ITvInteractiveAppSession stub = new ITvInteractiveAppSessionWrapper( in handleMessage()
2265 ITvInteractiveAppSession stub = (ITvInteractiveAppSession) args.arg2; in handleMessage()
H A DITvInteractiveAppSessionWrapper.java52 extends ITvInteractiveAppSession.Stub implements HandlerCaller.Callback {
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java47 import android.media.tv.interactive.ITvInteractiveAppSession;
677 private ITvInteractiveAppSession getSessionLocked( in getSessionLocked()
683 private ITvInteractiveAppSession getSessionLocked(SessionState sessionState) { in getSessionLocked()
684 ITvInteractiveAppSession session = sessionState.mSession; in getSessionLocked()
2314 private ITvInteractiveAppSession mSession;
2572 public void onSessionCreated(ITvInteractiveAppSession session) { in onSessionCreated()
3079 private boolean addSessionTokenToClientStateLocked(ITvInteractiveAppSession session) { in addSessionTokenToClientStateLocked()