Home
last modified time | relevance | path

Searched defs:inputId (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/aosp_15_r20/packages/apps/TV/src/com/android/tv/
DInputSessionManager.java114 String inputId, in createRecordingSession()
180 public Long getEarliestRecordingSessionEndTimeMs(String inputId) { in getEarliestRecordingSessionEndTimeMs()
195 int getTunedTvViewSessionCount(String inputId) { in getTunedTvViewSessionCount()
215 int getTunedRecordingSessionCount(String inputId) { in getTunedRecordingSessionCount()
293 public void tune(String inputId, Uri channelUri) { in tune()
368 public void timeShiftPlay(String inputId, Uri recordedProgramUri) { in timeShiftPlay()
415 String inputId, in RecordingSession()
457 public void tune(String inputId, Uri channelUri) { in tune()
528 public void onConnectionFailed(String inputId) { in onConnectionFailed()
533 public void onDisconnected(String inputId) { in onDisconnected()
[all …]
/aosp_15_r20/frameworks/base/media/java/android/media/tv/
H A DTvView.java349 public void tune(@NonNull String inputId, Uri channelUri) { in tune()
363 public void tune(String inputId, Uri channelUri, Bundle params) { in tune()
578 public void timeShiftPlay(String inputId, Uri recordedProgramUri) { in timeShiftPlay()
1084 public void onTimeShiftStartPositionChanged(String inputId, long timeMs) { in onTimeShiftStartPositionChanged()
1099 public void onTimeShiftCurrentPositionChanged(String inputId, long timeMs) { in onTimeShiftCurrentPositionChanged()
1114 public void onConnectionFailed(String inputId) { in onConnectionFailed()
1122 public void onDisconnected(String inputId) { in onDisconnected()
1132 public void onChannelRetuned(String inputId, Uri channelUri) { in onChannelRetuned()
1141 public void onAudioPresentationsChanged(@NonNull String inputId, in onAudioPresentationsChanged()
1152 public void onAudioPresentationSelected(@NonNull String inputId, int presentationId, in onAudioPresentationSelected()
[all …]
H A DTvInputManager.java1530 public void onInputStateChanged(String inputId, @InputState int state) { in onInputStateChanged()
1541 public void onInputAdded(String inputId) { in onInputAdded()
1552 public void onInputRemoved(String inputId) { in onInputRemoved()
1563 public void onInputUpdated(String inputId) { in onInputUpdated()
1603 public void postInputAdded(final String inputId) { in postInputAdded()
1612 public void postInputRemoved(final String inputId) { in postInputRemoved()
1621 public void postInputUpdated(final String inputId) { in postInputUpdated()
1630 public void postInputStateChanged(final String inputId, final int state) { in postInputStateChanged()
2139 String inputId = info.getId(); in TvInputManager() local
2169 public TvInputInfo getTvInputInfo(@NonNull String inputId) { in getTvInputInfo()
[all …]
H A DTvRecordingClient.java122 public void tune(String inputId, Uri channelUri) { in tune()
147 public void tune(String inputId, Uri channelUri, Bundle params) { in tune()
416 public void onConnectionFailed(String inputId) { in onConnectionFailed()
424 public void onDisconnected(String inputId) { in onDisconnected()
469 public void onEvent(String inputId, String eventType, Bundle eventArgs) { in onEvent()
478 MySessionCallback(String inputId, Uri channelUri, Bundle connectionParams) { in MySessionCallback()
H A DITvInputManagerCallback.aidl27 void onInputAdded(in String inputId); in onInputAdded()
28 void onInputRemoved(in String inputId); in onInputRemoved()
29 void onInputUpdated(in String inputId); in onInputUpdated()
30 void onInputStateChanged(in String inputId, int state); in onInputStateChanged()
H A DTvInputService.java369 public abstract Session onCreateSession(@NonNull String inputId); in onCreateSession()
380 public RecordingSession onCreateRecordingSession(@NonNull String inputId) { in onCreateRecordingSession()
395 public Session onCreateSession(@NonNull String inputId, @NonNull String sessionId) { in onCreateSession()
412 public Session onCreateSession(@NonNull String inputId, @NonNull String sessionId, in onCreateSession()
428 public RecordingSession onCreateRecordingSession( in onCreateRecordingSession()
507 private boolean isPassthroughInput(String inputId) { in isPassthroughInput()
2913 private void broadcastRemoveHardwareInput(String inputId) { in broadcastRemoveHardwareInput()
2932 String inputId = (String) args.arg3; in handleMessage() local
3006 String inputId = (String) args.arg2; in handleMessage() local
3040 String inputId = onHardwareRemoved(hardwareInfo); in handleMessage() local
[all …]
H A DITvInputManager.aidl50 TvInputInfo getTvInputInfo(in String inputId, int userId); in getTvInputInfo()
52 int getTvInputState(in String inputId, int userId); in getTvInputState()
53 List<String> getAvailableExtensionInterfaceNames(in String inputId, int userId); in getAvailableExtensionInterfaceNames()
54 IBinder getExtensionInterface(in String inputId, in String name, int userId); in getExtensionInterface()
68 …void createSession(in ITvInputClient client, in String inputId, in AttributionSource tvAppAttribut… in createSession()
137 List<TvStreamConfig> getAvailableTvStreamConfigList(in String inputId, int userId); in getAvailableTvStreamConfigList()
138 boolean captureFrame(in String inputId, in Surface surface, in TvStreamConfig config, in captureFrame()
/aosp_15_r20/packages/apps/TV/src/com/android/tv/util/
DTvInputManagerHelper.java70 TvInputInfo getTvInputInfo(String inputId); in getTvInputInfo()
72 Integer getInputState(String inputId); in getInputState()
91 public TvInputInfo getTvInputInfo(String inputId) { in getTvInputInfo()
96 public Integer getInputState(String inputId) { in getInputState()
442 public boolean isPartnerInput(String inputId) { in isPartnerInput()
482 public CharSequence getTvInputApplicationLabel(CharSequence inputId) { in getTvInputApplicationLabel()
487 public void setTvInputApplicationLabel(String inputId, CharSequence label) { in setTvInputApplicationLabel()
492 public Drawable getTvInputApplicationIcon(String inputId) { in getTvInputApplicationIcon()
497 public void setTvInputApplicationIcon(String inputId, Drawable icon) { in setTvInputApplicationIcon()
502 public Drawable getTvInputApplicationBanner(String inputId) { in getTvInputApplicationBanner()
[all …]
DSetupUtils.java99 final String inputId, @Nullable final Runnable postRunnable) { in onTvInputSetupFinished()
128 Context context, final String inputId, final Runnable postRunnable) { in updateChannelsAfterSetup()
174 String inputId = input.getId(); in markNewChannelsBrowsableIfEnabled() local
204 public boolean isNewInput(String inputId) { in isNewInput()
212 public void markAsKnownInput(String inputId) { in markAsKnownInput()
223 public boolean isSetupDone(String inputId) { in isSetupDone()
242 private boolean isRecognizedInput(String inputId) { in isRecognizedInput()
393 final String inputId = split[0].trim(); in createSetupIntent() local
426 private void onSetupDone(String inputId) { in onSetupDone()
/aosp_15_r20/cts/tests/tests/tv/src/android/media/tv/cts/
H A DTvInputServiceTest.java167 public void onChannelRetuned(String inputId, Uri channelUri) { in onChannelRetuned()
173 public void onVideoAvailable(String inputId) { in onVideoAvailable()
178 public void onVideoUnavailable(String inputId, int reason) { in onVideoUnavailable()
184 public void onTrackSelected(String inputId, int type, String trackId) { in onTrackSelected()
191 public void onTracksChanged(String inputId, List<TvTrackInfo> trackList) { in onTracksChanged()
197 public void onAudioPresentationSelected(String inputId, int presentationId, int programId) { in onAudioPresentationSelected()
205 public void onAudioPresentationsChanged(String inputId, in onAudioPresentationsChanged()
213 public void onVideoSizeChanged(String inputId, int width, int height) { in onVideoSizeChanged()
218 public void onContentAllowed(String inputId) { in onContentAllowed()
223 public void onContentBlocked(String inputId, TvContentRating rating) { in onContentBlocked()
[all …]
H A DTvViewTest.java78 public boolean isVideoAvailable(String inputId) { in isVideoAvailable()
85 public int getSelectedTrackGeneration(String inputId, int type) { in getSelectedTrackGeneration()
110 public void onConnectionFailed(String inputId) { in onConnectionFailed()
115 public void onDisconnected(String inputId) { in onDisconnected()
120 public void onVideoAvailable(String inputId) { in onVideoAvailable()
127 public void onVideoUnavailable(String inputId, int reason) { in onVideoUnavailable()
134 public void onTrackSelected(String inputId, int type, String trackId) { in onTrackSelected()
148 public void onTracksChanged(String inputId, List<TvTrackInfo> trackList) { in onTracksChanged()
H A DTvInputManagerTest.java727 String inputId = prepareStubHardwareTvInputService(); in testGetAvailableExtensionInterfaceNames() local
765 String inputId = prepareStubHardwareTvInputService(); in testGetExtensionInterface() local
933 public synchronized void onInputAdded(String inputId) { in onInputAdded()
938 public synchronized void onInputRemoved(String inputId) { in onInputRemoved()
960 public synchronized boolean isInputAdded(String inputId) { in isInputAdded()
965 public synchronized boolean isInputRemoved(String inputId) { in isInputRemoved()
983 public Session onCreateSession(String inputId, String tvInputSessionId) { in onCreateSession()
1045 String inputId = null; in onHardwareRemoved() local
1054 public Session onCreateSession(String inputId) { in onCreateSession()
/aosp_15_r20/cts/tests/tests/tv/input/src/android/media/tv/cts/
H A DTvInputServiceTest.java167 public void onChannelRetuned(String inputId, Uri channelUri) { in onChannelRetuned()
173 public void onVideoAvailable(String inputId) { in onVideoAvailable()
178 public void onVideoUnavailable(String inputId, int reason) { in onVideoUnavailable()
184 public void onTrackSelected(String inputId, int type, String trackId) { in onTrackSelected()
191 public void onTracksChanged(String inputId, List<TvTrackInfo> trackList) { in onTracksChanged()
197 public void onAudioPresentationSelected(String inputId, int presentationId, int programId) { in onAudioPresentationSelected()
205 public void onAudioPresentationsChanged(String inputId, in onAudioPresentationsChanged()
213 public void onVideoSizeChanged(String inputId, int width, int height) { in onVideoSizeChanged()
218 public void onContentAllowed(String inputId) { in onContentAllowed()
223 public void onContentBlocked(String inputId, TvContentRating rating) { in onContentBlocked()
[all …]
H A DTvViewTest.java77 public boolean isVideoAvailable(String inputId) { in isVideoAvailable()
84 public int getSelectedTrackGeneration(String inputId, int type) { in getSelectedTrackGeneration()
109 public void onConnectionFailed(String inputId) { in onConnectionFailed()
114 public void onDisconnected(String inputId) { in onDisconnected()
119 public void onVideoAvailable(String inputId) { in onVideoAvailable()
126 public void onVideoUnavailable(String inputId, int reason) { in onVideoUnavailable()
133 public void onTrackSelected(String inputId, int type, String trackId) { in onTrackSelected()
147 public void onTracksChanged(String inputId, List<TvTrackInfo> trackList) { in onTracksChanged()
H A DTvInputManagerTest.java716 String inputId = prepareStubHardwareTvInputService(); in testGetAvailableExtensionInterfaceNames() local
748 String inputId = prepareStubHardwareTvInputService(); in testGetExtensionInterface() local
858 public synchronized void onInputAdded(String inputId) { in onInputAdded()
863 public synchronized void onInputRemoved(String inputId) { in onInputRemoved()
885 public synchronized boolean isInputAdded(String inputId) { in isInputAdded()
890 public synchronized boolean isInputRemoved(String inputId) { in isInputRemoved()
908 public Session onCreateSession(String inputId, String tvInputSessionId) { in onCreateSession()
960 String inputId = null; in onHardwareRemoved() local
969 public Session onCreateSession(String inputId) { in onCreateSession()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java237 String inputId = mHardwareInputIdMap.get(deviceId); in onStreamConfigurationChanged() local
288 String inputId = mHardwareInputIdMap.get(deviceId); in onTvMessage() local
367 String inputId = mHardwareInputIdMap.get(hardwareInfo.getDeviceId()); in addHardwareInput() local
430 public void removeHardwareInput(String inputId) { in removeHardwareInput()
544 private int findDeviceIdForInputIdLocked(String inputId) { in findDeviceIdForInputIdLocked()
559 public List<TvStreamConfig> getAvailableTvStreamConfigList(String inputId, int callingUid, in getAvailableTvStreamConfigList()
578 public boolean setTvMessageEnabled(String inputId, int type, in setTvMessageEnabled()
602 public boolean captureFrame(String inputId, Surface surface, final TvStreamConfig config, in captureFrame()
655 String inputId = mHardwareInputIdMap.get(deviceId); in processPendingTvInputInfoEventsLocked() local
746 String inputId = mHardwareInputIdMap.valueAt(i); in dump() local
[all …]
H A DTvInputManagerService.java455 String inputId = info.getId(); in buildTvInputListLocked() local
900 String inputId, int userId) { in abortPendingCreateSessionRequestsLocked()
958 private void sendSessionTokenToClientLocked(ITvInputClient client, String inputId, in sendSessionTokenToClientLocked()
1077 private void notifyInputAddedLocked(UserState userState, String inputId) { in notifyInputAddedLocked()
1093 private void notifyInputRemovedLocked(UserState userState, String inputId) { in notifyInputRemovedLocked()
1109 private void notifyInputUpdatedLocked(UserState userState, String inputId) { in notifyInputUpdatedLocked()
1125 private void notifyInputStateChangedLocked(UserState userState, String inputId, in notifyInputStateChangedLocked()
1179 String inputId = inputInfo.getId(); in updateTvInputInfoLocked() local
1238 private void setStateLocked(String inputId, int state, int userId) { in setStateLocked()
1300 public TvInputInfo getTvInputInfo(String inputId, int userId) { in getTvInputInfo()
[all …]
/aosp_15_r20/packages/apps/TV/tests/common/src/com/android/tv/testing/
DFakeTvInputManager.java37 final String inputId = inputInfo.getId(); in add() local
55 public void setInputState(final String inputId, final int state) { in setInputState()
72 public void remove(final String inputId) { in remove()
88 public TvInputInfo getTvInputInfo(String inputId) { in getTvInputInfo()
93 public Integer getInputState(String inputId) { in getInputState()
/aosp_15_r20/packages/apps/TV/common/src/com/android/tv/common/compat/internal/
DTvViewCompatProcessor.java57 public void onDevToast(String inputId, String message) {} in onDevToast()
59 public void onSignalStrength(String inputId, int value) {} in onSignalStrength()
62 protected final void handleSessionEvent(String inputId, Events.SessionEvent sessionEvent) { in handleSessionEvent()
75 private void handle(String inputId, NotifyDevToast devToast) { in handle()
81 private void handle(String inputId, NotifySignalStrength signalStrength) { in handle()
/aosp_15_r20/frameworks/base/media/java/android/media/tv/interactive/
H A DTvInteractiveAppService.java585 public void onCurrentTvInputId(@Nullable String inputId) { in onCurrentTvInputId()
669 @NonNull String recordingId, @NonNull String inputId) { in onRecordingConnectionFailed()
680 public void onRecordingDisconnected(@NonNull String recordingId, @NonNull String inputId) { in onRecordingDisconnected()
788 public void onTimeShiftStatusChanged( in onTimeShiftStatusChanged()
798 public void onTimeShiftStartPositionChanged(@NonNull String inputId, long timeMs) { in onTimeShiftStartPositionChanged()
808 public void onTimeShiftCurrentPositionChanged(@NonNull String inputId, long timeMs) { in onTimeShiftCurrentPositionChanged()
1493 public void requestScheduleRecording(@NonNull String requestId, @NonNull String inputId, in requestScheduleRecording()
1532 public void requestScheduleRecording(@NonNull String requestId, @NonNull String inputId, in requestScheduleRecording()
1798 void sendCurrentTvInputId(@Nullable String inputId) { in sendCurrentTvInputId()
1976 void notifyRecordingConnectionFailed(String recordingId, String inputId) { in notifyRecordingConnectionFailed()
[all …]
H A DITvInteractiveAppSession.aidl48 void sendCurrentTvInputId(in String inputId); in sendCurrentTvInputId()
57 void notifyTimeShiftStatusChanged(in String inputId, int status); in notifyTimeShiftStatusChanged()
58 void notifyTimeShiftStartPositionChanged(in String inputId, long timeMs); in notifyTimeShiftStartPositionChanged()
59 void notifyTimeShiftCurrentPositionChanged(in String inputId, long timeMs); in notifyTimeShiftCurrentPositionChanged()
60 void notifyRecordingConnectionFailed(in String recordingId, in String inputId); in notifyRecordingConnectionFailed()
61 void notifyRecordingDisconnected(in String recordingId, in String inputId); in notifyRecordingDisconnected()
H A DTvInteractiveAppView.java642 public void sendCurrentTvInputId(@Nullable String inputId) { in sendCurrentTvInputId()
863 public void notifyTimeShiftStatusChanged( in notifyTimeShiftStatusChanged()
882 public void notifyTimeShiftStartPositionChanged(@NonNull String inputId, long timeMs) { in notifyTimeShiftStartPositionChanged()
900 public void notifyTimeShiftCurrentPositionChanged(@NonNull String inputId, long timeMs) { in notifyTimeShiftCurrentPositionChanged()
921 @NonNull String recordingId, @NonNull String inputId) { in notifyRecordingConnectionFailed()
942 @NonNull String recordingId, @NonNull String inputId) { in notifyRecordingDisconnected()
1376 @NonNull String requestId, @NonNull String inputId, @NonNull Uri channelUri, in onRequestScheduleRecording()
1405 @NonNull String requestId, @NonNull String inputId, @NonNull Uri channelUri, in onRequestScheduleRecording()
1949 @NonNull String inputId, @NonNull Uri channelUri, Uri programUri, in onRequestScheduleRecording()
1965 @NonNull String inputId, @NonNull Uri channelUri, long startTime, long duration, in onRequestScheduleRecording()
/aosp_15_r20/packages/apps/TV/common/src/com/android/tv/common/compat/
DTvRecordingClientCompat.java80 public void onEvent(String inputId, String eventType, Bundle eventArgs) { in onEvent()
87 public int getTifCompatVersionForInput(String inputId) { in getTifCompatVersionForInput()
95 public void onDevToast(String inputId, String message) {} in onDevToast()
99 public void onRecordingStarted(String inputId, String recUri) {} in onRecordingStarted()
DTvViewCompat.java80 public void onEvent(String inputId, String eventType, Bundle eventArgs) { in onEvent()
87 public int getTifCompatVersionForInput(String inputId) { in getTifCompatVersionForInput()
94 public void onDevToast(String inputId, String message) {} in onDevToast()
109 public void onSignalStrength(String inputId, int value) {} in onSignalStrength()
/aosp_15_r20/packages/apps/TV/src/com/android/tv/dvr/
DDvrScheduleManager.java261 private List<ScheduledRecording> getStartedRecordings(String inputId) { in getStartedRecordings()
285 String inputId = channel.getInputId(); in buildData() local
455 public long suggestHighestPriority(String inputId, Range<Long> peroid, long basePriority) { in suggestHighestPriority()
599 private List<ConflictInfo> getConflictingSchedulesInfo(String inputId) { in getConflictingSchedulesInfo()
678 String inputId, in getConflictingSchedulesForTune()
748 String inputId, in getConflictingSchedulesForWatching()

12345678910>>...14