Searched refs:btif_av_peer_is_source (Results 1 – 7 of 7) sorted by relevance
59 struct btif_av_peer_is_source btif_av_peer_is_source; variable103 bool btif_av_peer_is_source::return_value = false;183 bool btif_av_peer_is_source(const RawAddress& peer_address) { in btif_av_peer_is_source() function185 return test::mock::btif_av::btif_av_peer_is_source(peer_address); in btif_av_peer_is_source()
243 struct btif_av_peer_is_source { struct249 extern struct btif_av_peer_is_source btif_av_peer_is_source; argument
350 bool btif_av_peer_is_source(const RawAddress& peer_address);
97 bool btif_av_peer_is_source(const RawAddress& /*peer_address*/) { return true; } in btif_av_peer_is_source() function
48 extern bool btif_av_peer_is_source(const RawAddress& peer_address);
533 btif_av_peer_is_source(p_dev->rc_addr)); in handle_rc_ctrl_features_all()552 if (btif_av_peer_is_source(p_dev->rc_addr)) { in handle_rc_ctrl_features_all()648 btif_av_peer_is_source(p_dev->rc_addr)) { in btif_rc_check_pending_cmd()653 btif_av_peer_is_source(p_dev->rc_addr)) { in btif_rc_check_pending_cmd()
4142 bool btif_av_peer_is_source(const RawAddress& peer_address) { in btif_av_peer_is_source() function