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
2251 ITvInteractiveAppSession stub = new ITvInteractiveAppSessionWrapper( in handleMessage()2265 ITvInteractiveAppSession stub = (ITvInteractiveAppSession) args.arg2; in handleMessage()
52 extends ITvInteractiveAppSession.Stub implements HandlerCaller.Callback {
47 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()