Home
last modified time | relevance | path

Searched refs:ITvInteractiveAppSessionCallback (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppService.aidl21 import android.media.tv.interactive.ITvInteractiveAppSessionCallback;
33 void createSession(in InputChannel channel, in ITvInteractiveAppSessionCallback callback, in createSession()
H A DTvInteractiveAppService.java322 public void createSession(InputChannel channel, ITvInteractiveAppSessionCallback cb, in onBind()
424 private ITvInteractiveAppSessionCallback mSessionCallback;
2031 private void initialize(ITvInteractiveAppSessionCallback callback) { in initialize()
2236 ITvInteractiveAppSessionCallback cb = in handleMessage()
2237 (ITvInteractiveAppSessionCallback) args.arg2; in handleMessage()
2266 ITvInteractiveAppSessionCallback cb = in handleMessage()
2267 (ITvInteractiveAppSessionCallback) args.arg3; in handleMessage()
H A DITvInteractiveAppSessionCallback.aidl33 oneway interface ITvInteractiveAppSessionCallback { interface
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java48 import android.media.tv.interactive.ITvInteractiveAppSessionCallback;
2140 ITvInteractiveAppSessionCallback callback = new SessionCallback(sessionState, channels); in createSessionInternalLocked()
2562 private final class SessionCallback extends ITvInteractiveAppSessionCallback.Stub {