/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | a2dp_encoding.cc | 173 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/ |
D | mock_audio_hal_interface_a2dp_encoding.cc | 107 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()
|
D | mock_btif_co_bta_av_co.cc | 121 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()
|
D | mock_stack_a2dp_codec_config.cc | 47 A2dpCodecConfig::A2dpCodecConfig(btav_a2dp_codec_index_t codec_index, in A2dpCodecConfig()
|
D | mock_main_shim_metrics_api.cc | 117 int buffer_underruns_count, int64_t codec_index, bool is_a2dp_offload) { in LogMetricA2dpSessionMetricsEvent()
|
/packages/modules/Bluetooth/system/stack/a2dp/ |
D | a2dp_ext.cc | 35 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()
|
D | a2dp_codec_config.cc | 110 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()
|
D | a2dp_vendor.cc | 432 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/ |
D | a2dp_vendor_ldac.h | 35 A2dpCodecConfigLdacBase(btav_a2dp_codec_index_t codec_index, const std::string& name, in A2dpCodecConfigLdacBase()
|
D | a2dp_vendor_opus.h | 30 A2dpCodecConfigOpusBase(btav_a2dp_codec_index_t codec_index, const std::string& name, in A2dpCodecConfigOpusBase()
|
D | a2dp_aac.h | 34 A2dpCodecConfigAacBase(btav_a2dp_codec_index_t codec_index, const std::string& name, in A2dpCodecConfigAacBase()
|
D | a2dp_sbc.h | 35 A2dpCodecConfigSbcBase(btav_a2dp_codec_index_t codec_index, const std::string& name, in A2dpCodecConfigSbcBase()
|
/packages/modules/Bluetooth/system/btif/co/ |
D | bta_av_co_peer.cc | 143 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()
|
D | bta_av_co.cc | 124 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/ |
D | a2dp_encoding_aidl.cc | 647 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()
|
D | a2dp_provider_info.cc | 350 bool ProviderInfo::CodecCapabilities(btav_a2dp_codec_index_t codec_index, in CodecCapabilities()
|
/packages/modules/Bluetooth/system/stack/test/ |
D | stack_a2dp_test.cc | 254 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/ |
D | btif_a2dp_source.cc | 183 int codec_index = -1; member in BtifMediaStats 1236 int64_t codec_index = -1; member
|
/packages/modules/Bluetooth/system/bta/av/ |
D | bta_av_main.cc | 596 btav_a2dp_codec_index_t codec_index = static_cast<btav_a2dp_codec_index_t>(i); in bta_av_api_register() local
|
D | bta_av_aact.cc | 3224 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/ |
D | metrics.cc | 156 int64_t codec_index, bool is_a2dp_offload) { in LogMetricA2dpSessionMetricsEvent()
|
/packages/modules/Bluetooth/system/gd/os/linux/ |
D | metrics.cc | 87 int64_t codec_index, bool is_a2dp_offload) {} in LogMetricA2dpSessionMetricsEvent()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | metrics_api.cc | 73 int64_t codec_index, bool is_a2dp_offload) { in LogMetricA2dpSessionMetricsEvent()
|
/packages/modules/Bluetooth/system/gd/os/android/ |
D | metrics.cc | 186 int64_t codec_index, bool is_a2dp_offload) { in LogMetricA2dpSessionMetricsEvent()
|
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
D | client_interface_hidl_unittest.cc | 392 for (auto codec_index : codec_indexes) { in CodecOffloadingPreferenceGenerator() local
|