Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc63 static BtaAvCo bta_av_co_cb(kContentProtectEnabled, new BtaAvCoPeerCache());
84 void BtaAvCo::Init( in Init()
107 void BtaAvCo::Reset() { in Reset()
122 bool BtaAvCo::IsSupportedCodec(btav_a2dp_codec_index_t codec_index) { in IsSupportedCodec()
133 A2dpCodecConfig* BtaAvCo::GetActivePeerCurrentCodec() { in GetActivePeerCurrentCodec()
149 A2dpCodecConfig* BtaAvCo::GetPeerCurrentCodec(const RawAddress& peer_address) { in GetPeerCurrentCodec()
159 void BtaAvCo::ProcessDiscoveryResult(tBTA_AV_HNDL bta_av_handle, in ProcessDiscoveryResult()
203 tA2DP_STATUS BtaAvCo::ProcessSourceGetConfig( in ProcessSourceGetConfig()
345 tA2DP_STATUS BtaAvCo::ProcessSinkGetConfig(tBTA_AV_HNDL bta_av_handle, in ProcessSinkGetConfig()
451 void BtaAvCo::ProcessSetConfig(tBTA_AV_HNDL bta_av_handle, in ProcessSetConfig()
[all …]
/packages/modules/Bluetooth/system/btif/include/
Dbta_av_co.h72 class BtaAvCo {
74 BtaAvCo(bool content_protect_enabled, BtaAvCoPeerCache* bta_av_co_peer_bank) in BtaAvCo() function
81 virtual ~BtaAvCo() = default;