Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/tv/tuner/filter/
H A DAvSettings.java227 private final boolean mIsPassthrough; field in AvSettings
239 mIsPassthrough = isPassthrough; in AvSettings()
249 return mIsPassthrough; in isPassthrough()
295 private boolean mIsPassthrough = false; field in AvSettings.Builder
312 mIsPassthrough = isPassthrough; in setPassthrough()
378 return new AvSettings(mMainType, mIsAudio, mIsPassthrough, mAudioStreamType, in build()