Searched refs:mEncapsulationType (Results 1 – 4 of 4) sorted by relevance
50 private final int mEncapsulationType; field in AudioDescriptor54 mEncapsulationType = encapsulationType; in AudioDescriptor()88 return mEncapsulationType; in getEncapsulationType()
58 private final int mEncapsulationType; field in AudioProfile67 mEncapsulationType = encapsulationType; in AudioProfile()113 return mEncapsulationType; in getEncapsulationType()
72 mEncapsulationType(encapsulationType) {} in AudioProfile()129 "%*s- encapsulation type: %#x\n", spaces, "", mEncapsulationType)); in dump()142 mEncapsulationType == other->getEncapsulationType(); in equals()150 mEncapsulationType = other.mEncapsulationType; in operator =()177 legacy2aidl_audio_encapsulation_type_t_AudioEncapsulationType(mEncapsulationType)); in toParcelable()204 legacy->mEncapsulationType = VALUE_OR_RETURN( in fromParcelable()
75 audio_encapsulation_type_t getEncapsulationType() const { return mEncapsulationType; } in getEncapsulationType()77 mEncapsulationType = encapsulationType; in setEncapsulationType()101 audio_encapsulation_type_t mEncapsulationType = AUDIO_ENCAPSULATION_TYPE_NONE; variable