Lines Matching refs:p_av_suspend
113 void btif_a2dp_on_stopped(tBTA_AV_SUSPEND* p_av_suspend) { in btif_a2dp_on_stopped() argument
114 LOG_INFO("%s: ## ON A2DP STOPPED ## p_av_suspend=%p", __func__, p_av_suspend); in btif_a2dp_on_stopped()
117 btif_a2dp_sink_on_stopped(p_av_suspend); in btif_a2dp_on_stopped()
122 btif_a2dp_source_on_stopped(p_av_suspend); in btif_a2dp_on_stopped()
123 } else if (p_av_suspend != NULL) { in btif_a2dp_on_stopped()
125 btif_a2dp_audio_on_stopped(p_av_suspend->status); in btif_a2dp_on_stopped()
129 void btif_a2dp_on_suspended(tBTA_AV_SUSPEND* p_av_suspend) { in btif_a2dp_on_suspended() argument
131 p_av_suspend); in btif_a2dp_on_suspended()
133 btif_a2dp_sink_on_suspended(p_av_suspend); in btif_a2dp_on_suspended()
138 btif_a2dp_source_on_suspended(p_av_suspend); in btif_a2dp_on_suspended()
139 } else if (p_av_suspend != NULL) { in btif_a2dp_on_suspended()
141 btif_a2dp_audio_on_suspended(p_av_suspend->status); in btif_a2dp_on_suspended()