Searched refs:mEncapsulationType (Results 1 – 5 of 5) 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()
74 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()
74 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
254 jfieldID mEncapsulationType; member1439 env->GetIntField(jAudioProfile.get(), gAudioProfileFields.mEncapsulationType); in convertAudioPortFromNative()3903 gAudioProfileFields.mEncapsulationType = in register_android_media_AudioSystem()