Searched refs:mIsPassthrough (Results 1 – 2 of 2) sorted by relevance
176 private final boolean mIsPassthrough; field in AvSettings187 mIsPassthrough = isPassthrough; in AvSettings()196 return mIsPassthrough; in isPassthrough()232 private boolean mIsPassthrough; field in AvSettings.Builder246 mIsPassthrough = isPassthrough; in setPassthrough()291 return new AvSettings(mMainType, mIsAudio, mIsPassthrough, in build()
140 private boolean mIsPassthrough; field in ChannelImpl210 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()