Searched refs:ITvInteractiveAppSession (Results 1 – 5 of 5) sorted by relevance
24 import android.media.tv.interactive.ITvInteractiveAppSession;34 void onSessionCreated(in ITvInteractiveAppSession session); in onSessionCreated()
36 oneway interface ITvInteractiveAppSession { interface
2415 ITvInteractiveAppSession stub = new ITvInteractiveAppSessionWrapper( in handleMessage()2429 ITvInteractiveAppSession stub = (ITvInteractiveAppSession) args.arg2; in handleMessage()
52 extends ITvInteractiveAppSession.Stub implements HandlerCaller.Callback {
57 import android.media.tv.interactive.ITvInteractiveAppSession;900 private ITvInteractiveAppSession getSessionLocked( in getSessionLocked()906 private ITvInteractiveAppSession getSessionLocked(SessionState sessionState) { in getSessionLocked()907 ITvInteractiveAppSession session = sessionState.mSession; in getSessionLocked()3355 private ITvInteractiveAppSession mSession;3782 public void onSessionCreated(ITvInteractiveAppSession session) { in onSessionCreated()4343 private boolean addSessionTokenToClientStateLocked(ITvInteractiveAppSession session) { in addSessionTokenToClientStateLocked()