Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_av.cc59 struct btif_av_peer_prefers_mandatory_codec
60 btif_av_peer_prefers_mandatory_codec; variable
111 bool btif_av_peer_prefers_mandatory_codec::return_value = false;
208 bool btif_av_peer_prefers_mandatory_codec(const RawAddress& peer_address, in btif_av_peer_prefers_mandatory_codec() function
211 return test::mock::btif_av::btif_av_peer_prefers_mandatory_codec( in btif_av_peer_prefers_mandatory_codec()
Dmock_btif_av.h300 struct btif_av_peer_prefers_mandatory_codec { struct
314 extern struct btif_av_peer_prefers_mandatory_codec argument
315 btif_av_peer_prefers_mandatory_codec;
/packages/modules/Bluetooth/system/btif/include/
Dbtif_av.h153 bool btif_av_peer_prefers_mandatory_codec(const RawAddress& peer_address,
/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc283 if (btif_av_peer_prefers_mandatory_codec(p_peer->addr, A2dpType::kSource)) { in ProcessSourceGetConfig()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_av.cc4100 bool btif_av_peer_prefers_mandatory_codec(const RawAddress& peer_address, in btif_av_peer_prefers_mandatory_codec() function