Home
last modified time | relevance | path

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 Da2dp_codec_factory.cpp235 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 Da2dp_codec_config.cpp164 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 Da2dp_codec_factory.h43 …bool SetCodecUserConfig(const A2dpCodecCapability &userConfig, const uint8_t *peerSinkCapabilities,
H A Da2dp_codec_config.h128 …bool SetCodecUserConfig(const A2dpCodecCapability &userConfig, const A2dpCodecCapability &audioCon…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.cpp213 … ret = codecFactory->SetCodecUserConfig(userConfig, pCodecInfo, pResultConfig, &reconfig); in ProcessSetConfigInd()
422 codecFactory->SetCodecUserConfig(userConfig, pCodecInfo, pResultConfig, &reconfig); in ProcessSetConfigInd()
H A Da2dp_profile_peer.cpp682 if (codecConfig_->SetCodecUserConfig(userConfig, codecInfo, resultInfo, &reconfig)) { in SetUserCodecConfigure()
775 ret = codecConfig_->SetCodecUserConfig(userConfig, capInfo, resultInfo, &reconfig); in EnableOptionalCodec()