Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_a2dp_source.cc168 static int btif_a2dp_source_state = BTIF_A2DP_SOURCE_STATE_OFF; variable
259 if (btif_a2dp_source_state != BTIF_A2DP_SOURCE_STATE_OFF) { in btif_a2dp_source_startup()
265 btif_a2dp_source_state = BTIF_A2DP_SOURCE_STATE_STARTING_UP; in btif_a2dp_source_startup()
274 btif_a2dp_source_state = BTIF_A2DP_SOURCE_STATE_OFF; in btif_a2dp_source_startup()
298 btif_a2dp_source_state = BTIF_A2DP_SOURCE_STATE_RUNNING; in btif_a2dp_source_startup_delayed()
304 if ((btif_a2dp_source_state == BTIF_A2DP_SOURCE_STATE_OFF) || in btif_a2dp_source_shutdown()
305 (btif_a2dp_source_state == BTIF_A2DP_SOURCE_STATE_SHUTTING_DOWN)) { in btif_a2dp_source_shutdown()
310 btif_a2dp_source_state = BTIF_A2DP_SOURCE_STATE_SHUTTING_DOWN; in btif_a2dp_source_shutdown()
332 btif_a2dp_source_state = BTIF_A2DP_SOURCE_STATE_OFF; in btif_a2dp_source_shutdown_delayed()
338 return (btif_a2dp_source_state == BTIF_A2DP_SOURCE_STATE_RUNNING); in btif_a2dp_source_media_task_is_running()
[all …]