Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_co_bta_av_co.h269 static btav_a2dp_scmst_info_t return_value;
270 std::function<btav_a2dp_scmst_info_t(const RawAddress& peer_address)> body{
272 btav_a2dp_scmst_info_t operator()(const RawAddress& peer_address) { return body(peer_address); } in operator()
Dmock_btif_co_bta_av_co.cc81 btav_a2dp_scmst_info_t bta_av_co_get_scmst_info::return_value = {};
172 btav_a2dp_scmst_info_t bta_av_co_get_scmst_info(const RawAddress& peer_address) { in bta_av_co_get_scmst_info()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/include/
Dbta_av_co.h232 btav_a2dp_scmst_info_t bta_av_co_get_scmst_info(const RawAddress& peer_address);
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbt_av.h269 } btav_a2dp_scmst_info_t; typedef
/aosp_15_r20/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc1566 btav_a2dp_scmst_info_t bta_av_co_get_scmst_info(const RawAddress& peer_address) { in bta_av_co_get_scmst_info()
1569 btav_a2dp_scmst_info_t scmst_info{}; in bta_av_co_get_scmst_info()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/av/
Dbta_av_int.h190 typedef btav_a2dp_scmst_info_t (*tBTA_AV_CO_GET_SCMST_INFO)(const RawAddress& peer_addr);
Dbta_av_aact.cc3112 btav_a2dp_scmst_info_t scmst_info = p_scb->p_cos->get_scmst_info(p_scb->PeerAddress()); in bta_av_vendor_offload_start_v2()
3334 btav_a2dp_scmst_info_t scmst_info = p_scb->p_cos->get_scmst_info(p_scb->PeerAddress()); in bta_av_offload_codec_builder()