Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_codec_factory.h40 std::list<A2dpCodecConfig *> GetIndexedSourceCodecs() const;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_codec_factory.cpp132 std::list<A2dpCodecConfig *> A2dpCodecFactory::GetIndexedSourceCodecs() const in GetIndexedSourceCodecs() function in OHOS::bluetooth::A2dpCodecFactory
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.cpp479 for (auto config : codecConfig_->GetIndexedSourceCodecs()) { in JudgeCapabilityMatched()