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

  /external/libnfc-nci/src/include/
nfc_target.h 110 #define NFC_NCI_POOL_BUF_SIZE GKI_BUF2_SIZE
119 #define NFC_RW_POOL_BUF_SIZE GKI_BUF2_SIZE
128 #define NFC_CE_POOL_BUF_SIZE GKI_BUF2_SIZE
buildcfg.h 48 #define GKI_BUF2_SIZE 660
gki_target.h 182 #ifndef GKI_BUF2_SIZE
183 #define GKI_BUF2_SIZE 660
bt_target.h 116 #define HCI_CMD_POOL_BUF_SIZE GKI_BUF2_SIZE
154 #define RFCOMM_CMD_POOL_BUF_SIZE GKI_BUF2_SIZE
192 #define OBX_CMD_POOL_SIZE GKI_BUF2_SIZE
233 #define HCRP_CMD_POOL_SIZE GKI_BUF2_SIZE
289 #define UNV_MSG_POOL_SIZE GKI_BUF2_SIZE
318 #define AVRC_META_CMD_POOL_SIZE GKI_BUF2_SIZE
    [all...]
  /external/bluetooth/bluedroid/gki/common/
gki.h 132 #ifndef GKI_BUF2_SIZE
133 #define GKI_BUF2_SIZE 0
134 #endif /* ifndef GKI_BUF2_SIZE */
gki_common.h 130 UINT8 bufpool2[(ALIGN_POOL(GKI_BUF2_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF2_MAX];
gki_buffer.c 200 p_cb->bufpool2 = (UINT8 *)GKI_os_malloc ((GKI_BUF2_SIZE + BUFFER_PADDING_SIZE) * GKI_BUF2_MAX);
267 gki_init_free_queue(2, GKI_BUF2_SIZE, GKI_BUF2_MAX, p_cb->bufpool2);
    [all...]
  /external/bluetooth/bluedroid/include/
gki_target.h 185 #ifndef GKI_BUF2_SIZE
186 #define GKI_BUF2_SIZE 660
bt_target.h 488 #define HCI_CMD_POOL_BUF_SIZE GKI_BUF2_SIZE
526 #define RFCOMM_CMD_POOL_BUF_SIZE GKI_BUF2_SIZE
565 #define OBX_CMD_POOL_SIZE GKI_BUF2_SIZE
639 #define UNV_MSG_POOL_SIZE GKI_BUF2_SIZE
668 #define AVRC_META_CMD_POOL_SIZE GKI_BUF2_SIZE
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 147 #ifndef GKI_BUF2_SIZE
148 #define GKI_BUF2_SIZE 0
149 #endif /* ifndef GKI_BUF2_SIZE */
gki_common.h 136 UINT8 bufpool2[(ALIGN_POOL(GKI_BUF2_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF2_MAX];
gki_buffer.c 188 p_cb->bufpool2 = (UINT8 *)GKI_os_malloc ((GKI_BUF2_SIZE + BUFFER_PADDING_SIZE) * GKI_BUF2_MAX);
255 gki_init_free_queue(2, GKI_BUF2_SIZE, GKI_BUF2_MAX, p_cb->bufpool2);
    [all...]
  /external/libnfc-nci/src/gki/common/
gki.h 150 #ifndef GKI_BUF2_SIZE
151 #define GKI_BUF2_SIZE 0
152 #endif /* ifndef GKI_BUF2_SIZE */
gki_common.h 136 UINT8 bufpool2[(ALIGN_POOL(GKI_BUF2_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF2_MAX];
gki_buffer.c 188 p_cb->bufpool2 = (UINT8 *)GKI_os_malloc ((GKI_BUF2_SIZE + BUFFER_PADDING_SIZE) * GKI_BUF2_MAX);
255 gki_init_free_queue(2, GKI_BUF2_SIZE, GKI_BUF2_MAX, p_cb->bufpool2);
    [all...]

Completed in 412 milliseconds