Home
last modified time | relevance | path

Searched refs:AudioChannelAllocation (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/bluetooth/audio/utils/aidl_session/
DBluetoothLeAudioAseConfigurationSettingProvider.cpp179 CodecSpecificConfigurationLtv::AudioChannelAllocation::NOT_ALLOWED},
181 CodecSpecificConfigurationLtv::AudioChannelAllocation::FRONT_LEFT},
183 CodecSpecificConfigurationLtv::AudioChannelAllocation::FRONT_RIGHT},
185 CodecSpecificConfigurationLtv::AudioChannelAllocation::FRONT_CENTER},
187 CodecSpecificConfigurationLtv::AudioChannelAllocation::
190 CodecSpecificConfigurationLtv::AudioChannelAllocation::BACK_LEFT},
192 CodecSpecificConfigurationLtv::AudioChannelAllocation::BACK_RIGHT},
194 CodecSpecificConfigurationLtv::AudioChannelAllocation::
197 CodecSpecificConfigurationLtv::AudioChannelAllocation::
200 CodecSpecificConfigurationLtv::AudioChannelAllocation::BACK_CENTER},
[all …]
DBluetoothLeAudioAseConfigurationSettingProvider.h65 CodecSpecificConfigurationLtv::AudioChannelAllocation&
/hardware/interfaces/bluetooth/audio/aidl/android/hardware/bluetooth/audio/
DCodecSpecificConfigurationLtv.aidl48 parcelable AudioChannelAllocation {
94 AudioChannelAllocation audioChannelAllocation;
/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/4/android/hardware/bluetooth/audio/
DCodecSpecificConfigurationLtv.aidl40 …android.hardware.bluetooth.audio.CodecSpecificConfigurationLtv.AudioChannelAllocation audioChannel…
63 parcelable AudioChannelAllocation {
/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/current/android/hardware/bluetooth/audio/
DCodecSpecificConfigurationLtv.aidl40 …android.hardware.bluetooth.audio.CodecSpecificConfigurationLtv.AudioChannelAllocation audioChannel…
63 parcelable AudioChannelAllocation {
/hardware/interfaces/bluetooth/audio/aidl/vts/
DVtsHalBluetoothAudioTargetTest.cpp2641 auto allocation = CodecSpecificConfigurationLtv::AudioChannelAllocation(); in GetUnicastDefaultRequirement()
2643 CodecSpecificConfigurationLtv::AudioChannelAllocation::FRONT_LEFT | in GetUnicastDefaultRequirement()
2644 CodecSpecificConfigurationLtv::AudioChannelAllocation::FRONT_RIGHT; in GetUnicastDefaultRequirement()
2669 auto allocation = CodecSpecificConfigurationLtv::AudioChannelAllocation(); in GetUnicastGameRequirement()
2671 CodecSpecificConfigurationLtv::AudioChannelAllocation::FRONT_LEFT | in GetUnicastGameRequirement()
2672 CodecSpecificConfigurationLtv::AudioChannelAllocation::FRONT_RIGHT; in GetUnicastGameRequirement()
2708 auto allocation = CodecSpecificConfigurationLtv::AudioChannelAllocation(); in GetQosRequirements()
2710 CodecSpecificConfigurationLtv::AudioChannelAllocation::FRONT_LEFT | in GetQosRequirements()
2711 CodecSpecificConfigurationLtv::AudioChannelAllocation::FRONT_RIGHT; in GetQosRequirements()
3190 auto allocation = CodecSpecificConfigurationLtv::AudioChannelAllocation(); in TEST_P()
[all …]
/hardware/interfaces/bluetooth/audio/aidl/default/
DLeAudioOffloadAudioProvider.cpp222 CodecSpecificConfigurationLtv::AudioChannelAllocation& in isMatchedAudioChannel() argument
326 CodecSpecificConfigurationLtv::AudioChannelAllocation allocation) { in isMonoConfig()
1061 CodecSpecificConfigurationLtv::AudioChannelAllocation::FRONT_LEFT); in modifySubgroupConfiguration()
1066 CodecSpecificConfigurationLtv::AudioChannelAllocation::FRONT_RIGHT); in modifySubgroupConfiguration()
1075 CodecSpecificConfigurationLtv::AudioChannelAllocation::FRONT_CENTER); in modifySubgroupConfiguration()
1094 CodecSpecificConfigurationLtv::AudioChannelAllocation default_allocation; in getBroadcastSettings()
1096 CodecSpecificConfigurationLtv::AudioChannelAllocation::FRONT_CENTER; in getBroadcastSettings()
DLeAudioOffloadAudioProvider.h111 CodecSpecificConfigurationLtv::AudioChannelAllocation& cfg_channel,