Searched refs:codecFactory (Results 1 – 1 of 1) sorted by relevance
189 A2dpCodecFactory *codecFactory = profilePeer->GetCodecConfigure(); in ProcessSetConfigInd() local190 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() local409 codecFactory->SetCodecConfig(pCodecInfo, pResultConfig); in ProcessSetConfigInd()411 if (codecFactory->GetIndexedSinkCodecs().front() == nullptr || in ProcessSetConfigInd()412 codecFactory->FindSourceCodec(pCodecInfo) == nullptr) { in ProcessSetConfigInd()[all …]