Home | History | Annotate | Download | only in av

Lines Matching refs:p_ret

347     tBTA_AV_SCB *p_ret = NULL;
381 p_ret = (tBTA_AV_SCB *)GKI_getbuf(sizeof(tBTA_AV_SCB));
382 if(p_ret)
384 memset(p_ret, 0, sizeof(tBTA_AV_SCB));
385 p_ret->rc_handle = BTA_AV_RC_HANDLE_NONE;
386 p_ret->chnl = chnl;
387 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl);
388 p_ret->hdi = xx;
389 p_ret->a2d_list = list_new(NULL);
390 bta_av_cb.p_scb[xx] = p_ret;
396 return p_ret;