Searched refs:mIsInput (Results 1 – 6 of 6) sorted by relevance
57 mIoHandle(ioHandle), mPatch(patch), mIsInput(isInput), in mIoHandle()64 bool getIsInput() const { return mIsInput; } in getIsInput()75 return mIsInput ? mPatch.sources[0].id : mPatch.sinks[0].id; in getDeviceId()88 (mIsInput ? audio_channel_in_mask_to_string(mChannelMask) : in toDebugString()98 const bool mIsInput = false; variable
38 : mIndex(index), mIsInput(isInput) {} in AudioGain()48 const uint32_t numValues = mIsInput ? in getDefaultConfig()74 const uint32_t numValues = mIsInput ? in checkConfig()109 mIsInput == other->mIsInput && in equals()124 legacy2aidl_audio_gain_AudioGain(mGain, mIsInput)); in toParcelable()128 aidlSys.isInput = mIsInput; in toParcelable()
80 bool mIsInput = false; variable
57 mIsInput = (halDescriptor.flags & EFFECT_FLAG_TYPE_PRE_PROC) == EFFECT_FLAG_TYPE_PRE_PROC; in EffectHalHidl()327 EffectUtils::effectConfigFromHal(*halConfig, mIsInput, &hidlConfig); in setConfigImpl()
80 bool mIsInput; variable
65 private final boolean mIsInput; field in MandatoryStreamCombination.MandatoryStreamInformation178 mIsInput = isInput; in MandatoryStreamInformation()189 return mIsInput; in isInput()336 if ((mFormat != other.mFormat) || (mIsInput != other.mIsInput) || in equals()354 return HashCodeHelpers.hashCode(mFormat, Boolean.hashCode(mIsInput), in hashCode()