Searched refs:GetIndexedSinkCodecs (Results 1 – 4 of 4) sorted by relevance
41 std::list<A2dpCodecConfig *> GetIndexedSinkCodecs() const;
202 codecFactory->GetIndexedSinkCodecs().front() == nullptr) { in ProcessSetConfigInd()205 if (codecFactory->GetIndexedSinkCodecs().front()->GetCodecIndex() == in ProcessSetConfigInd()411 if (codecFactory->GetIndexedSinkCodecs().front() == nullptr || in ProcessSetConfigInd()415 if (codecFactory->GetIndexedSinkCodecs().front()->GetCodecIndex() == in ProcessSetConfigInd()
485 for (auto config : codecConfig_->GetIndexedSinkCodecs()) { in JudgeCapabilityMatched()
138 std::list<A2dpCodecConfig *> A2dpCodecFactory::GetIndexedSinkCodecs() const in GetIndexedSinkCodecs() function in OHOS::bluetooth::A2dpCodecFactory