Home
last modified time | relevance | path

Searched refs:ITvInteractiveAppService (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppService.aidl30 oneway interface ITvInteractiveAppService { interface
H A DTvInteractiveAppService.java306 ITvInteractiveAppService.Stub tvIAppServiceBinder = new ITvInteractiveAppService.Stub() { in onBind()
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java45 import android.media.tv.interactive.ITvInteractiveAppService;
2130 ITvInteractiveAppService service, IBinder sessionToken, int userId) { in createSessionInternalLocked()
2404 private ITvInteractiveAppService mService;
2446 serviceState.mService = ITvInteractiveAppService.Stub.asInterface(service); in onServiceConnected()