Home
last modified time | relevance | path

Searched defs:tunerChannel (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/TV/tuner/tests/robotests/javatests/com/android/tv/tuner/tvinput/datamanager/
H A DChannelDataManagerTest.java81 TunerChannel tunerChannel = mChannelDataManager.getChannel(2L); in getChannel_locked() local
87 TunerChannel tunerChannel = mChannelDataManager.getChannel(1L); in getChannel_unlocked() local
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/ts/
H A DTsParser.java527 TunerChannel tunerChannel = new TunerChannel(programNumber, pmtList); in getMalFormedChannels() local
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
H A DTunerChannel.java261 TunerChannel tunerChannel = in forNetwork() local
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/
H A DChannelDataManager.java697 TunerChannel tunerChannel = TunerChannel.fromCursor(cursor); in getChannelId() local
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
H A DTunerSessionWorker.java1041 private boolean handleMessageUpdateChannelInfo(TunerChannel tunerChannel) { in handleMessageUpdateChannelInfo()
H A DTunerSessionWorkerExoV2.java1021 private boolean handleMessageUpdateChannelInfo(TunerChannel tunerChannel) { in handleMessageUpdateChannelInfo()