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 D | a2dp_codec_factory.cpp | 144 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 D | a2dp_codec_config.cpp | 175 ret = SetCodecConfig(peerCodeInfo, resultCodecInfo); in SetCodecUserConfig()
|
H A D | a2dp_aac_param_ctrl.cpp | 621 bool A2dpCodecConfigAacBase::SetCodecConfig(const uint8_t *peerCodeInfo, uint8_t *resultCodecInfo) in SetCodecConfig() function in OHOS::bluetooth::A2dpCodecConfigAacBase
|
H A D | a2dp_sbc_param_ctrl.cpp | 654 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 D | a2dp_codec_factory.h | 48 bool SetCodecConfig(const uint8_t *peerCodecInfo, uint8_t *resultCodecInfo);
|
H A D | a2dp_aac_param_ctrl.h | 30 bool SetCodecConfig(const uint8_t *peerCodeInfo, uint8_t *resultCodecInfo) override;
|
H A D | a2dp_sbc_param_ctrl.h | 29 bool SetCodecConfig(const uint8_t *peerCodeInfo, uint8_t *resultCodecInfo) override;
|
H A D | a2dp_codec_config.h | 130 virtual bool SetCodecConfig(const uint8_t *peerCodeInfo, uint8_t *resultCodecInfo) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_state_machine.cpp | 198 ret = codecFactory->SetCodecConfig(pCodecInfo, pResultConfig); in ProcessSetConfigInd() 409 codecFactory->SetCodecConfig(pCodecInfo, pResultConfig); in ProcessSetConfigInd()
|
H A D | a2dp_avdtp.cpp | 405 ret = peer->GetCodecConfigure()->SetCodecConfig(pCodecInfo, pResultConfig); in ParseAvdtpReconfigureInd()
|
H A D | a2dp_profile_peer.cpp | 515 ret = codecConfig_->SetCodecConfig(codecInfo, resConigInfo); in FindCapabilityMatched()
|