Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_codec_factory.cpp148 if (a2dpCodecConfig == nullptr) { in SetCodecConfig()
155 currentCodecConfig_ = a2dpCodecConfig; in SetCodecConfig()
164 if (a2dpCodecConfig == nullptr) { in SetSinkCodecConfig()
172 currentCodecConfig_ = a2dpCodecConfig; in SetSinkCodecConfig()
247 a2dpCodecConfig = iter->second; in SetCodecUserConfig()
252 if (a2dpCodecConfig == nullptr) { in SetCodecUserConfig()
257 if (!a2dpCodecConfig->SetCodecUserConfig( in SetCodecUserConfig()
273 if (a2dpCodecConfig == nullptr) { in SetCodecAudioConfig()
277 if (!a2dpCodecConfig->SetCodecUserConfig( in SetCodecAudioConfig()
293 if (a2dpCodecConfig == nullptr) { in SetPeerSinkCodecCapabilities()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_codec_factory.h56 … const A2dpCodecCapability &userConfig, A2dpCodecConfig *a2dpCodecConfig, bool *restartConfig);