Searched defs:iAppServiceId (Results 1 – 8 of 8) sorted by relevance
| /frameworks/base/media/java/android/media/tv/interactive/ |
| D | ITvInteractiveAppManagerCallback.aidl | 26 void onInteractiveAppServiceAdded(in String iAppServiceId); in onInteractiveAppServiceAdded() 27 void onInteractiveAppServiceRemoved(in String iAppServiceId); in onInteractiveAppServiceRemoved() 28 void onInteractiveAppServiceUpdated(in String iAppServiceId); in onInteractiveAppServiceUpdated() 30 void onStateChanged(in String iAppServiceId, int type, int state, int err); in onStateChanged()
|
| D | TvInteractiveAppView.java | 501 public void prepareInteractiveApp( in prepareInteractiveApp() 1166 public void onPlaybackCommandRequest( in onPlaybackCommandRequest() 1180 public void onTimeShiftCommandRequest( in onTimeShiftCommandRequest() 1195 public void onStateChanged( in onStateChanged() 1213 public void onBiInteractiveAppCreated(@NonNull String iAppServiceId, @NonNull Uri biIAppUri, in onBiInteractiveAppCreated() 1223 public void onTeletextAppStateChanged( in onTeletextAppStateChanged() 1234 public void onSetVideoBounds(@NonNull String iAppServiceId, @NonNull Rect rect) { in onSetVideoBounds() 1243 public void onRequestCurrentVideoBounds(@NonNull String iAppServiceId) { in onRequestCurrentVideoBounds() 1252 public void onRequestCurrentChannelUri(@NonNull String iAppServiceId) { in onRequestCurrentChannelUri() 1261 public void onRequestCurrentChannelLcn(@NonNull String iAppServiceId) { in onRequestCurrentChannelLcn() [all …]
|
| D | ITvInteractiveAppService.aidl | 34 in String iAppServiceId, int type); in createSession()
|
| D | TvInteractiveAppManager.java | 801 public void onInteractiveAppServiceAdded(@NonNull String iAppServiceId) { in onInteractiveAppServiceAdded() 812 public void onInteractiveAppServiceRemoved(@NonNull String iAppServiceId) { in onInteractiveAppServiceRemoved() 823 public void onInteractiveAppServiceUpdated(@NonNull String iAppServiceId) { in onInteractiveAppServiceUpdated() 852 public void onTvInteractiveAppServiceStateChanged( in onTvInteractiveAppServiceStateChanged() 873 public void postInteractiveAppServiceAdded(final String iAppServiceId) { in postInteractiveAppServiceAdded() 882 public void postInteractiveAppServiceRemoved(final String iAppServiceId) { in postInteractiveAppServiceRemoved() 891 public void postInteractiveAppServiceUpdated(final String iAppServiceId) { in postInteractiveAppServiceUpdated() 910 public void postStateChanged(String iAppServiceId, int type, int state, int err) { in postStateChanged() 933 public void createSession(@NonNull String iAppServiceId, int type, in createSession() 938 private void createSessionInternal(String iAppServiceId, int type, SessionCallback callback, in createSessionInternal()
|
| D | ITvInteractiveAppClient.aidl | 34 void onSessionCreated(in String iAppServiceId, IBinder token, in InputChannel channel, int seq); in onSessionCreated()
|
| D | TvInteractiveAppService.java | 392 public abstract Session onCreateSession( in onCreateSession() 2402 String iAppServiceId = (String) args.arg3; in handleMessage() local
|
| D | ITvInteractiveAppManager.aidl | 85 void createSession(in ITvInteractiveAppClient client, in String iAppServiceId, int type, in createSession()
|
| /frameworks/base/services/core/java/com/android/server/tv/interactive/ |
| D | TvInteractiveAppManagerService.java | 221 String iAppServiceId = info.getId(); in buildTvInteractiveAppServiceListLocked() local 407 private void notifyInteractiveAppServiceAddedLocked(UserState userState, String iAppServiceId) { in notifyInteractiveAppServiceAddedLocked() 426 UserState userState, String iAppServiceId) { in notifyInteractiveAppServiceRemovedLocked() 445 UserState userState, String iAppServiceId) { in notifyInteractiveAppServiceUpdatedLocked() 464 UserState userState, String iAppServiceId, int type, int state, int err) { in notifyStateChangedLocked() 1642 final ITvInteractiveAppClient client, final String iAppServiceId, int type, in createSession() 2988 ITvInteractiveAppClient client, String iAppServiceId, IBinder sessionToken, in sendSessionTokenToClientLocked() 3174 String iAppServiceId, int userId) { in abortPendingCreateSessionRequestsLocked() 3379 private SessionState(IBinder sessionToken, String iAppServiceId, int type, in SessionState() 3758 String iAppServiceId = serviceState.mIAppServiceId; in onStateChanged() local
|