Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types.h621 return supported_audio_channel_counts.has_value(); in HasSupportedAudioChannelCounts()
637 return supported_audio_channel_counts.value_or(0) & (0b1 << (value - 1)); in IsAudioChannelCountsSupported()
651 std::optional<uint8_t> supported_audio_channel_counts; member
991 sizeof(decltype(core.supported_audio_channel_counts)::value_type))) { in LtvMapToCoreCodecCapabilities()
992 core.supported_audio_channel_counts = VEC_UINT8_TO_UINT8(pac.value()); in LtvMapToCoreCodecCapabilities()
994 core.supported_audio_channel_counts = 0b1; in LtvMapToCoreCodecCapabilities()
Dle_audio_utils.cc544 caps.supported_audio_channel_counts.value_or(1)); in IsCodecConfigSupported()
Dle_audio_types_test.cc345 caps.supported_audio_channel_counts.value()); in TEST()
Ddevices_test.cc599 auto new_counts = caps.supported_audio_channel_counts.value(); in GetVendorAseConfigurationsForRequirements()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils.cc111 if (stack_caps.supported_audio_channel_counts) { in GetAidlCodecCapabilitiesFromStack()
115 .bitmask = *stack_caps.supported_audio_channel_counts}; in GetAidlCodecCapabilitiesFromStack()