Home
last modified time | relevance | path

Searched refs:SourceCodecIndex (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_provider_info_unittest.cc339 a2dp_codec_index_opt = provider_info->SourceCodecIndex(codecInfoArray[0].id); in TEST_F_WITH_FLAGS()
343 a2dp_codec_index_opt = provider_info->SourceCodecIndex(codecInfoArray[1].id); in TEST_F_WITH_FLAGS()
347 a2dp_codec_index_opt = provider_info->SourceCodecIndex(codecInfoArray[2].id); in TEST_F_WITH_FLAGS()
351 a2dp_codec_index_opt = provider_info->SourceCodecIndex(codecInfoArray[3].id); in TEST_F_WITH_FLAGS()
356 provider_info->SourceCodecIndex(test_unknown_vendor_codec_id); in TEST_F_WITH_FLAGS()
368 a2dp_codec_index_opt = provider_info->SourceCodecIndex(codecInfoArray[2].id); in TEST_F_WITH_FLAGS()
372 a2dp_codec_index_opt = provider_info->SourceCodecIndex(codecInfoArray[3].id); in TEST_F_WITH_FLAGS()
377 provider_info->SourceCodecIndex(test_unknown_vendor_codec_id); in TEST_F_WITH_FLAGS()
389 provider_info->SourceCodecIndex(test_sbc_codec_info.data()); in TEST_F_WITH_FLAGS()
394 provider_info->SourceCodecIndex(test_aac_codec_info.data()); in TEST_F_WITH_FLAGS()
[all …]
Da2dp_provider_info.h58 std::optional<btav_a2dp_codec_index_t> SourceCodecIndex(
60 std::optional<btav_a2dp_codec_index_t> SourceCodecIndex(
62 std::optional<btav_a2dp_codec_index_t> SourceCodecIndex(
Da2dp_provider_info.cc237 std::optional<btav_a2dp_codec_index_t> ProviderInfo::SourceCodecIndex( in SourceCodecIndex() function in bluetooth::audio::aidl::a2dp::ProviderInfo
248 std::optional<btav_a2dp_codec_index_t> ProviderInfo::SourceCodecIndex( in SourceCodecIndex() function in bluetooth::audio::aidl::a2dp::ProviderInfo
262 std::optional<btav_a2dp_codec_index_t> ProviderInfo::SourceCodecIndex( in SourceCodecIndex() function in bluetooth::audio::aidl::a2dp::ProviderInfo
268 return SourceCodecIndex(CodecId::A2dp(CodecId::A2dp::SBC)); in SourceCodecIndex()
271 return SourceCodecIndex(CodecId::A2dp(CodecId::A2dp::AAC)); in SourceCodecIndex()
276 return SourceCodecIndex(vendor_id, codec_id); in SourceCodecIndex()
Da2dp_encoding_aidl.cc726 return provider_info ? provider_info->SourceCodecIndex(p_codec_info) in source_codec_index()
968 provider_info->SourceCodecIndex(result->id).value(); in get_a2dp_configuration()