Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc99 peer_cache_->peers_[0].GetCodecs()->orderedSourceCodecs()) { in Init()
125 A2dpCodecs* codecs = peer_cache_->peers_[0].GetCodecs(); in IsSupportedCodec()
143 if (active_peer == nullptr || active_peer->GetCodecs() == nullptr) { in GetActivePeerCurrentCodec()
146 return active_peer->GetCodecs()->getCurrentCodecConfig(); in GetActivePeerCurrentCodec()
153 if (peer == nullptr || peer->GetCodecs() == nullptr) { in GetPeerCurrentCodec()
156 return peer->GetCodecs()->getCurrentCodecConfig(); in GetPeerCurrentCodec()
300 p_peer->GetCodecs()->setCodecUserConfig( in ProcessSourceGetConfig()
528 if ((p_peer->GetCodecs() == nullptr) || in ProcessSetConfig()
872 if (!p_peer->GetCodecs()->setCodecUserConfig( in SetCodecUserConfig()
963 if (!p_peer->GetCodecs()->setCodecAudioConfig( in SetCodecAudioConfig()
[all …]
/packages/modules/Bluetooth/system/btif/include/
Dbta_av_co_peer.h84 A2dpCodecs* GetCodecs() const { return codecs_; } in GetCodecs() function