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

  /system/bt/stack/avdt/
avdt_ad.cc 157 ccb_idx = avdt_ccb_to_idx(p_ccb);
222 uint8_t ccb_idx = avdt_ccb_to_idx(p_ccb);
265 p_tbl->ccb_idx = avdt_ccb_to_idx(p_ccb);
493 return L2CA_DataWrite(avdtp_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][tcid].lcid,
538 avdtp_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][p_tbl->tcid].scb_hdl =
541 avdt_ccb_to_idx(p_ccb), p_tbl->tcid,
563 avdtp_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][p_tbl->tcid].lcid = lcid;
565 avdt_ccb_to_idx(p_ccb), p_tbl->tcid, lcid);
605 L2CA_DisconnectReq(avdtp_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][tcid].lcid);
avdt_ccb.cc 374 avdt_ccb_to_idx(p_ccb), avdt_ccb_evt_str[event],
499 avdt_ccb_to_idx(p_ccb), p_ccb->peer_addr.ToString().c_str(),
506 * Function avdt_ccb_to_idx
514 uint8_t avdt_ccb_to_idx(AvdtpCcb* p_ccb) { function
avdt_l2c.cc 97 avdtp_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][p_tbl->tcid].lcid = p_tbl->lcid;
255 avdtp_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][p_tbl->tcid].lcid = lcid;
avdt_api.cc 480 evt.msg.config_cmd.hdr.ccb_idx = avdt_ccb_to_idx(p_ccb);
    [all...]
avdt_ccb_act.cc 148 AVDT_TRACE_DEBUG("%s: p_ccb index=%d", __func__, avdt_ccb_to_idx(p_ccb));
691 msg.hdr.ccb_idx = avdt_ccb_to_idx(p_ccb);
    [all...]
avdt_int.h 824 extern uint8_t avdt_ccb_to_idx(AvdtpCcb* p_ccb);
    [all...]
avdt_scb_act.cc     [all...]
avdt_msg.cc     [all...]

Completed in 148 milliseconds