Home | History | Annotate | Download | only in av

Lines Matching refs:state_table

1144     tBTA_AV_ST_TBL      state_table;
1155 state_table = bta_av_st_tbl[p_cb->state];
1160 p_cb->state = state_table[event][BTA_AV_NEXT_STATE];
1164 if ((action = state_table[event][BTA_AV_ACTION_COL]) != BTA_AV_IGNORE)