Searched refs:ITvInteractiveAppClient (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/media/java/android/media/tv/interactive/ |
H A D | ITvInteractiveAppManager.aidl | 26 import android.media.tv.interactive.ITvInteractiveAppClient; 83 void createSession(in ITvInteractiveAppClient client, in String iAppServiceId, int type, in createSession()
|
H A D | ITvInteractiveAppClient.aidl | 33 oneway interface ITvInteractiveAppClient { interface
|
H A D | TvInteractiveAppManager.java | 317 private final ITvInteractiveAppClient mClient; 323 mClient = new ITvInteractiveAppClient.Stub() { in TvInteractiveAppManager()
|
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/ |
H A D | TvInteractiveAppManagerService.java | 42 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()
|