Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_codec_factory.h41 std::list<A2dpCodecConfig *> GetIndexedSinkCodecs() const;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.cpp202 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()
H A Da2dp_profile_peer.cpp485 for (auto config : codecConfig_->GetIndexedSinkCodecs()) { in JudgeCapabilityMatched()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_codec_factory.cpp138 std::list<A2dpCodecConfig *> A2dpCodecFactory::GetIndexedSinkCodecs() const in GetIndexedSinkCodecs() function in OHOS::bluetooth::A2dpCodecFactory