Home
last modified time | relevance | path

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

12

/aosp_15_r20/packages/modules/Bluetooth/system/stack/a2dp/
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()
160 A2dpCodecConfig* A2dpCodecConfig::createCodec(btav_a2dp_codec_index_t codec_index, in createCodec()
661 btav_a2dp_codec_index_t codec_index = static_cast<btav_a2dp_codec_index_t>(i); in init() local
732 btav_a2dp_codec_index_t codec_index = A2DP_SourceCodecIndex(p_codec_info); in findSourceCodecConfig() local
744 A2dpCodecConfig* A2dpCodecs::findSourceCodecConfig(btav_a2dp_codec_index_t codec_index) { in findSourceCodecConfig()
756 btav_a2dp_codec_index_t codec_index = A2DP_SinkCodecIndex(p_codec_info); in findSinkCodecConfig() local
768 bool A2dpCodecs::isSupportedCodec(btav_a2dp_codec_index_t codec_index) { in isSupportedCodec()
1581 const char* A2DP_CodecIndexStr(btav_a2dp_codec_index_t codec_index) { in A2DP_CodecIndexStr()
1616 bool A2DP_InitCodecConfig(btav_a2dp_codec_index_t codec_index, AvdtpSepConfig* p_cfg) { in A2DP_InitCodecConfig()
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_vendor.cc452 const char* A2DP_VendorCodecIndexStr(btav_a2dp_codec_index_t codec_index) { in A2DP_VendorCodecIndexStr()
485 bool A2DP_VendorInitCodecConfig(btav_a2dp_codec_index_t codec_index, AvdtpSepConfig* p_cfg) { in A2DP_VendorInitCodecConfig()
/aosp_15_r20/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()
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_audio_hal_interface_a2dp_encoding.cc110 std::optional<const char*> provider::codec_index_str(btav_a2dp_codec_index_t codec_index) { in codec_index_str()
114 bool provider::codec_info(btav_a2dp_codec_index_t codec_index, bluetooth::a2dp::CodecId* codec_id, in codec_info()
149 tA2DP_STATUS provider::parse_a2dp_configuration(btav_a2dp_codec_index_t codec_index, in parse_a2dp_configuration()
187 bool provider::supports_codec(btav_a2dp_codec_index_t codec_index) { in supports_codec()
Dmock_btif_co_bta_av_co.cc122 bool bta_av_co_audio_init(btav_a2dp_codec_index_t codec_index, AvdtpSepConfig* p_cfg) { in bta_av_co_audio_init()
181 bool bta_av_co_is_supported_codec(btav_a2dp_codec_index_t codec_index) { in bta_av_co_is_supported_codec()
Dmock_main_shim_metrics_api.cc105 int buffer_underruns_count, int64_t codec_index, bool is_a2dp_offload) { in LogMetricA2dpSessionMetricsEvent()
Dmock_stack_a2dp_codec_config.cc46 A2dpCodecConfig::A2dpCodecConfig(btav_a2dp_codec_index_t codec_index, in A2dpCodecConfig()
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/
Da2dp_encoding_aidl.cc650 std::optional<const char*> provider::codec_index_str(btav_a2dp_codec_index_t codec_index) { in codec_index_str()
658 bool provider::supports_codec(btav_a2dp_codec_index_t codec_index) { in supports_codec()
665 bool provider::codec_info(btav_a2dp_codec_index_t codec_index, bluetooth::a2dp::CodecId* codec_id, in codec_info()
886 tA2DP_STATUS provider::parse_a2dp_configuration(btav_a2dp_codec_index_t codec_index, in parse_a2dp_configuration()
Da2dp_provider_info.cc353 bool ProviderInfo::CodecCapabilities(btav_a2dp_codec_index_t codec_index, in CodecCapabilities()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc268 btav_a2dp_codec_index_t codec_index = static_cast<btav_a2dp_codec_index_t>(i); in StackA2dpTest() local
324 bool has_codec_support(btav_a2dp_codec_index_t codec_index) { in has_codec_support()
860 btav_a2dp_codec_index_t codec_index = static_cast<btav_a2dp_codec_index_t>(i); in TEST_F() local
909 btav_a2dp_codec_index_t codec_index = static_cast<btav_a2dp_codec_index_t>(i); in TEST_F() local
/aosp_15_r20/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.cc125 bool BtaAvCo::IsSupportedCodec(btav_a2dp_codec_index_t codec_index) { in IsSupportedCodec()
222 auto codec_index = A2DP_SourceCodecIndex(p_codec_info); in ProcessSourceGetConfig() local
1377 bool bta_av_co_is_supported_codec(btav_a2dp_codec_index_t codec_index) { in bta_av_co_is_supported_codec()
1389 bool bta_av_co_audio_init(btav_a2dp_codec_index_t codec_index, AvdtpSepConfig* p_cfg) { in bta_av_co_audio_init()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Da2dp_sbc.h35 A2dpCodecConfigSbcBase(btav_a2dp_codec_index_t codec_index, const std::string& name, in A2dpCodecConfigSbcBase()
Da2dp_vendor_ldac.h35 A2dpCodecConfigLdacBase(btav_a2dp_codec_index_t codec_index, const std::string& name, in A2dpCodecConfigLdacBase()
Da2dp_aac.h34 A2dpCodecConfigAacBase(btav_a2dp_codec_index_t codec_index, const std::string& name, in A2dpCodecConfigAacBase()
Da2dp_vendor_opus.h30 A2dpCodecConfigOpusBase(btav_a2dp_codec_index_t codec_index, const std::string& name, in A2dpCodecConfigOpusBase()
/aosp_15_r20/packages/modules/Bluetooth/system/common/
Dmetrics.h119 int64_t codec_index = -1; variable
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_metrics_logging.cc48 int64_t codec_index, bool is_a2dp_offload) { in log_a2dp_session_metrics_event()
/aosp_15_r20/external/rust/crabbyavif/src/decoder/
Dtile.rs124 pub codec_index: usize, field
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dmetrics_api.cc71 int64_t codec_index, bool is_a2dp_offload) { in LogMetricA2dpSessionMetricsEvent()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/linux/
Dmetrics.cc84 int64_t codec_index, bool is_a2dp_offload) {} in LogMetricA2dpSessionMetricsEvent()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/chromeos/
Dmetrics.cc153 int64_t codec_index, bool is_a2dp_offload) { in LogMetricA2dpSessionMetricsEvent()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/av/
Dbta_av_main.cc621 btav_a2dp_codec_index_t codec_index = static_cast<btav_a2dp_codec_index_t>(i); in bta_av_api_register() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/android/
Dmetrics.cc170 int64_t codec_index, bool is_a2dp_offload) { in LogMetricA2dpSessionMetricsEvent()

12