Searched refs:mMixType (Results 1 – 2 of 2) sorted by relevance
47 private int mMixType = MIX_TYPE_INVALID; field in AudioMix68 mMixType = rule.getTargetMixType(); in AudioMix()179 return mMixType; in getMixType()259 && Objects.equals(this.mMixType, that.mMixType) in equals()266 return Objects.hash(mRouteFlags, mRule, mMixType, mFormat); in hashCode()
146 jfieldID mMixType; member2205 nAudioMix->mMixType = env->GetIntField(jAudioMix, gAudioMixFields.mMixType); in convertAudioMixToNative()3557 gAudioMixFields.mMixType = GetFieldIDOrDie(env, audioMixClass, "mMixType", "I"); in register_android_media_AudioSystem()