Home
last modified time | relevance | path

Searched defs:channel (Results 1 – 25 of 66) sorted by relevance

123

/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
DChannelDataManager.java109 void onRequestProgramsResponse(TunerChannel channel, List<EitItem> programs); in onRequestProgramsResponse()
115 void onProgramsArrived(TunerChannel channel, List<EitItem> programs); in onProgramsArrived()
120 void onChannelArrived(TunerChannel channel); in onChannelArrived()
178 TunerChannel channel = mTunerChannelMap.get(channelId); in getChannel() local
201 public void requestProgramsData(TunerChannel channel) { in requestProgramsData()
206 public void notifyEventDetected(TunerChannel channel, List<EitItem> items) { in notifyEventDetected()
210 public void notifyChannelDetected(TunerChannel channel, boolean channelArrivedAtFirstTime) { in notifyChannelDetected()
228 TunerChannel channel = TunerChannel.parseFrom(data); in notifyScanStarted() local
284 TunerChannel channel = (TunerChannel) msg.obj; in handleMessage() local
297 TunerChannel channel = (TunerChannel) msg.obj; in handleMessage() local
[all …]
DEventDetector.java173 void onChannelDetected(TunerChannel channel, boolean channelArrivedAtFirstTime); in onChannelDetected()
181 void onEventDetected(TunerChannel channel, List<EitItem> items); in onEventDetected()
DTunerSessionWorker.java350 public void onProgramsArrived(TunerChannel channel, List<EitItem> programs) { in onProgramsArrived()
355 public void onChannelArrived(TunerChannel channel) { in onChannelArrived()
365 public void onRequestProgramsResponse(TunerChannel channel, List<EitItem> programs) { in onRequestProgramsResponse()
387 public void onChannelDetected(TunerChannel channel, boolean channelArrivedAtFirstTime) { in onChannelDetected()
392 public void onEventDetected(TunerChannel channel, List<EitItem> items) { in onEventDetected()
484 TunerChannel channel = (channelId == -1) ? null in handleMessage() local
664 TunerChannel channel = pair.first; in handleMessage() local
703 TunerChannel channel = (TunerChannel) msg.obj; in handleMessage() local
710 TunerChannel channel = (TunerChannel) ((Pair) msg.obj).first; in handleMessage() local
1097 private void updateChannelInfo(TunerChannel channel) { in updateChannelInfo()
[all …]
/packages/apps/TV/src/com/android/tv/
DChannelTuner.java215 Channel channel = getAdjacentBrowsableChannel(up); in moveToAdjacentBrowsableChannel() local
234 Channel channel = mChannels.get(channelIndex); in getAdjacentBrowsableChannel() local
248 Channel channel = mChannels.get(nextChannelIndex); in getAdjacentBrowsableChannel() local
265 Channel channel = mChannelMap.get(channelId); in findNearestBrowsableChannel() local
294 public boolean moveToChannel(Channel channel) { in moveToChannel()
344 void onCurrentChannelUnavailable(Channel channel); in onCurrentChannelUnavailable()
351 private void setCurrentChannelAndNotify(Channel channel) { in setCurrentChannelAndNotify()
373 Channel channel = channels.get(i); in updateChannelData() local
DMainActivityWrapper.java75 void notifyCurrentChannelChange(@NonNull MainActivity caller, @Nullable Channel channel) { in notifyCurrentChannelChange()
127 void onCurrentChannelChange(@Nullable Channel channel); in onCurrentChannelChange()
/packages/apps/TV/usbtuner/src/com/android/usbtuner/
DInputStreamSource.java38 boolean setScanChannel(ScanChannel channel); in setScanChannel()
46 boolean tuneToChannel(TunerChannel channel); in tuneToChannel()
DUsbTunerTsScannerSource.java77 public boolean setScanChannel(ScanChannel channel) { in setScanChannel()
87 public boolean tuneToChannel(TunerChannel channel) { in tuneToChannel()
DUsbTunerDataSource.java104 public boolean tuneToChannel(TunerChannel channel) { in tuneToChannel()
283 public boolean setScanChannel(ScanChannel channel) { in setScanChannel()
287 public static String generateCacheKey(TunerChannel channel, long timestampMs) { in generateCacheKey()
/packages/apps/TV/tests/unit/src/com/android/tv/
DBaseMainActivityTestCase.java73 protected void tuneToChannel(final Channel channel) { in tuneToChannel()
111 protected void tuneToChannel(ChannelInfo channel) { in tuneToChannel()
121 protected void updateThenTune(ChannelStateData data, ChannelInfo channel) { in updateThenTune()
/packages/apps/TV/tests/unit/src/com/android/tv/dvr/
DRecordingTaskTest.java81 Channel channel = createTestChannel(); in testHandle_init() local
109 Channel channel = createTestChannel(); in testHandle_init_cannotAcquireSession() local
128 Channel channel = createTestChannel(); in testOnConnected() local
144 private RecordingTask createRecordingTask(ScheduledRecording r, Channel channel) { in createRecordingTask()
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
DLiveChannelsTestCase.java85 protected void pressKeysForChannel(ChannelInfo channel) { in pressKeysForChannel()
97 protected void updateThenTune(ChannelStateData data, ChannelInfo channel) { in updateThenTune()
/packages/apps/TV/src/com/android/tv/analytics/
DStubTracker.java45 public void sendChannelViewStart(Channel channel, boolean tunedByRecommendation) { } in sendChannelViewStart()
48 public void sendChannelTuneTime(Channel channel, long durationMs) { } in sendChannelTuneTime()
51 public void sendChannelViewStop(Channel channel, long durationMs) { } in sendChannelViewStop()
99 public void sendChannelVideoUnavailable(Channel channel, int reason) { } in sendChannelVideoUnavailable()
DTracker.java71 void sendChannelViewStart(Channel channel, boolean tunedByRecommendation); in sendChannelViewStart()
79 void sendChannelTuneTime(Channel channel, long durationMs); in sendChannelTuneTime()
87 void sendChannelViewStop(Channel channel, long durationMs); in sendChannelViewStop()
183 void sendChannelVideoUnavailable(Channel channel, int reason); in sendChannelVideoUnavailable()
/packages/apps/TV/usbtuner/src/com/android/usbtuner/setup/
DScanFragment.java214 public void add(TunerChannel channel) { in add()
260 private void addChannel(final TunerChannel channel) { in addChannel()
375 public void onEventDetected(TunerChannel channel, List<PsipData.EitItem> items) { in onEventDetected()
380 public void onChannelDetected(TunerChannel channel, boolean channelArrivedAtFirstTime) { in onChannelDetected()
413 public boolean setScanChannel(ScanChannel channel) { in setScanChannel()
418 public boolean tuneToChannel(TunerChannel channel) { in tuneToChannel()
/packages/apps/TV/tests/unit/src/com/android/tv/data/
DChannelDataManagerTest.java270 Channel channel = mChannelDataManager.getChannelList().get(0); in testLocked() local
439 ChannelInfoWrapper channel = mChannelInfoList.get((int) channelId); in update() local
490 ChannelInfoWrapper channel = mChannelInfoList.get((int) channelId); in simulateUpdate() local
568 ChannelInfoWrapper channel = mContentProvider.get(mPosition); in getString() local
588 ChannelInfoWrapper channel = mContentProvider.get(mPosition); in getInt() local
653 public void onChannelRemoved(Channel channel) { in onChannelRemoved()
659 public void onChannelUpdated(Channel channel) { in onChannelUpdated()
DWatchedHistoryManagerTest.java81 Channel channel = new Channel.Builder().setId(fakeId).build(); in testLogChannelViewStop() local
102 Channel channel = new Channel.Builder().setId(startChannelId + i).build(); in testCircularHistoryQueue() local
DChannelTest.java264 public String getInputLabelForChannel(Channel channel) { in getInputLabelForChannel()
275 public String getInputLabelForChannel(Channel channel) { in getInputLabelForChannel()
/packages/apps/TV/src/com/android/tv/recommendation/
DChannelRecord.java41 public ChannelRecord(Context context, Channel channel, boolean inputRemoved) { in ChannelRecord()
52 public void setChannel(Channel channel, boolean inputRemoved) { in setChannel()
DNotificationService.java176 public void onCurrentChannelChange(@Nullable Channel channel) { in onCurrentChannelChange()
207 private void handleUpdateRecommendation(int notificationId, Channel channel) { in handleUpdateRecommendation()
359 final Channel channel = cr.getChannel(); in sendNotification() local
418 final Channel channel, final Program program, final Bitmap posterArtBitmap) { in createChannelLogoCallback()
/packages/apps/TV/src/com/android/tv/dvr/
DDvrManager.java92 public void addSchedule(Channel channel, long startTime, long endTime) { in addSchedule()
165 Channel channel = mChannelDataManager.getChannel(program.getChannelId()); in getScheduledRecordingsThatConflict() local
192 …public boolean canTuneTo(Channel channel, List<ScheduledRecording> outConflictScheduledRecordings)… in canTuneTo()
/packages/apps/TV/usbtuner/src/com/android/usbtuner/data/
DTunerChannel.java72 private TunerChannel(VctItem channel, int programNumber, List<PmtItem> pmtItems, int type) { in TunerChannel()
135 public TunerChannel(VctItem channel, List<PmtItem> pmtItems) { in TunerChannel()
147 public static TunerChannel forFile(VctItem channel, List<PmtItem> pmtItems) { in forFile()
343 public int compareTo(@NonNull TunerChannel channel) { in compareTo()
/packages/apps/TV/usbtuner/src/com/android/usbtuner/ts/
DTsParser.java81 void onVctItemParsed(VctItem channel, List<PmtItem> pmtItems); in onVctItemParsed()
82 void onEitItemParsed(VctItem channel, List<EitItem> items); in onEitItemParsed()
283 private void handleVctItem(VctItem channel, List<PmtItem> pmtItems) { in handleVctItem()
303 private void handleEitItems(VctItem channel, List<EitItem> items) { in handleEitItems()
335 VctItem channel = mSourceIdToVctItemMap.get(sourceId); in handleEvents() local
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppPreference.java118 Integer channel = null; in getChannel() local
137 public void setChannel(BluetoothDevice remoteDevice, int uuid, int channel) { in setChannel()
/packages/apps/TV/tests/common/src/com/android/tv/testing/testinput/
DTestInputControlConnection.java63 public void updateChannelState(ChannelInfo channel, ChannelStateData data) { in updateChannelState()
/packages/apps/TV/src/com/android/tv/data/
DChannelDataManager.java487 private void addChannel(Channel channel) { in addChannel()
542 void onChannelRemoved(Channel channel); in onChannelRemoved()
547 void onChannelUpdated(Channel channel); in onChannelUpdated()
557 ChannelWrapper(Channel channel) { in ChannelWrapper()
714 private String getBrowsableKey(Channel channel) { in getBrowsableKey()

123