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.h280 BOOLEAN btif_a2dp_on_started(tBTA_AV_START *p_av, BOOLEAN pending_start);
/system/bt/btif/src/
Dbtif_av.c764 if (btif_a2dp_on_started(&p_av->start, in btif_av_state_opened_handler()
784 btif_a2dp_on_started(NULL, TRUE); in btif_av_state_opened_handler()
907 btif_a2dp_on_started(NULL, TRUE); in btif_av_state_started_handler()
Dbtif_media_task.c1085 BOOLEAN btif_a2dp_on_started(tBTA_AV_START *p_av, BOOLEAN pending_start) in btif_a2dp_on_started() function