Searched refs:SetCodecUserConfig (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/ |
H A D | a2dp_codec_factory.cpp | 235 bool A2dpCodecFactory::SetCodecUserConfig(const A2dpCodecCapability &userConfig, const uint8_t *pee… in SetCodecUserConfig() function in OHOS::bluetooth::A2dpCodecFactory 257 if (!a2dpCodecConfig->SetCodecUserConfig( in SetCodecUserConfig() 277 if (!a2dpCodecConfig->SetCodecUserConfig( in SetCodecAudioConfig()
|
H A D | a2dp_codec_config.cpp | 164 bool A2dpCodecConfig::SetCodecUserConfig(const A2dpCodecCapability &userConfig, const A2dpCodecCapa… in SetCodecUserConfig() function in OHOS::bluetooth::A2dpCodecConfig
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/ |
H A D | a2dp_codec_factory.h | 43 …bool SetCodecUserConfig(const A2dpCodecCapability &userConfig, const uint8_t *peerSinkCapabilities,
|
H A D | a2dp_codec_config.h | 128 …bool SetCodecUserConfig(const A2dpCodecCapability &userConfig, const A2dpCodecCapability &audioCon…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_state_machine.cpp | 213 … ret = codecFactory->SetCodecUserConfig(userConfig, pCodecInfo, pResultConfig, &reconfig); in ProcessSetConfigInd() 422 codecFactory->SetCodecUserConfig(userConfig, pCodecInfo, pResultConfig, &reconfig); in ProcessSetConfigInd()
|
H A D | a2dp_profile_peer.cpp | 682 if (codecConfig_->SetCodecUserConfig(userConfig, codecInfo, resultInfo, &reconfig)) { in SetUserCodecConfigure() 775 ret = codecConfig_->SetCodecUserConfig(userConfig, capInfo, resultInfo, &reconfig); in EnableOptionalCodec()
|