Home
last modified time | relevance | path

Searched defs:codec_index (Results 1 – 25 of 25) sorted by relevance

/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding.cc173 std::optional<const char*> codec_index_str(btav_a2dp_codec_index_t codec_index) { in codec_index_str()
181 bool supports_codec(btav_a2dp_codec_index_t codec_index) { in supports_codec()
188 bool codec_info(btav_a2dp_codec_index_t codec_index, bluetooth::a2dp::CodecId* codec_id, in codec_info()
214 tA2DP_STATUS parse_a2dp_configuration(btav_a2dp_codec_index_t codec_index, in parse_a2dp_configuration()
/packages/modules/Bluetooth/system/test/mock/
Dmock_audio_hal_interface_a2dp_encoding.cc107 std::optional<const char*> provider::codec_index_str(btav_a2dp_codec_index_t codec_index) { in codec_index_str()
111 bool provider::codec_info(btav_a2dp_codec_index_t codec_index, bluetooth::a2dp::CodecId* codec_id, in codec_info()
146 tA2DP_STATUS provider::parse_a2dp_configuration(btav_a2dp_codec_index_t codec_index, in parse_a2dp_configuration()
184 bool provider::supports_codec(btav_a2dp_codec_index_t codec_index) { in supports_codec()
Dmock_btif_co_bta_av_co.cc121 bool bta_av_co_audio_init(btav_a2dp_codec_index_t codec_index, AvdtpSepConfig* p_cfg) { in bta_av_co_audio_init()
180 bool bta_av_co_is_supported_codec(btav_a2dp_codec_index_t codec_index) { in bta_av_co_is_supported_codec()
Dmock_stack_a2dp_codec_config.cc47 A2dpCodecConfig::A2dpCodecConfig(btav_a2dp_codec_index_t codec_index, in A2dpCodecConfig()
Dmock_main_shim_metrics_api.cc117 int buffer_underruns_count, int64_t codec_index, bool is_a2dp_offload) { in LogMetricA2dpSessionMetricsEvent()
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_ext.cc35 static a2dp::CodecId codec_id(btav_a2dp_codec_index_t codec_index) { in codec_id()
42 A2dpCodecConfigExt::A2dpCodecConfigExt(btav_a2dp_codec_index_t codec_index, bool is_source) in A2dpCodecConfigExt()
Da2dp_codec_config.cc110 btav_a2dp_codec_index_t codec_index, in init_btav_a2dp_codec_config()
117 A2dpCodecConfig::A2dpCodecConfig(btav_a2dp_codec_index_t codec_index, a2dp::CodecId codec_id, in A2dpCodecConfig()
159 A2dpCodecConfig* A2dpCodecConfig::createCodec(btav_a2dp_codec_index_t codec_index, in createCodec()
648 btav_a2dp_codec_index_t codec_index = static_cast<btav_a2dp_codec_index_t>(i); in init() local
715 btav_a2dp_codec_index_t codec_index = A2DP_SourceCodecIndex(p_codec_info); in findSourceCodecConfig() local
727 A2dpCodecConfig* A2dpCodecs::findSourceCodecConfig(btav_a2dp_codec_index_t codec_index) { in findSourceCodecConfig()
739 btav_a2dp_codec_index_t codec_index = A2DP_SinkCodecIndex(p_codec_info); in findSinkCodecConfig() local
751 bool A2dpCodecs::isSupportedCodec(btav_a2dp_codec_index_t codec_index) { in isSupportedCodec()
1564 const char* A2DP_CodecIndexStr(btav_a2dp_codec_index_t codec_index) { in A2DP_CodecIndexStr()
1599 bool A2DP_InitCodecConfig(btav_a2dp_codec_index_t codec_index, AvdtpSepConfig* p_cfg) { in A2DP_InitCodecConfig()
Da2dp_vendor.cc432 const char* A2DP_VendorCodecIndexStr(btav_a2dp_codec_index_t codec_index) { in A2DP_VendorCodecIndexStr()
463 bool A2DP_VendorInitCodecConfig(btav_a2dp_codec_index_t codec_index, AvdtpSepConfig* p_cfg) { in A2DP_VendorInitCodecConfig()
/packages/modules/Bluetooth/system/stack/include/
Da2dp_vendor_ldac.h35 A2dpCodecConfigLdacBase(btav_a2dp_codec_index_t codec_index, const std::string& name, in A2dpCodecConfigLdacBase()
Da2dp_vendor_opus.h30 A2dpCodecConfigOpusBase(btav_a2dp_codec_index_t codec_index, const std::string& name, in A2dpCodecConfigOpusBase()
Da2dp_aac.h34 A2dpCodecConfigAacBase(btav_a2dp_codec_index_t codec_index, const std::string& name, in A2dpCodecConfigAacBase()
Da2dp_sbc.h35 A2dpCodecConfigSbcBase(btav_a2dp_codec_index_t codec_index, const std::string& name, in A2dpCodecConfigSbcBase()
/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co_peer.cc143 btav_a2dp_codec_index_t codec_index, in FindPeerSource()
167 BtaAvCoSep* BtaAvCoPeerCache::FindPeerSink(BtaAvCoPeer* p_peer, btav_a2dp_codec_index_t codec_index, in FindPeerSink()
Dbta_av_co.cc124 bool BtaAvCo::IsSupportedCodec(btav_a2dp_codec_index_t codec_index) { in IsSupportedCodec()
221 auto codec_index = A2DP_SourceCodecIndex(p_codec_info); in ProcessSourceGetConfig() local
1375 bool bta_av_co_is_supported_codec(btav_a2dp_codec_index_t codec_index) { in bta_av_co_is_supported_codec()
1387 bool bta_av_co_audio_init(btav_a2dp_codec_index_t codec_index, AvdtpSepConfig* p_cfg) { in bta_av_co_audio_init()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/
Da2dp_encoding_aidl.cc647 std::optional<const char*> provider::codec_index_str(btav_a2dp_codec_index_t codec_index) { in codec_index_str()
655 bool provider::supports_codec(btav_a2dp_codec_index_t codec_index) { in supports_codec()
662 bool provider::codec_info(btav_a2dp_codec_index_t codec_index, bluetooth::a2dp::CodecId* codec_id, in codec_info()
888 tA2DP_STATUS provider::parse_a2dp_configuration(btav_a2dp_codec_index_t codec_index, in parse_a2dp_configuration()
Da2dp_provider_info.cc350 bool ProviderInfo::CodecCapabilities(btav_a2dp_codec_index_t codec_index, in CodecCapabilities()
/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc254 btav_a2dp_codec_index_t codec_index = static_cast<btav_a2dp_codec_index_t>(i); in StackA2dpTest() local
286 bool has_codec_support(btav_a2dp_codec_index_t codec_index) { in has_codec_support()
822 btav_a2dp_codec_index_t codec_index = static_cast<btav_a2dp_codec_index_t>(i); in TEST_F() local
871 btav_a2dp_codec_index_t codec_index = static_cast<btav_a2dp_codec_index_t>(i); in TEST_F() local
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_source.cc183 int codec_index = -1; member in BtifMediaStats
1236 int64_t codec_index = -1; member
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_main.cc596 btav_a2dp_codec_index_t codec_index = static_cast<btav_a2dp_codec_index_t>(i); in bta_av_api_register() local
Dbta_av_aact.cc3224 btav_a2dp_codec_index_t codec_index = A2DP_SourceCodecIndex(p_scb->cfg.codec_info); in bta_av_offload_codec_builder() local
/packages/modules/Bluetooth/system/gd/os/chromeos/
Dmetrics.cc156 int64_t codec_index, bool is_a2dp_offload) { in LogMetricA2dpSessionMetricsEvent()
/packages/modules/Bluetooth/system/gd/os/linux/
Dmetrics.cc87 int64_t codec_index, bool is_a2dp_offload) {} in LogMetricA2dpSessionMetricsEvent()
/packages/modules/Bluetooth/system/main/shim/
Dmetrics_api.cc73 int64_t codec_index, bool is_a2dp_offload) { in LogMetricA2dpSessionMetricsEvent()
/packages/modules/Bluetooth/system/gd/os/android/
Dmetrics.cc186 int64_t codec_index, bool is_a2dp_offload) { in LogMetricA2dpSessionMetricsEvent()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl_unittest.cc392 for (auto codec_index : codec_indexes) { in CodecOffloadingPreferenceGenerator() local