Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_av.h32 RawAddress btif_av_source_active_peer(void);
/system/bt/btif/src/
Dbtif_a2dp_source.cc892 btif_av_source_active_peer(), btif_a2dp_source_cb.encoder_interval_ms, in btif_a2dp_source_read_callback()
953 btif_av_source_active_peer(), drop_n, in btif_a2dp_source_enqueue_callback()
958 RawAddress peer_bda = btif_av_source_active_peer(); in btif_a2dp_source_enqueue_callback()
Dbtif_a2dp_audio_interface.cc245 RawAddress peer_addr = btif_av_source_active_peer(); in btif_a2dp_get_codec_configuration()
Dbtif_av.cc2851 RawAddress btif_av_source_active_peer(void) { in btif_av_source_active_peer() function
2860 btif_av_source_dispatch_sm_event(btif_av_source_active_peer(), in btif_av_stream_start()
2894 btif_av_source_dispatch_sm_event(btif_av_source_active_peer(), in btif_av_stream_start_offload()
Dbtif_rc.cc498 RawAddress avdtp_source_active_peer_addr = btif_av_source_active_peer(); in handle_rc_features()
/system/bt/btif/avrcp/
Davrcp_service.cc54 RawAddress active_peer() override { return btif_av_source_active_peer(); } in active_peer()
/system/bt/audio_hal_interface/
Da2dp_encoding.cc543 RawAddress peer_addr = btif_av_source_active_peer(); in a2dp_get_selected_hal_codec_config()