Searched refs:pResultConfig (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_state_machine.cpp | 178 uint8_t *pResultConfig = &resultConfig[0]; in ProcessSetConfigInd() local 198 ret = codecFactory->SetCodecConfig(pCodecInfo, pResultConfig); in ProcessSetConfigInd() 208 ret = codecFactory->SetSinkCodecConfig(pCodecInfo, pResultConfig); in ProcessSetConfigInd() 213 ret = codecFactory->SetCodecUserConfig(userConfig, pCodecInfo, pResultConfig, &reconfig); in ProcessSetConfigInd() 390 uint8_t *pResultConfig = &resultConfig[0]; in ProcessSetConfigInd() local 409 codecFactory->SetCodecConfig(pCodecInfo, pResultConfig); in ProcessSetConfigInd() 418 codecFactory->SetSinkCodecConfig(pCodecInfo, pResultConfig); in ProcessSetConfigInd() 422 codecFactory->SetCodecUserConfig(userConfig, pCodecInfo, pResultConfig, &reconfig); in ProcessSetConfigInd()
|
H A D | a2dp_avdtp.cpp | 378 uint8_t *pResultConfig = &resultConfig[0]; in ParseAvdtpReconfigureInd() local 399 ret = peer->GetCodecConfigure()->SetSinkCodecConfig(pCodecInfo, pResultConfig); in ParseAvdtpReconfigureInd() 405 ret = peer->GetCodecConfigure()->SetCodecConfig(pCodecInfo, pResultConfig); in ParseAvdtpReconfigureInd()
|
Completed in 5 milliseconds