Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc177 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(p_codec_info); in getTrackBitRate() local
210 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(codec_config); in getCodecSpecificConfig() local
536 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(p_codec_info); in A2DP_IotGetPeerSinkCodecType() local
890 btav_a2dp_codec_index_t codec_type; in setCodecOtaConfig() local
1052 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(p_codec_info); in A2DP_IsSourceCodecValid() local
1071 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(p_codec_info); in A2DP_IsSinkCodecValid() local
1090 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(p_codec_info); in A2DP_IsPeerSourceCodecValid() local
1109 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(p_codec_info); in A2DP_IsPeerSinkCodecValid() local
1128 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(p_codec_info); in A2DP_IsSinkCodecSupported() local
1148 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(p_codec_info); in A2DP_IsPeerSourceCodecSupported() local
[all …]
Da2dp_vendor_aptx_hd.cc137 tA2DP_CODEC_TYPE codec_type; in A2DP_ParseInfoAptxHd() local
Da2dp_vendor_aptx.cc125 tA2DP_CODEC_TYPE codec_type; in A2DP_ParseInfoAptx() local
Da2dp_vendor_ldac.cc154 tA2DP_CODEC_TYPE codec_type; in A2DP_ParseInfoLdac() local
Da2dp_aac.cc190 tA2DP_CODEC_TYPE codec_type; in A2DP_ParseInfoAac() local
Da2dp_vendor_opus.cc184 tA2DP_CODEC_TYPE codec_type; in A2DP_ParseInfoOpus() local
/packages/modules/Bluetooth/system/stack/mmc/metrics/
Dmmc_rtt_logger.cc27 MmcRttLogger::MmcRttLogger(int codec_type) in MmcRttLogger()
/packages/modules/Bluetooth/system/stack/metrics/
Dstack_metrics_logging.cc80 uint16_t codec_type) { in log_hfp_audio_packet_loss_stats()
86 int num_requests, int codec_type) { in log_mmc_transcode_rtt_stats()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_metrics_logging.cc125 uint16_t codec_type) { in log_hfp_audio_packet_loss_stats()
132 int num_requests, int codec_type) { in log_mmc_transcode_rtt_stats()
Dmock_main_shim_metrics_api.cc114 uint16_t codec_type) { in LogMetricHfpPacketLossStats()
122 int codec_type) { in LogMetricMmcTranscodeRttStats()
/packages/modules/Bluetooth/system/stack/include/
Dbtm_api_types.h152 inline std::string sco_codec_type_text(tBTM_SCO_CODEC_TYPE codec_type) { in sco_codec_type_text()
165 inline uint16_t sco_codec_type_to_id(tBTM_SCO_CODEC_TYPE codec_type) { in sco_codec_type_to_id()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_provider_info.cc265 auto codec_type = A2DP_GetCodecType(codec_info); in SourceCodecIndex() local
312 auto codec_type = A2DP_GetCodecType(codec_info); in SinkCodecIndex() local
Dcodec_status_aidl.cc560 auto codec_type = in UpdateOffloadingCapabilities() local
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_swb_aptx.cc108 tBTA_AG_PEER_CODEC codec_type, codec_sent; in bta_ag_swb_handle_vs_at_events() local
Dbta_ag_act.cc866 tBTA_AG_PEER_CODEC codec_type = data.api_setcodec.codec; in bta_ag_setcodec() local
Dbta_ag_cmd.cc1293 tBTA_AG_PEER_CODEC codec_type, codec_sent; in bta_ag_at_hfp_cback() local
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.cc409 const auto codec_type = active_sco->get_codec_type(); in btm_route_sco_data() local
1105 const auto codec_type = p->get_codec_type(); in btm_sco_connected() local
1338 const auto codec_type = p_sco->get_codec_type(); in btm_sco_on_disconnected() local
1796 tBTM_SCO_CODEC_TYPE codec_type = active_sco->get_codec_type(); in BTM_GetScoDebugDump() local
/packages/modules/Bluetooth/system/main/shim/
Dmetrics_api.cc87 uint16_t codec_type) { in LogMetricHfpPacketLossStats()
94 int num_requests, int codec_type) { in LogMetricMmcTranscodeRttStats()
/packages/modules/Bluetooth/system/gd/os/chromeos/
Dmetrics.cc90 const Address& address, int num_decoded_frames, double packet_loss_ratio, uint16_t codec_type) { in LogMetricHfpPacketLossStats()
116 int maximum_rtt, double mean_rtt, int num_requests, int codec_type) { in LogMetricMmcTranscodeRttStats()
/packages/modules/Bluetooth/system/gd/os/linux/
Dmetrics.cc118 const Address& address, int num_decoded_frames, double packet_loss_ratio, uint16_t codec_type) { in LogMetricHfpPacketLossStats()
122 int maximum_rtt, double mean_rtt, int num_requests, int codec_type) {} in LogMetricMmcTranscodeRttStats()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_av.h93 btav_a2dp_codec_index_t codec_type; member
157 btav_a2dp_codec_index_t codec_type; member
Dbt_le_audio.h142 btle_audio_codec_index_t codec_type = LE_AUDIO_CODEC_INDEX_SOURCE_INVALID; member
/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc461 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(codec_info_sbc); in TEST_F() local
560 for (uint8_t codec_type = A2DP_MEDIA_CT_AAC + 1; in TEST_F() local
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecConfigTest.java216 int codec_type = selectCodecType(config_id); in testBluetoothCodecConfig_valid_get_methods() local
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp365 jobject codec_type = env->NewObject( in getSupportedCodecTypesNative() local

12