Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc170 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(p_codec_info); in getTrackBitRate() local
205 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(codec_config); in getCodecSpecificConfig() local
531 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(p_codec_info); in A2DP_IotGetPeerSinkCodecType() local
878 btav_a2dp_codec_index_t codec_type; in setCodecOtaConfig() local
1034 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(p_codec_info); in A2DP_IsSourceCodecValid() local
1055 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(p_codec_info); in A2DP_IsSinkCodecValid() local
1076 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(p_codec_info); in A2DP_IsPeerSourceCodecValid() local
1097 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(p_codec_info); in A2DP_IsPeerSinkCodecValid() local
1118 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(p_codec_info); in A2DP_IsSinkCodecSupported() local
1140 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(p_codec_info); in A2DP_IsPeerSourceCodecSupported() local
[all …]
Da2dp_vendor_aptx.cc123 tA2DP_CODEC_TYPE codec_type; in A2DP_ParseInfoAptx() local
Da2dp_vendor_aptx_hd.cc134 tA2DP_CODEC_TYPE codec_type; in A2DP_ParseInfoAptxHd() local
Da2dp_vendor_ldac.cc152 tA2DP_CODEC_TYPE codec_type; in A2DP_ParseInfoLdac() local
Da2dp_vendor_opus.cc184 tA2DP_CODEC_TYPE codec_type; in A2DP_ParseInfoOpus() local
Da2dp_aac.cc187 tA2DP_CODEC_TYPE codec_type; in A2DP_ParseInfoAac() local
Da2dp_sbc.cc168 tA2DP_CODEC_TYPE codec_type; in A2DP_ParseInfoSbc() local
/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc459 tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(codec_info_sbc); in TEST_F() local
558 for (uint8_t codec_type = A2DP_MEDIA_CT_AAC + 1; in TEST_F() local
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecConfigTest.java179 int codec_type = selectCodecType(config_id); in testBluetoothCodecConfig_valid_get_methods() local
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dcodec_status_aidl.cc572 auto codec_type = in UpdateOffloadingCapabilities() local
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_act.cc838 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/include/hardware/
Dbt_le_audio.h67 btle_audio_codec_index_t codec_type; member
Dbt_av.h137 btav_a2dp_codec_index_t codec_type; member
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_media.rs26 codec_type: i32, field
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl_unittest.cc656 CodecType codec_type) { in AptxCodecConfigurationsGenerator()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Da2dp.rs154 pub codec_type: i32, field
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_aact.cc3263 uint32_t codec_type = 0; in bta_av_offload_codec_builder() local
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc941 uint16_t CalcCompressedAudioPacketSize(uint16_t codec_type, in CalcCompressedAudioPacketSize()