Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_media.h290 void btif_a2dp_on_offload_started(tBTA_AV_STATUS status);
/system/bt/btif/src/
Dbtif_av.c454 btif_a2dp_on_offload_started(BTA_AV_FAIL); in btif_av_state_idle_handler()
601 btif_a2dp_on_offload_started(BTA_AV_FAIL); in btif_av_state_opening_handler()
686 btif_a2dp_on_offload_started(BTA_AV_FAIL); in btif_av_state_closing_handler()
846 btif_a2dp_on_offload_started(BTA_AV_FAIL); in btif_av_state_opened_handler()
1027 btif_a2dp_on_offload_started(p_av->status); in btif_av_state_started_handler()
Dbtif_media_task.c1250 void btif_a2dp_on_offload_started(tBTA_AV_STATUS status) in btif_a2dp_on_offload_started() function