Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_media.h267 BOOLEAN btif_a2dp_on_started(tBTA_AV_START *p_av, BOOLEAN pending_start);
/system/bt/btif/src/
Dbtif_av.c635 if (btif_a2dp_on_started(&p_av->start, in btif_av_state_opened_handler()
655 btif_a2dp_on_started(NULL, TRUE); in btif_av_state_opened_handler()
768 btif_a2dp_on_started(NULL, TRUE); in btif_av_state_started_handler()
Dbtif_media_task.c941 BOOLEAN btif_a2dp_on_started(tBTA_AV_START *p_av, BOOLEAN pending_start) in btif_a2dp_on_started() function