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

  /system/bt/btif/co/
bta_hl_co.cc 305 if ((p_dcb->tx_size <= buf_size) && p_dcb->p_tx_pkt) {
306 memcpy(p_buf, p_dcb->p_tx_pkt, p_dcb->tx_size);
307 osi_free_and_reset((void**)&p_dcb->p_tx_pkt);
  /system/bt/btif/include/
btif_hl.h 165 uint8_t* p_tx_pkt; member in struct:__anon113327
  /system/bt/bta/hl/
bta_hl_act.cc 392 result = MCA_WriteReq((tMCA_DL)p_dcb->mdl_handle, p_dcb->p_tx_pkt);
401 p_dcb->p_tx_pkt = NULL;
405 if (free_buf) osi_free_and_reset((void**)&p_dcb->p_tx_pkt);
442 p_dcb->p_tx_pkt = bta_hl_get_buf(p_data->api_send_data.pkt_size, fcs_use);
443 if (p_dcb->p_tx_pkt != NULL) {
446 BTA_HL_GET_BUF_PTR(p_dcb->p_tx_pkt), BTA_HL_CI_GET_TX_DATA_EVT);
    [all...]
bta_hl_int.h 424 BT_HDR* p_tx_pkt; member in struct:__anon112981
    [all...]
bta_hl_utils.cc 216 osi_free_and_reset((void**)&p_dcb->p_tx_pkt);
    [all...]
  /system/bt/btif/src/
btif_hl.cc 409 osi_free_and_reset((void**)&p_dcb->p_tx_pkt);
    [all...]

Completed in 1231 milliseconds