Searched refs:mIsPassthrough (Results 1 – 1 of 1) sorted by relevance
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()