Searched refs:mEncapsulationType (Results 1 – 3 of 3) sorted by relevance
65 private final int mEncapsulationType; field in AudioDescriptor77 mEncapsulationType = encapsulationType; in AudioDescriptor()111 return mEncapsulationType; in getEncapsulationType()116 return Objects.hash(mStandard, mEncapsulationType, Arrays.hashCode(mDescriptor)); in hashCode()126 && (mEncapsulationType == that.mEncapsulationType) in equals()134 sb.append(", encapsulation type=" + mEncapsulationType); in toString()150 dest.writeInt(mEncapsulationType); in writeToParcel()156 mEncapsulationType = in.readInt(); in AudioDescriptor()
68 private final int mEncapsulationType; field in AudioProfile87 mEncapsulationType = encapsulationType; in AudioProfile()134 return mEncapsulationType; in getEncapsulationType()141 mEncapsulationType); in hashCode()154 && (mEncapsulationType == that.mEncapsulationType)); in equals()170 sb.append(", encapsulation type=" + mEncapsulationType); in toString()202 dest.writeInt(mEncapsulationType); in writeToParcel()210 mEncapsulationType = in.readInt(); in AudioProfile()
218 jfieldID mEncapsulationType; member1426 env->GetIntField(jAudioProfile, gAudioProfileFields.mEncapsulationType); in convertAudioPortFromNative()3625 gAudioProfileFields.mEncapsulationType = in register_android_media_AudioSystem()