Searched refs:AudioStreamType (Results 1 – 3 of 3) sorted by relevance
118 public @interface AudioStreamType {} annotation in AvSettings124 android.hardware.tv.tuner.AudioStreamType.UNDEFINED;137 android.hardware.tv.tuner.AudioStreamType.MPEG1;142 android.hardware.tv.tuner.AudioStreamType.MPEG2;147 android.hardware.tv.tuner.AudioStreamType.MPEGH;172 android.hardware.tv.tuner.AudioStreamType.DTS_HD;185 android.hardware.tv.tuner.AudioStreamType.VORBIS;198 android.hardware.tv.tuner.AudioStreamType.AAC_ADTS;207 android.hardware.tv.tuner.AudioStreamType.AAC_LATM;216 android.hardware.tv.tuner.AudioStreamType.AAC_HE_ADTS;[all …]
37 using media::audio::common::AudioStreamType;59 TYPE_NAME(AudioStreamType);185 return aidl2legacy(env, AudioStreamType(static_cast<int32_t>(aidl)), in aidl2legacy_AudioStreamType_audio_stream_type_t()193 AudioStreamType::INVALID); in legacy2aidl_audio_stream_type_t_AudioStreamType()
173 using ::aidl::android::hardware::tv::tuner::AudioStreamType;4023 AudioStreamType audioStreamType = static_cast<AudioStreamType>( in getAvStreamType()4025 if (audioStreamType != AudioStreamType::UNDEFINED) { in getAvStreamType()