/frameworks/base/media/java/android/media/tv/interactive/ |
D | ITvInteractiveAppManagerCallback.aidl | 26 void onInteractiveAppServiceAdded(in String iAppServiceId); in onInteractiveAppServiceAdded() argument 27 void onInteractiveAppServiceRemoved(in String iAppServiceId); in onInteractiveAppServiceRemoved() argument 28 void onInteractiveAppServiceUpdated(in String iAppServiceId); in onInteractiveAppServiceUpdated() argument 30 void onStateChanged(in String iAppServiceId, int type, int state, int err); in onStateChanged() argument
|
D | TvInteractiveAppView.java | 470 @NonNull String iAppServiceId, in prepareInteractiveApp() 476 mSessionCallback = new MySessionCallback(iAppServiceId, type); in prepareInteractiveApp() 478 mTvInteractiveAppManager.createSession(iAppServiceId, type, mSessionCallback, mHandler); in prepareInteractiveApp() 1135 @NonNull String iAppServiceId, in onPlaybackCommandRequest() 1149 @NonNull String iAppServiceId, in onTimeShiftCommandRequest() 1164 @NonNull String iAppServiceId, in onStateChanged() 1181 public void onBiInteractiveAppCreated(@NonNull String iAppServiceId, @NonNull Uri biIAppUri, in onBiInteractiveAppCreated() argument 1192 @NonNull String iAppServiceId, in onTeletextAppStateChanged() 1202 public void onSetVideoBounds(@NonNull String iAppServiceId, @NonNull Rect rect) { in onSetVideoBounds() argument 1211 public void onRequestCurrentVideoBounds(@NonNull String iAppServiceId) { in onRequestCurrentVideoBounds() argument [all …]
|
D | TvInteractiveAppManager.java | 325 public void onSessionCreated(String iAppServiceId, IBinder token, InputChannel channel, in TvInteractiveAppManager() 735 public void onInteractiveAppServiceAdded(String iAppServiceId) { in TvInteractiveAppManager() 738 record.postInteractiveAppServiceAdded(iAppServiceId); in TvInteractiveAppManager() 744 public void onInteractiveAppServiceRemoved(String iAppServiceId) { in TvInteractiveAppManager() 747 record.postInteractiveAppServiceRemoved(iAppServiceId); in TvInteractiveAppManager() 753 public void onInteractiveAppServiceUpdated(String iAppServiceId) { in TvInteractiveAppManager() 756 record.postInteractiveAppServiceUpdated(iAppServiceId); in TvInteractiveAppManager() 772 public void onStateChanged(String iAppServiceId, int type, int state, int err) { in TvInteractiveAppManager() 775 record.postStateChanged(iAppServiceId, type, state, err); in TvInteractiveAppManager() 801 public void onInteractiveAppServiceAdded(@NonNull String iAppServiceId) { in onInteractiveAppServiceAdded() argument [all …]
|
D | ITvInteractiveAppService.aidl | 34 in String iAppServiceId, int type); in createSession() argument
|
D | ITvInteractiveAppClient.aidl | 34 void onSessionCreated(in String iAppServiceId, IBinder token, in InputChannel channel, int seq); in onSessionCreated() argument
|
D | TvInteractiveAppService.java | 330 String iAppServiceId, int type) { in onBind() 337 args.arg3 = iAppServiceId; in onBind() 393 @NonNull String iAppServiceId, in onCreateSession() 2402 String iAppServiceId = (String) args.arg3; in handleMessage() local 2405 Session sessionImpl = onCreateSession(iAppServiceId, type); in handleMessage()
|
D | ITvInteractiveAppManager.aidl | 85 void createSession(in ITvInteractiveAppClient client, in String iAppServiceId, int type, in createSession() argument
|
/frameworks/base/services/core/java/com/android/server/tv/interactive/ |
D | TvInteractiveAppManagerService.java | 219 String iAppServiceId = info.getId(); in buildTvInteractiveAppServiceListLocked() local 221 Slogf.d(TAG, "add " + iAppServiceId); in buildTvInteractiveAppServiceListLocked() 224 Integer count = tiasAppCount.get(iAppServiceId); in buildTvInteractiveAppServiceListLocked() 226 tiasAppCount.put(iAppServiceId, count); in buildTvInteractiveAppServiceListLocked() 227 TvInteractiveAppState iAppState = userState.mIAppMap.get(iAppServiceId); in buildTvInteractiveAppServiceListLocked() 234 iAppMap.put(iAppServiceId, iAppState); in buildTvInteractiveAppServiceListLocked() 238 for (String iAppServiceId : iAppMap.keySet()) { in buildTvInteractiveAppServiceListLocked() 239 if (!userState.mIAppMap.containsKey(iAppServiceId)) { in buildTvInteractiveAppServiceListLocked() 240 notifyInteractiveAppServiceAddedLocked(userState, iAppServiceId); in buildTvInteractiveAppServiceListLocked() 243 ComponentName component = iAppMap.get(iAppServiceId).mInfo.getComponent(); in buildTvInteractiveAppServiceListLocked() [all …]
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |