/packages/modules/Bluetooth/system/stack/a2dp/ |
D | a2dp_codec_config.cc | 74 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(media_codec_capabilities); in ParseCodecId() local 217 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(p_codec_info); in getTrackBitRate() local 250 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(codec_config); in getCodecSpecificConfig() local 573 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(p_codec_info); in A2DP_IotGetPeerSinkCodecType() local 931 btav_a2dp_codec_index_t codec_type; in setCodecOtaConfig() local 1101 bool A2DP_IsCodecTypeValid(tA2DP_CODEC_TYPE codec_type) { in A2DP_IsCodecTypeValid() 1117 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(p_codec_info); in A2DP_IsSourceCodecValid() local 1136 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(p_codec_info); in A2DP_IsPeerSourceCodecValid() local 1155 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(p_codec_info); in A2DP_IsPeerSinkCodecValid() local 1174 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(p_codec_info); in A2DP_IsSinkCodecSupported() local [all …]
|
D | a2dp_vendor_aptx.cc | 128 tA2DP_CODEC_TYPE codec_type; in A2DP_ParseInfoAptx() local
|
D | a2dp_vendor_aptx_hd.cc | 139 tA2DP_CODEC_TYPE codec_type; in A2DP_ParseInfoAptxHd() local
|
D | a2dp_vendor_ldac.cc | 152 tA2DP_CODEC_TYPE codec_type; in A2DP_ParseInfoLdac() local
|
D | a2dp_aac.cc | 204 tA2DP_CODEC_TYPE codec_type; in A2DP_ParseInfoAac() local
|
D | a2dp_vendor_opus.cc | 189 tA2DP_CODEC_TYPE codec_type; in A2DP_ParseInfoOpus() local
|
D | a2dp_sbc.cc | 180 tA2DP_CODEC_TYPE codec_type; in A2DP_ParseInfoSbc() local
|
/packages/modules/Bluetooth/system/stack/mmc/metrics/ |
D | mmc_rtt_logger.cc | 27 MmcRttLogger::MmcRttLogger(int codec_type) in MmcRttLogger()
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/ |
D | a2dp_provider_info.cc | 241 auto codec_type = A2DP_GetCodecType(codec_info); in SourceCodecIndex() local 286 auto codec_type = A2DP_GetCodecType(codec_info); in SinkCodecIndex() local
|
D | codec_status_aidl.cc | 517 auto codec_type = capability.get<AudioCapabilities::a2dpCapabilities>().codecType; in UpdateOffloadingCapabilities() local
|
/packages/modules/Bluetooth/system/bta/ag/ |
D | bta_ag_swb_aptx.cc | 111 tBTA_AG_PEER_CODEC codec_type, codec_sent; in bta_ag_swb_handle_vs_at_events() local
|
D | bta_ag_act.cc | 850 tBTA_AG_PEER_CODEC codec_type = data.api_setcodec.codec; in bta_ag_setcodec() local
|
D | bta_ag_cmd.cc | 1304 tBTA_AG_PEER_CODEC codec_type, codec_sent; in bta_ag_at_hfp_cback() local
|
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_api_types.h | 162 inline std::string sco_codec_type_text(tBTM_SCO_CODEC_TYPE codec_type) { in sco_codec_type_text() 175 inline uint16_t sco_codec_type_to_id(tBTM_SCO_CODEC_TYPE codec_type) { in sco_codec_type_to_id()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sco.cc | 389 const auto codec_type = active_sco->get_codec_type(); in btm_route_sco_data() local 1041 const auto codec_type = p->get_codec_type(); in btm_sco_connected() local 1290 const auto codec_type = p_sco->get_codec_type(); in btm_sco_on_disconnected() local 1733 tBTM_SCO_CODEC_TYPE codec_type = active_sco->get_codec_type(); in BTM_GetScoDebugDump() local
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_av.h | 93 btav_a2dp_codec_index_t codec_type; member 157 btav_a2dp_codec_index_t codec_type; member
|
D | bt_le_audio.h | 174 btle_audio_codec_index_t codec_type = LE_AUDIO_CODEC_INDEX_SOURCE_INVALID; member
|
/packages/modules/Bluetooth/system/gd/os/chromeos/ |
D | metrics.cc | 74 double packet_loss_ratio, uint16_t codec_type) { in LogMetricHfpPacketLossStats() 97 int codec_type) { in LogMetricMmcTranscodeRttStats()
|
/packages/modules/Bluetooth/system/gd/os/linux/ |
D | metrics.cc | 90 double packet_loss_ratio, uint16_t codec_type) {} in LogMetricHfpPacketLossStats() 93 int codec_type) {} in LogMetricMmcTranscodeRttStats()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | metrics_api.cc | 82 double packet_loss_ratio, uint16_t codec_type) { in LogMetricHfpPacketLossStats() 89 int codec_type) { in LogMetricMmcTranscodeRttStats()
|
/packages/modules/Bluetooth/system/stack/test/ |
D | stack_a2dp_test.cc | 407 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(codec_info_sbc); in TEST_F() local 494 for (uint8_t codec_type = A2DP_MEDIA_CT_AAC + 1; codec_type < A2DP_MEDIA_CT_NON_A2DP; in TEST_F() local
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_metrics_api.cc | 126 uint16_t codec_type) { in LogMetricHfpPacketLossStats() 132 int num_requests, int codec_type) { in LogMetricMmcTranscodeRttStats()
|
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/ |
D | BluetoothCodecConfigTest.java | 216 int codec_type = selectCodecType(config_id); in testBluetoothCodecConfig_valid_get_methods() local
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_a2dp.cpp | 355 jobject codec_type = env->NewObject( in getSupportedCodecTypesNative() local
|
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
D | client_interface_hidl_unittest.cc | 618 static std::vector<CodecConfiguration> AptxCodecConfigurationsGenerator(CodecType codec_type) { in AptxCodecConfigurationsGenerator()
|