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

  /external/libnfc-nci/src/nfc/llcp/
llcp_sdp.c 138 available_bytes = GKI_get_buf_size (llcp_cb.sdp_cb.p_snl)
243 available_bytes = GKI_get_buf_size (llcp_cb.sdp_cb.p_snl)
llcp_dlc.c     [all...]
llcp_link.c     [all...]
  /external/bluetooth/bluedroid/gki/common/
gki.h 410 GKI_API extern UINT16 GKI_get_buf_size (void *);
gki_buffer.c 574 ** Function GKI_get_buf_size
583 UINT16 GKI_get_buf_size (void *p_buf)
614 magic = (UINT32 *)((UINT8 *) p_buf + GKI_get_buf_size(p_buf));
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 427 GKI_API extern UINT16 GKI_get_buf_size (void *);
gki_buffer.c 643 ** Function GKI_get_buf_size
652 UINT16 GKI_get_buf_size (void *p_buf)
683 magic = (UINT32 *)((UINT8 *) p_buf + GKI_get_buf_size(p_buf));
    [all...]
  /external/libnfc-nci/src/gki/common/
gki.h 429 GKI_API extern UINT16 GKI_get_buf_size (void *);
gki_buffer.c 643 ** Function GKI_get_buf_size
652 UINT16 GKI_get_buf_size (void *p_buf)
683 magic = (UINT32 *)((UINT8 *) p_buf + GKI_get_buf_size(p_buf));
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_nci.c 104 size = GKI_get_buf_size (nfc_hal_cb.ncit_cb.p_frag_msg);
319 if ((sizeof (NFC_HDR) + HCIE_PREAMBLE_SIZE + byte) > GKI_get_buf_size (p_cb->p_rcv_msg))
  /external/bluetooth/bluedroid/stack/avct/
avct_lcb_act.c 117 buf_len = GKI_get_buf_size(p_lcb->p_rx_msg) - sizeof(BT_HDR);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_db.c     [all...]
  /external/bluetooth/bluedroid/stack/avrc/
avrc_bld_tg.c 311 len_left = GKI_get_buf_size(p_pkt) - BT_HDR_SIZE - p_pkt->offset - p_pkt->len;
avrc_api.c 435 buf_len = GKI_get_buf_size (p_rcb->p_rmsg) - sizeof(BT_HDR);
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c 148 memset(p_buf, 0, GKI_get_buf_size(p_buf));
150 p_srvc_cb->free_byte = GKI_get_buf_size(p_buf);
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_main.c     [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_msg.c     [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c     [all...]

Completed in 1737 milliseconds