Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
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()
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()
/frameworks/av/media/libaudiofoundation/
DAudioProfile.cpp74 mEncapsulationType(encapsulationType) {} in AudioProfile()
127 "%*s%s\n", spaces, "", audio_encapsulation_type_to_string(mEncapsulationType))); in dump()
141 mEncapsulationType == other->getEncapsulationType(); in equals()
149 mEncapsulationType = other.mEncapsulationType; in operator =()
196 legacy2aidl_audio_encapsulation_type_t_AudioEncapsulationType(mEncapsulationType)); in toCommonParcelable()
214 legacy->mEncapsulationType = VALUE_OR_RETURN( in fromCommonParcelable()
/frameworks/av/media/libaudiofoundation/include/media/
DAudioProfile.h74 audio_encapsulation_type_t getEncapsulationType() const { return mEncapsulationType; } in getEncapsulationType()
76 mEncapsulationType = encapsulationType; in setEncapsulationType()
104 audio_encapsulation_type_t mEncapsulationType = AUDIO_ENCAPSULATION_TYPE_NONE; variable
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp254 jfieldID mEncapsulationType; member
1439 env->GetIntField(jAudioProfile.get(), gAudioProfileFields.mEncapsulationType); in convertAudioPortFromNative()
3903 gAudioProfileFields.mEncapsulationType = in register_android_media_AudioSystem()