Home
last modified time | relevance | path

Searched refs:setPassthrough (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/tuner/sampletunertvinput/src/com/android/tv/samples/sampletunertvinput/
DSampleTunerTvInputUtils.java143 AvSettings.builder(Filter.TYPE_TS, isAudio).setPassthrough(false).build(); in createAvFilter()
/packages/apps/TV/src/com/android/tv/data/
DChannelImpl.java454 return new Builder().setInputId(inputId).setPassthrough(true).build(); in createPassthroughChannel()
548 public Builder setPassthrough(boolean isPassthrough) { in setPassthrough() method in ChannelImpl.Builder