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

/external/bluetooth/bluedroid/include/
H A Dgki_target.h174 #ifndef GKI_BUF2_SIZE
175 #define GKI_BUF2_SIZE 660 macro
H A Dbt_target.h394 #define HCI_CMD_POOL_BUF_SIZE GKI_BUF2_SIZE
432 #define RFCOMM_CMD_POOL_BUF_SIZE GKI_BUF2_SIZE
471 #define OBX_CMD_POOL_SIZE GKI_BUF2_SIZE
547 #define UNV_MSG_POOL_SIZE GKI_BUF2_SIZE
576 #define AVRC_META_CMD_POOL_SIZE GKI_BUF2_SIZE
/external/libnfc-nci/src/include/
H A Dbuildcfg.h48 #define GKI_BUF2_SIZE 660 macro
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 Dgki_target.h182 #ifndef GKI_BUF2_SIZE
183 #define GKI_BUF2_SIZE 660 macro
H A Dbt_target.h120 #define HCI_CMD_POOL_BUF_SIZE GKI_BUF2_SIZE
158 #define RFCOMM_CMD_POOL_BUF_SIZE GKI_BUF2_SIZE
196 #define OBX_CMD_POOL_SIZE GKI_BUF2_SIZE
237 #define HCRP_CMD_POOL_SIZE GKI_BUF2_SIZE
293 #define UNV_MSG_POOL_SIZE GKI_BUF2_SIZE
322 #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);
/external/bluetooth/bluedroid/gki/common/
H A Dgki_common.h128 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);

Completed in 159 milliseconds