Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppManager.aidl26 import android.media.tv.interactive.ITvInteractiveAppClient;
83 void createSession(in ITvInteractiveAppClient client, in String iAppServiceId, int type, in createSession()
H A DITvInteractiveAppClient.aidl33 oneway interface ITvInteractiveAppClient { interface
H A DTvInteractiveAppManager.java317 private final ITvInteractiveAppClient mClient;
323 mClient = new ITvInteractiveAppClient.Stub() { in TvInteractiveAppManager()
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java42 import android.media.tv.interactive.ITvInteractiveAppClient;
847 final ITvInteractiveAppClient client, final String iAppServiceId, int type, in createSession()
2119 ITvInteractiveAppClient client, String iAppServiceId, IBinder sessionToken, in sendSessionTokenToClientLocked()
2317 private final ITvInteractiveAppClient mClient;
2332 ComponentName componentName, ITvInteractiveAppClient client, int seq, in SessionState()