Searched refs:mIntProp (Results 1 – 3 of 3) sorted by relevance
140 final int mIntProp; field in AudioMixingRule.AudioMixMatchCriterion148 mIntProp = Integer.MIN_VALUE; in AudioMixMatchCriterion()155 mIntProp = intProp.intValue(); in AudioMixMatchCriterion()167 mIntProp = Integer.MIN_VALUE; in AudioMixMatchCriterion()172 mIntProp = in.readInt(); in AudioMixMatchCriterion()185 return Objects.hash(mAttr, mIntProp, mRule); in hashCode()198 && mIntProp == other.mIntProp in equals()219 dest.writeInt(mIntProp); in writeToParcel()245 public int getIntProp() { return mIntProp; } in getIntProp()
155 textDump += criterion.mIntProp; in toLogFriendlyString()159 textDump += criterion.mIntProp; in toLogFriendlyString()163 textDump += criterion.mIntProp; in toLogFriendlyString()167 textDump += criterion.mIntProp; in toLogFriendlyString()171 textDump += criterion.mIntProp; in toLogFriendlyString()175 textDump += criterion.mIntProp; in toLogFriendlyString()
198 jfieldID mIntProp; member2212 env->GetIntField(jCriterion, gAudioMixMatchCriterionFields.mIntProp); in convertAudioMixingRuleToNative()2216 env->GetIntField(jCriterion, gAudioMixMatchCriterionFields.mIntProp); in convertAudioMixingRuleToNative()2220 env->GetIntField(jCriterion, gAudioMixMatchCriterionFields.mIntProp); in convertAudioMixingRuleToNative()3753 …gAudioMixMatchCriterionFields.mIntProp = GetFieldIDOrDie(env, audioMixMatchCriterionClass, "mIntPr… in register_android_media_AudioSystem()