HomeSort by relevance Sort by last modified time
    Searched refs:p_act_tbl (Results 1 - 4 of 4) sorted by null

  /system/bt/bta/include/
bta_av_api.h 517 const tBTA_AV_ACT *p_act_tbl;/* the action function table for VDP stream */ member in struct:__anon71933
  /system/bt/bta/av/
bta_av_main.c 325 if(p_bta_av_cfg->p_act_tbl == NULL || p_bta_av_cfg->p_reg == NULL)
608 p_scb->p_act_tbl = (const tBTA_AV_ACT *)bta_av_a2d_action;
    [all...]
bta_av_int.h 480 const tBTA_AV_ACT *p_act_tbl; /* the action table for stream state machine */ member in struct:__anon71655
bta_av_ssm.c 472 (*p_scb->p_act_tbl[action])(p_scb, p_data);

Completed in 56 milliseconds