Home
last modified time | relevance | path

Searched refs:btif_a2dp_on_stopped (Results 1 – 3 of 3) sorted by relevance

/system/bt/btif/include/
Dbtif_media.h270 void btif_a2dp_on_stopped(tBTA_AV_SUSPEND *p_av);
/system/bt/btif/src/
Dbtif_av.c541 btif_a2dp_on_stopped(NULL); in btif_av_state_closing_handler()
674 btif_a2dp_on_stopped(NULL); in btif_av_state_opened_handler()
791 btif_a2dp_on_stopped(NULL); in btif_av_state_started_handler()
859 btif_a2dp_on_stopped(&p_av->suspend); in btif_av_state_started_handler()
874 btif_a2dp_on_stopped(NULL); in btif_av_state_started_handler()
Dbtif_media_task.c1010 void btif_a2dp_on_stopped(tBTA_AV_SUSPEND *p_av) in btif_a2dp_on_stopped() function