Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.cpp189 A2dpCodecFactory *codecFactory = profilePeer->GetCodecConfigure(); in ProcessSetConfigInd() local
190 if (codecFactory == nullptr) { in ProcessSetConfigInd()
198 ret = codecFactory->SetCodecConfig(pCodecInfo, pResultConfig); in ProcessSetConfigInd()
201 if (codecFactory->FindSourceCodec(pCodecInfo) == nullptr || in ProcessSetConfigInd()
202 codecFactory->GetIndexedSinkCodecs().front() == nullptr) { in ProcessSetConfigInd()
205 if (codecFactory->GetIndexedSinkCodecs().front()->GetCodecIndex() == in ProcessSetConfigInd()
405 A2dpCodecFactory *codecFactory = profilePeer->GetCodecConfigure(); in ProcessSetConfigInd() local
409 codecFactory->SetCodecConfig(pCodecInfo, pResultConfig); in ProcessSetConfigInd()
411 if (codecFactory->GetIndexedSinkCodecs().front() == nullptr || in ProcessSetConfigInd()
412 codecFactory->FindSourceCodec(pCodecInfo) == nullptr) { in ProcessSetConfigInd()
[all …]