Home
last modified time | relevance | path

Searched refs:cmdType (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppSessionCallback.aidl42 void onCommandRequest(in String cmdType, in Bundle parameters); in onCommandRequest() argument
43 void onTimeShiftCommandRequest(in String cmdType, in Bundle parameters); in onTimeShiftCommandRequest() argument
H A DITvInteractiveAppClient.aidl43 void onCommandRequest(in String cmdType, in Bundle parameters, int seq); in onCommandRequest() argument
44 void onTimeShiftCommandRequest(in String cmdType, in Bundle parameters, int seq); in onTimeShiftCommandRequest() argument
H A DTvInteractiveAppView.java1085 @NonNull @TvInteractiveAppService.PlaybackCommandType String cmdType, in onPlaybackCommandRequest() argument
1099 @NonNull @TvInteractiveAppService.TimeShiftCommandType String cmdType, in onTimeShiftCommandRequest() argument
1470 @TvInteractiveAppService.PlaybackCommandType String cmdType, in onCommandRequest() argument
1473 Log.d(TAG, "onCommandRequest (cmdType=" + cmdType + ", parameters=" in onCommandRequest()
1486 mIAppServiceId, cmdType, parameters); in onCommandRequest()
1497 @TvInteractiveAppService.TimeShiftCommandType String cmdType, in onTimeShiftCommandRequest() argument
1500 Log.d(TAG, "onTimeShiftCommandRequest (cmdType=" + cmdType + ", parameters=" in onTimeShiftCommandRequest()
1513 mIAppServiceId, cmdType, parameters); in onTimeShiftCommandRequest()
H A DTvInteractiveAppManager.java396 @TvInteractiveAppService.PlaybackCommandType String cmdType, in TvInteractiveAppManager()
405 record.postCommandRequest(cmdType, parameters); in TvInteractiveAppManager()
411 @TvInteractiveAppService.TimeShiftCommandType String cmdType, in TvInteractiveAppManager()
420 record.postTimeShiftCommandRequest(cmdType, parameters); in TvInteractiveAppManager()
2036 final @TvInteractiveAppService.PlaybackCommandType String cmdType, in postCommandRequest() argument
2041 mSessionCallback.onCommandRequest(mSession, cmdType, parameters); in postCommandRequest()
2047 final @TvInteractiveAppService.TimeShiftCommandType String cmdType, in postTimeShiftCommandRequest() argument
2052 mSessionCallback.onTimeShiftCommandRequest(mSession, cmdType, parameters); in postTimeShiftCommandRequest()
2309 @TvInteractiveAppService.PlaybackCommandType String cmdType, in onCommandRequest() argument
2323 @TvInteractiveAppService.TimeShiftCommandType String cmdType, in onTimeShiftCommandRequest() argument
H A DTvInteractiveAppService.java1083 @PlaybackCommandType @NonNull String cmdType, @Nullable Bundle parameters) { in sendPlaybackCommandRequest()
1090 Log.d(TAG, "requestCommand (cmdType=" + cmdType + ", parameters=" in sendPlaybackCommandRequest()
1094 mSessionCallback.onCommandRequest(cmdType, parameters); in sendPlaybackCommandRequest()
1111 @TimeShiftCommandType @NonNull String cmdType, @Nullable Bundle parameters) { in sendTimeShiftCommandRequest()
1118 Log.d(TAG, "requestTimeShiftCommand (cmdType=" + cmdType in sendTimeShiftCommandRequest()
1122 mSessionCallback.onTimeShiftCommandRequest(cmdType, parameters); in sendTimeShiftCommandRequest()
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java2651 @TvInteractiveAppService.PlaybackCommandType String cmdType, in onCommandRequest()
2655 Slogf.d(TAG, "onCommandRequest (cmdType=" + cmdType + ", parameters=" in onCommandRequest()
2662 mSessionState.mClient.onCommandRequest(cmdType, parameters, mSessionState.mSeq); in onCommandRequest()
2671 @TvInteractiveAppService.TimeShiftCommandType String cmdType, in onTimeShiftCommandRequest()
2675 Slogf.d(TAG, "onTimeShiftCommandRequest (cmdType=" + cmdType in onTimeShiftCommandRequest()
2683 cmdType, parameters, mSessionState.mSeq); in onTimeShiftCommandRequest()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...