Home
last modified time | relevance | path

Searched refs:mEncapsulationType (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/
H A DAudioDescriptor.java65 private final int mEncapsulationType; field in AudioDescriptor
77 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()
H A DAudioProfile.java68 private final int mEncapsulationType; field in AudioProfile
87 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()
/aosp14/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp218 jfieldID mEncapsulationType; member
1426 env->GetIntField(jAudioProfile, gAudioProfileFields.mEncapsulationType); in convertAudioPortFromNative()
3625 gAudioProfileFields.mEncapsulationType = in register_android_media_AudioSystem()