Home
last modified time | relevance | path

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

/system/bt/btif/co/
Dbta_av_co.cc126 A2dpCodecs* GetCodecs() { return codecs_; } in GetCodecs() function in BtaAvCoPeer
781 A2dpCodecs* codecs = peers_[0].GetCodecs(); in IsSupportedCodec()
789 if (active_peer_ == nullptr || active_peer_->GetCodecs() == nullptr) { in GetActivePeerCurrentCodec()
792 return active_peer_->GetCodecs()->getCurrentCodecConfig(); in GetActivePeerCurrentCodec()
799 if (peer == nullptr || peer->GetCodecs() == nullptr) { in GetPeerCurrentCodec()
802 return peer->GetCodecs()->getCurrentCodecConfig(); in GetPeerCurrentCodec()
992 p_peer->GetCodecs()->setCodecUserConfig( in ProcessSourceGetConfig()
1240 if ((p_peer->GetCodecs() == nullptr) || in ProcessSetConfig()
1533 if (!p_peer->GetCodecs()->setCodecUserConfig( in SetCodecUserConfig()
1614 if (!p_peer->GetCodecs()->setCodecAudioConfig( in SetCodecAudioConfig()
[all …]