Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc104 codec_info.codec_type = codec_config->codecIndex(); in Init()
1098 if (::bluetooth::audio::a2dp::provider::supports_codec(iter->codecIndex())) { in SelectSourceCodec()
1105 peer_cache_->FindPeerSink(p_peer, iter->codecIndex(), ContentProtectFlag()); in SelectSourceCodec()
1172 peer_cache_->FindPeerSink(p_peer, codec_config.codecIndex(), ContentProtectFlag()); in AttemptSourceCodecSelection()
1198 peer_cache_->FindPeerSource(p_peer, codec_config.codecIndex(), ContentProtectFlag()); in AttemptSinkCodecSelection()
1235 peer_cache_->FindPeerSink(p_peer, codec_config.codecIndex(), ContentProtectFlag()); in UpdateSelectableSourceCodec()
1266 peer_cache_->FindPeerSource(p_peer, codec_config.codecIndex(), ContentProtectFlag()); in UpdateSelectableSinkCodec()
1414 btav_a2dp_codec_index_t software_codec_index = software_config.codecIndex(); in bta_av_co_should_select_hardware_codec()
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc620 return lhs->codecIndex() > rhs->codecIndex(); in compare_codec_priority()
699 log::info("initialized Source codec {}, idx {}", iter->name(), iter->codecIndex()); in init()
706 log::info("initialized Sink codec {}, idx {}", iter->name(), iter->codecIndex()); in init()
1023 if (!::bluetooth::audio::a2dp::provider::supports_codec(a2dp_codec_config->codecIndex()) && in setPeerSinkCodecCapabilities()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/
Da2dp_encoding_aidl.cc444 if (provider::supports_codec(a2dp_config->codecIndex())) { in setup_codec()
455 provider_info->GetCodec(a2dp_config->codecIndex()).value()->id; in setup_codec()
459 switch (a2dp_config->codecIndex()) { in setup_codec()
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/
Da2dpCodecConfigFuzzFunctions.h69 codec_config->codecIndex();
/packages/modules/Bluetooth/system/stack/include/
Da2dp_codec_api.h68 btav_a2dp_codec_index_t codecIndex() const { return codec_index_; } in codecIndex() function
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_source.cc600 if (a2dp_config->codecIndex() == BTAV_A2DP_CODEC_INDEX_SOURCE_SBC && in btif_a2dp_get_peer_mtu()
824 btif_a2dp_source_cb.stats.codec_index = codec_config->codecIndex(); in btif_a2dp_source_audio_tx_start_event()
/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc880 EXPECT_EQ(codec_config->codecIndex(), codec_index); in TEST_F()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_aact.cc3187 if (::bluetooth::audio::a2dp::provider::supports_codec(codec_config->codecIndex())) { in bta_av_offload_req()