/aosp_15_r20/packages/apps/TV/src/com/android/tv/interactive/ |
D | IAppManager.java | 213 public void onInteractiveAppServiceAdded(String iAppServiceId) {} in onInteractiveAppServiceAdded() 216 public void onInteractiveAppServiceRemoved(String iAppServiceId) {} in onInteractiveAppServiceRemoved() 219 public void onInteractiveAppServiceUpdated(String iAppServiceId) {} in onInteractiveAppServiceUpdated() 222 public void onTvInteractiveAppServiceStateChanged(String iAppServiceId, int type, int state, in onTvInteractiveAppServiceStateChanged() 237 public void onPlaybackCommandRequest(String iAppServiceId, String cmdType, in onPlaybackCommandRequest() 314 public void onStateChanged(String iAppServiceId, int state, int err) { in onStateChanged() 318 public void onBiInteractiveAppCreated(String iAppServiceId, Uri biIAppUri, in onBiInteractiveAppCreated() 322 public void onTeletextAppStateChanged(String iAppServiceId, int state) {} in onTeletextAppStateChanged() 325 public void onSetVideoBounds(String iAppServiceId, Rect rect) { in onSetVideoBounds() 335 public void onRequestCurrentVideoBounds(@NonNull String iAppServiceId) { in onRequestCurrentVideoBounds() [all …]
|
/aosp_15_r20/frameworks/base/media/java/android/media/tv/interactive/ |
H A 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 …]
|
H A 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()
|
H A 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()
|
H A D | ITvInteractiveAppService.aidl | 34 in String iAppServiceId, int type); in createSession()
|
H A D | ITvInteractiveAppClient.aidl | 34 void onSessionCreated(in String iAppServiceId, IBinder token, in InputChannel channel, int seq); in onSessionCreated()
|
H A D | TvInteractiveAppService.java | 392 public abstract Session onCreateSession( in onCreateSession() 2402 String iAppServiceId = (String) args.arg3; in handleMessage() local
|
H A D | ITvInteractiveAppManager.aidl | 85 void createSession(in ITvInteractiveAppClient client, in String iAppServiceId, int type, in createSession()
|
/aosp_15_r20/cts/tests/tests/tv/src/android/media/tv/interactive/cts/ |
H A D | TvInteractiveAppManagerTest.java | 75 public void onInteractiveAppServiceAdded(String iAppServiceId) { in onInteractiveAppServiceAdded() 80 public void onInteractiveAppServiceRemoved(String iAppServiceId) { in onInteractiveAppServiceRemoved() 85 public void onInteractiveAppServiceUpdated(String iAppServiceId) { in onInteractiveAppServiceUpdated() 96 String iAppServiceId, int type, int state, int err) { in onTvInteractiveAppServiceStateChanged()
|
H A D | TvInteractiveAppServiceTest.java | 251 public void onRequestCurrentChannelUri(String iAppServiceId) { in onRequestCurrentChannelUri() 257 public void onRequestCurrentVideoBounds(String iAppServiceId) { in onRequestCurrentVideoBounds() 263 public void onRequestSigning(String iAppServiceId, String signingId, in onRequestSigning() 274 public void onRequestSigning(String iAppServiceId, String signingId, String algorithm, in onRequestSigning() 285 public void onRequestCertificate(String iAppServiceId, String host, int port) { in onRequestCertificate() 292 public void onStateChanged(String iAppServiceId, int state, int err) { in onStateChanged() 301 public void onBiInteractiveAppCreated(String iAppServiceId, Uri biIAppUri, in onBiInteractiveAppCreated()
|
H A D | StubTvInteractiveAppService.java | 56 public Session onCreateSession(String iAppServiceId, int type) { in onCreateSession()
|
/aosp_15_r20/cts/tests/tests/tv/interactive/src/android/media/tv/interactive/cts/ |
H A D | TvInteractiveAppManagerTest.java | 74 public void onInteractiveAppServiceAdded(String iAppServiceId) { in onInteractiveAppServiceAdded() 79 public void onInteractiveAppServiceRemoved(String iAppServiceId) { in onInteractiveAppServiceRemoved() 84 public void onInteractiveAppServiceUpdated(String iAppServiceId) { in onInteractiveAppServiceUpdated() 95 String iAppServiceId, int type, int state, int err) { in onTvInteractiveAppServiceStateChanged()
|
H A D | TvInteractiveAppServiceTest.java | 250 public void onRequestCurrentChannelUri(String iAppServiceId) { in onRequestCurrentChannelUri() 256 public void onRequestCurrentVideoBounds(String iAppServiceId) { in onRequestCurrentVideoBounds() 262 public void onRequestSigning(String iAppServiceId, String signingId, in onRequestSigning() 273 public void onRequestSigning(String iAppServiceId, String signingId, String algorithm, in onRequestSigning() 284 public void onRequestCertificate(String iAppServiceId, String host, int port) { in onRequestCertificate() 291 public void onStateChanged(String iAppServiceId, int state, int err) { in onStateChanged() 300 public void onBiInteractiveAppCreated(String iAppServiceId, Uri biIAppUri, in onBiInteractiveAppCreated()
|
H A D | StubTvInteractiveAppService.java | 56 public Session onCreateSession(String iAppServiceId, int type) { in onCreateSession()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/tv/interactive/ |
H A D | TvInteractiveAppManagerService.java | 219 String iAppServiceId = info.getId(); in buildTvInteractiveAppServiceListLocked() local 405 private void notifyInteractiveAppServiceAddedLocked(UserState userState, String iAppServiceId) { in notifyInteractiveAppServiceAddedLocked() 424 UserState userState, String iAppServiceId) { in notifyInteractiveAppServiceRemovedLocked() 443 UserState userState, String iAppServiceId) { in notifyInteractiveAppServiceUpdatedLocked() 462 UserState userState, String iAppServiceId, int type, int state, int err) { in notifyStateChangedLocked() 1635 final ITvInteractiveAppClient client, final String iAppServiceId, int type, in createSession() 2981 ITvInteractiveAppClient client, String iAppServiceId, IBinder sessionToken, in sendSessionTokenToClientLocked() 3167 String iAppServiceId, int userId) { in abortPendingCreateSessionRequestsLocked() 3372 private SessionState(IBinder sessionToken, String iAppServiceId, int type, in SessionState() 3751 String iAppServiceId = serviceState.mIAppServiceId; in onStateChanged() local
|
/aosp_15_r20/packages/apps/TV/interactive/SampleTvInteractiveAppService/src/com/android/tv/samples/sampletvinteractiveappservice/ |
D | SampleTvInteractiveAppService.java | 31 public Session onCreateSession(String iAppServiceId, int type) { in onCreateSession()
|
D | TiasSessionImpl.java | 117 public TiasSessionImpl(Context context, String iAppServiceId, int type) { in TiasSessionImpl()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/ |
D | framework.jar33 | META-INF/
META-INF/MANIFEST.MF
android/
android/media/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-33/ |
D | framework.jar | android/media/tv/tuner/frontend/Atsc3FrontendCapabilities.class
Atsc3FrontendCapabilities.java
package android. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/javac/ |
D | services.core.unboosted.jar35 | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/repackaged-jarjar/javac-35/ |
D | services.core.unboosted.jar | com/android/server/utils/Watchable.class
Watchable.java
package com.android. ... |
/aosp_15_r20/prebuilts/sdk/35/public/ |
HD | android-non-updatable.jar | META-INF/
META-INF/MANIFEST.MF
AndroidManifest.xml
android/
android/Manifest ... |
/aosp_15_r20/prebuilts/sdk/34/public/ |
HD | android-non-updatable.jar | META-INF/
META-INF/MANIFEST.MF
AndroidManifest.xml
android/
android/Manifest ... |
/aosp_15_r20/prebuilts/sdk/current/public/ |
HD | android-non-updatable.jar | META-INF/
META-INF/MANIFEST.MF
AndroidManifest.xml
android/
android/Manifest ... |
/aosp_15_r20/prebuilts/sdk/34/system/ |
HD | android-non-updatable.jar | META-INF/
META-INF/MANIFEST.MF
AndroidManifest.xml
android/
android/Manifest ... |