Searched refs:GetCodecs (Results 1 – 1 of 1) sorted by relevance
132 A2dpCodecs* GetCodecs() { return codecs_; } in GetCodecs() function in BtaAvCoPeer783 A2dpCodecs* codecs = peers_[0].GetCodecs(); in IsSupportedCodec()791 if (active_peer_ == nullptr || active_peer_->GetCodecs() == nullptr) { in GetActivePeerCurrentCodec()794 return active_peer_->GetCodecs()->getCurrentCodecConfig(); in GetActivePeerCurrentCodec()801 if (peer == nullptr || peer->GetCodecs() == nullptr) { in GetPeerCurrentCodec()804 return peer->GetCodecs()->getCurrentCodecConfig(); in GetPeerCurrentCodec()1210 if ((p_peer->GetCodecs() == nullptr) || in ProcessSetConfig()1496 if (!p_peer->GetCodecs()->setCodecUserConfig( in SetCodecUserConfig()1573 if (!p_peer->GetCodecs()->setCodecAudioConfig( in SetCodecAudioConfig()1619 A2dpCodecs* codecs = p_peer->GetCodecs(); in ReportSourceCodecState()[all …]