Searched refs:btif_av_source_active_peer (Results 1 – 8 of 8) sorted by relevance
37 RawAddress btif_av_source_active_peer(void);
81 RawAddress btif_av_source_active_peer(void) { return RawAddress(); } in btif_av_source_active_peer() function
664 if (!peer_address.IsEmpty() && peer_address == btif_av_source_active_peer()) { in btif_a2dp_source_encoder_user_config_update_event()921 log_a2dp_audio_underrun_event(btif_av_source_active_peer(), in btif_a2dp_source_read_callback()981 log_a2dp_audio_overrun_event(btif_av_source_active_peer(), drop_n, in btif_a2dp_source_enqueue_callback()987 RawAddress peer_bda = btif_av_source_active_peer(); in btif_a2dp_source_enqueue_callback()
241 RawAddress peer_addr = btif_av_source_active_peer(); in btif_a2dp_get_codec_configuration()
3050 RawAddress btif_av_source_active_peer(void) { in btif_av_source_active_peer() function3059 btif_av_source_dispatch_sm_event(btif_av_source_active_peer(), in btif_av_stream_start()3106 btif_av_source_dispatch_sm_event(btif_av_source_active_peer(), in btif_av_stream_start_offload()
576 RawAddress avdtp_source_active_peer_addr = btif_av_source_active_peer(); in handle_rc_features()
277 RawAddress peer_addr = btif_av_source_active_peer(); in a2dp_get_selected_hal_codec_config()
44 RawAddress active_peer() override { return btif_av_source_active_peer(); } in active_peer()