Home
last modified time | relevance | path

Searched defs:iAppServiceId (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppManagerCallback.aidl26 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 DTvInteractiveAppView.java466 public void prepareInteractiveApp( in prepareInteractiveApp()
1083 public void onPlaybackCommandRequest( in onPlaybackCommandRequest()
1097 public void onTimeShiftCommandRequest( in onTimeShiftCommandRequest()
1112 public void onStateChanged( in onStateChanged()
1140 public void onTeletextAppStateChanged( in onTeletextAppStateChanged()
1187 public void onRequestStreamVolume(@NonNull String iAppServiceId) { in onRequestStreamVolume()
1255 public void onRequestStopRecording( in onRequestStopRecording()
1341 public void onSetTvRecordingInfo( in onSetTvRecordingInfo()
1357 public void onRequestTvRecordingInfo( in onRequestTvRecordingInfo()
1370 public void onRequestTvRecordingInfoList( in onRequestTvRecordingInfoList()
[all …]
H A DITvInteractiveAppService.aidl34 in String iAppServiceId, int type); in createSession()
H A DTvInteractiveAppManager.java764 public void onInteractiveAppServiceAdded(@NonNull String iAppServiceId) { in onInteractiveAppServiceAdded()
775 public void onInteractiveAppServiceRemoved(@NonNull String iAppServiceId) { in onInteractiveAppServiceRemoved()
786 public void onInteractiveAppServiceUpdated(@NonNull String iAppServiceId) { in onInteractiveAppServiceUpdated()
815 public void onTvInteractiveAppServiceStateChanged( in onTvInteractiveAppServiceStateChanged()
836 public void postInteractiveAppServiceAdded(final String iAppServiceId) { in postInteractiveAppServiceAdded()
845 public void postInteractiveAppServiceRemoved(final String iAppServiceId) { in postInteractiveAppServiceRemoved()
854 public void postInteractiveAppServiceUpdated(final String iAppServiceId) { in postInteractiveAppServiceUpdated()
873 public void postStateChanged(String iAppServiceId, int type, int state, int err) { in postStateChanged()
896 public void createSession(@NonNull String iAppServiceId, int type, in createSession()
901 private void createSessionInternal(String iAppServiceId, int type, SessionCallback callback, in createSessionInternal()
H A DITvInteractiveAppClient.aidl34 void onSessionCreated(in String iAppServiceId, IBinder token, in InputChannel channel, int seq); in onSessionCreated()
H A DTvInteractiveAppService.java385 public abstract Session onCreateSession( in onCreateSession()
2238 String iAppServiceId = (String) args.arg3; in handleMessage() local
H A DITvInteractiveAppManager.aidl83 void createSession(in ITvInteractiveAppClient client, in String iAppServiceId, int type, in createSession()
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java207 String iAppServiceId = info.getId(); in buildTvInteractiveAppServiceListLocked() local
258 private void notifyInteractiveAppServiceAddedLocked(UserState userState, String iAppServiceId) { in notifyInteractiveAppServiceAddedLocked()
277 UserState userState, String iAppServiceId) { in notifyInteractiveAppServiceRemovedLocked()
296 UserState userState, String iAppServiceId) { in notifyInteractiveAppServiceUpdatedLocked()
315 UserState userState, String iAppServiceId, int type, int state, int err) { in notifyStateChangedLocked()
847 final ITvInteractiveAppClient client, final String iAppServiceId, int type, in createSession()
2119 ITvInteractiveAppClient client, String iAppServiceId, IBinder sessionToken, in sendSessionTokenToClientLocked()
2211 String iAppServiceId, int userId) { in abortPendingCreateSessionRequestsLocked()
2331 private SessionState(IBinder sessionToken, String iAppServiceId, int type, in SessionState()
2552 String iAppServiceId = serviceState.mIAppServiceId; in onStateChanged() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...