Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/tv/tuner/filter/
H A DAvSettings.java176 private final boolean mIsPassthrough; field in AvSettings
187 mIsPassthrough = isPassthrough; in AvSettings()
196 return mIsPassthrough; in isPassthrough()
232 private boolean mIsPassthrough; field in AvSettings.Builder
246 mIsPassthrough = isPassthrough; in setPassthrough()
291 return new AvSettings(mMainType, mIsAudio, mIsPassthrough, in build()
/aosp12/packages/apps/TV/src/com/android/tv/data/
H A DChannelImpl.java140 private boolean mIsPassthrough; field in ChannelImpl
210 return mIsPassthrough; in isPassthrough()
281 && mIsPassthrough == other.mIsPassthrough; in equals()
286 return Objects.hash(mId, mInputId, mIsPassthrough); in hashCode()
339 && mIsPassthrough == other.isPassthrough() in hasSameReadOnlyInfo()
368 + mIsPassthrough in toString()
396 mIsPassthrough = channel.isPassthrough(); in copyFrom()
426 mIsPassthrough = other.mIsPassthrough; in copyFrom()
548 mChannel.mIsPassthrough = isPassthrough; in setPassthrough()