Home
last modified time | relevance | path

Searched refs:SetCodecConfig (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_codec_factory.cpp144 bool A2dpCodecFactory::SetCodecConfig(const uint8_t *peerCodecInfo, uint8_t *resultCodecInfo) in SetCodecConfig() function in OHOS::bluetooth::A2dpCodecFactory
151 if (!a2dpCodecConfig->SetCodecConfig(peerCodecInfo, resultCodecInfo)) { in SetCodecConfig()
168 if (!a2dpCodecConfig->SetCodecConfig(peerCodecInfo, resultCodecInfo)) { in SetSinkCodecConfig()
H A Da2dp_codec_config.cpp175 ret = SetCodecConfig(peerCodeInfo, resultCodecInfo); in SetCodecUserConfig()
H A Da2dp_aac_param_ctrl.cpp621 bool A2dpCodecConfigAacBase::SetCodecConfig(const uint8_t *peerCodeInfo, uint8_t *resultCodecInfo) in SetCodecConfig() function in OHOS::bluetooth::A2dpCodecConfigAacBase
H A Da2dp_sbc_param_ctrl.cpp654 bool A2dpCodecConfigSbcBase::SetCodecConfig(const uint8_t *peerCodeInfo, uint8_t *resultCodecInfo) in SetCodecConfig() function in OHOS::bluetooth::A2dpCodecConfigSbcBase
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_codec_factory.h48 bool SetCodecConfig(const uint8_t *peerCodecInfo, uint8_t *resultCodecInfo);
H A Da2dp_aac_param_ctrl.h30 bool SetCodecConfig(const uint8_t *peerCodeInfo, uint8_t *resultCodecInfo) override;
H A Da2dp_sbc_param_ctrl.h29 bool SetCodecConfig(const uint8_t *peerCodeInfo, uint8_t *resultCodecInfo) override;
H A Da2dp_codec_config.h130 virtual bool SetCodecConfig(const uint8_t *peerCodeInfo, uint8_t *resultCodecInfo) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.cpp198 ret = codecFactory->SetCodecConfig(pCodecInfo, pResultConfig); in ProcessSetConfigInd()
409 codecFactory->SetCodecConfig(pCodecInfo, pResultConfig); in ProcessSetConfigInd()
H A Da2dp_avdtp.cpp405 ret = peer->GetCodecConfigure()->SetCodecConfig(pCodecInfo, pResultConfig); in ParseAvdtpReconfigureInd()
H A Da2dp_profile_peer.cpp515 ret = codecConfig_->SetCodecConfig(codecInfo, resConigInfo); in FindCapabilityMatched()