Home
last modified time | relevance | path

Searched refs:btif_av_source_active_peer (Results 1 – 8 of 8) sorted by relevance

/system/bt/btif/include/
Dbtif_av.h37 RawAddress btif_av_source_active_peer(void);
/system/bt/btif/test/
Dbtif_rc_test.cc81 RawAddress btif_av_source_active_peer(void) { return RawAddress(); } in btif_av_source_active_peer() function
/system/bt/btif/src/
Dbtif_a2dp_source.cc664 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()
Dbtif_a2dp_audio_interface.cc241 RawAddress peer_addr = btif_av_source_active_peer(); in btif_a2dp_get_codec_configuration()
Dbtif_av.cc3050 RawAddress btif_av_source_active_peer(void) { in btif_av_source_active_peer() function
3059 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()
Dbtif_rc.cc576 RawAddress avdtp_source_active_peer_addr = btif_av_source_active_peer(); in handle_rc_features()
/system/bt/audio_hal_interface/
Da2dp_encoding.cc277 RawAddress peer_addr = btif_av_source_active_peer(); in a2dp_get_selected_hal_codec_config()
/system/bt/btif/avrcp/
Davrcp_service.cc44 RawAddress active_peer() override { return btif_av_source_active_peer(); } in active_peer()