Searched refs:GKI_BUF2_SIZE (Results 1 - 15 of 15) sorted by relevance

/external/libnfc-nci/src/include/
H A Dnfc_target.h110 #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
H A Dbuildcfg.h48 #define GKI_BUF2_SIZE 660 macro
H A Dgki_target.h182 #ifndef GKI_BUF2_SIZE
183 #define GKI_BUF2_SIZE 660 macro
H A Dbt_target.h116 #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
/external/bluetooth/bluedroid/gki/common/
H A Dgki.h132 #ifndef GKI_BUF2_SIZE
133 #define GKI_BUF2_SIZE 0 macro
134 #endif /* ifndef GKI_BUF2_SIZE */
H A Dgki_common.h130 UINT8 bufpool2[(ALIGN_POOL(GKI_BUF2_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF2_MAX];
H A Dgki_buffer.c200 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);
/external/bluetooth/bluedroid/include/
H A Dgki_target.h185 #ifndef GKI_BUF2_SIZE
186 #define GKI_BUF2_SIZE 660 macro
H A Dbt_target.h499 #define HCI_CMD_POOL_BUF_SIZE GKI_BUF2_SIZE
537 #define RFCOMM_CMD_POOL_BUF_SIZE GKI_BUF2_SIZE
576 #define OBX_CMD_POOL_SIZE GKI_BUF2_SIZE
650 #define UNV_MSG_POOL_SIZE GKI_BUF2_SIZE
679 #define AVRC_META_CMD_POOL_SIZE GKI_BUF2_SIZE
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki.h147 #ifndef GKI_BUF2_SIZE
148 #define GKI_BUF2_SIZE 0 macro
149 #endif /* ifndef GKI_BUF2_SIZE */
H A Dgki_common.h136 UINT8 bufpool2[(ALIGN_POOL(GKI_BUF2_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF2_MAX];
H A Dgki_buffer.c188 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);
/external/libnfc-nci/src/gki/common/
H A Dgki.h150 #ifndef GKI_BUF2_SIZE
151 #define GKI_BUF2_SIZE 0 macro
152 #endif /* ifndef GKI_BUF2_SIZE */
H A Dgki_common.h136 UINT8 bufpool2[(ALIGN_POOL(GKI_BUF2_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF2_MAX];
H A Dgki_buffer.c188 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);

Completed in 53 milliseconds