Home
last modified time | relevance | path

Searched defs:setCodecConfig (Results 1 – 18 of 18) sorted by relevance

/packages/modules/Bluetooth/system/stack/include/
Da2dp_ext.h47 void setCodecConfig(btav_a2dp_codec_config_t codec_parameters, in setCodecConfig() function
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_ext.cc51 bool A2dpCodecConfigExt::setCodecConfig(const uint8_t* p_peer_codec_info, in setCodecConfig() function in A2dpCodecConfigExt
Da2dp_vendor_aptx_hd_linux.cc130 bool A2dpCodecConfigAptxHd::setCodecConfig(const uint8_t* p_peer_codec_info, in setCodecConfig() function in A2dpCodecConfigAptxHd
Da2dp_vendor_aptx_linux.cc128 bool A2dpCodecConfigAptx::setCodecConfig(const uint8_t* p_peer_codec_info, in setCodecConfig() function in A2dpCodecConfigAptx
Da2dp_vendor_ldac_linux.cc146 bool A2dpCodecConfigLdacBase::setCodecConfig(const uint8_t* p_peer_codec_info, in setCodecConfig() function in A2dpCodecConfigLdacBase
Da2dp_vendor_opus_linux.cc147 bool A2dpCodecConfigOpusBase::setCodecConfig(const uint8_t* p_peer_codec_info, in setCodecConfig() function in A2dpCodecConfigOpusBase
Da2dp_vendor_aptx.cc604 bool A2dpCodecConfigAptx::setCodecConfig(const uint8_t* p_peer_codec_info, in setCodecConfig() function in A2dpCodecConfigAptx
Da2dp_vendor_aptx_hd.cc627 bool A2dpCodecConfigAptxHd::setCodecConfig(const uint8_t* p_peer_codec_info, in setCodecConfig() function in A2dpCodecConfigAptxHd
Da2dp_vendor_ldac.cc942 bool A2dpCodecConfigLdacBase::setCodecConfig(const uint8_t* p_peer_codec_info, in setCodecConfig() function in A2dpCodecConfigLdacBase
Da2dp_vendor_opus.cc889 bool A2dpCodecConfigOpusBase::setCodecConfig(const uint8_t* p_peer_codec_info, in setCodecConfig() function in A2dpCodecConfigOpusBase
Da2dp_aac.cc1006 bool A2dpCodecConfigAacBase::setCodecConfig(const uint8_t* p_peer_codec_info, in setCodecConfig() function in A2dpCodecConfigAacBase
Da2dp_sbc.cc1063 bool A2dpCodecConfigSbcBase::setCodecConfig(const uint8_t* p_peer_codec_info, in setCodecConfig() function in A2dpCodecConfigSbcBase
Da2dp_codec_config.cc721 bool A2dpCodecs::setCodecConfig(const uint8_t* p_peer_codec_info, in setCodecConfig() function in A2dpCodecs
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecStatus.java221 public @NonNull Builder setCodecConfig(@NonNull BluetoothCodecConfig codecConfig) { in setCodecConfig() method in BluetoothCodecStatus.Builder
/packages/modules/Bluetooth/system/test/mock/
Dmock_a2dp_codec_config.cc176 bool A2dpCodecs::setCodecConfig(const uint8_t* p_peer_codec_info, in setCodecConfig() function in A2dpCodecs
Dmock_stack_a2dp_codec_config.cc188 bool A2dpCodecs::setCodecConfig(const uint8_t* /* p_peer_codec_info */, in setCodecConfig() function in A2dpCodecs
/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc996 TEST_F(A2dpCodecConfigTest, setCodecConfig) { in TEST_F() argument
/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc71 void BtaAvCoState::setCodecConfig(const uint8_t* codec_config) { in setCodecConfig() function in BtaAvCoState