Searched refs:SourceCodecIndex (Results 1 – 4 of 4) sorted by relevance
339 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 …]
58 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(
237 std::optional<btav_a2dp_codec_index_t> ProviderInfo::SourceCodecIndex( in SourceCodecIndex() function in bluetooth::audio::aidl::a2dp::ProviderInfo248 std::optional<btav_a2dp_codec_index_t> ProviderInfo::SourceCodecIndex( in SourceCodecIndex() function in bluetooth::audio::aidl::a2dp::ProviderInfo262 std::optional<btav_a2dp_codec_index_t> ProviderInfo::SourceCodecIndex( in SourceCodecIndex() function in bluetooth::audio::aidl::a2dp::ProviderInfo268 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()
726 return provider_info ? provider_info->SourceCodecIndex(p_codec_info) in source_codec_index()968 provider_info->SourceCodecIndex(result->id).value(); in get_a2dp_configuration()