Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/tv/interactive/
DITvInteractiveAppService.aidl30 oneway interface ITvInteractiveAppService { interface
DTvInteractiveAppService.java313 ITvInteractiveAppService.Stub tvIAppServiceBinder = new ITvInteractiveAppService.Stub() { in onBind()
/frameworks/base/services/core/java/com/android/server/tv/interactive/
DTvInteractiveAppManagerService.java55 import android.media.tv.interactive.ITvInteractiveAppService;
3003 ITvInteractiveAppService service, IBinder sessionToken, int userId) { in createSessionInternalLocked()
3488 private ITvInteractiveAppService mService;
3553 serviceState.mService = ITvInteractiveAppService.Stub.asInterface(service); in onServiceConnected()