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

  /external/bluetooth/bluedroid/gki/common/
gki.h 197 #ifndef GKI_BUF7_SIZE
198 #define GKI_BUF7_SIZE 0
199 #endif /* ifndef GKI_BUF7_SIZE */
gki_common.h 150 UINT8 bufpool7[(ALIGN_POOL(GKI_BUF7_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF7_MAX];
gki_buffer.c 220 p_cb->bufpool7 = (UINT8 *)GKI_os_malloc ((GKI_BUF7_SIZE + BUFFER_PADDING_SIZE) * GKI_BUF7_MAX);
287 gki_init_free_queue(7, GKI_BUF7_SIZE, GKI_BUF7_MAX, p_cb->bufpool7);
    [all...]
  /external/bluetooth/bluedroid/include/
gki_target.h 358 #ifndef GKI_BUF7_SIZE
359 #define GKI_BUF7_SIZE 9472
bt_target.h 679 #define BTA_HL_LRG_DATA_POOL_SIZE GKI_BUF7_SIZE
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 212 #ifndef GKI_BUF7_SIZE
213 #define GKI_BUF7_SIZE 0
214 #endif /* ifndef GKI_BUF7_SIZE */
gki_common.h 156 UINT8 bufpool7[(ALIGN_POOL(GKI_BUF7_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF7_MAX];
gki_buffer.c 208 p_cb->bufpool7 = (UINT8 *)GKI_os_malloc ((GKI_BUF7_SIZE + BUFFER_PADDING_SIZE) * GKI_BUF7_MAX);
275 gki_init_free_queue(7, GKI_BUF7_SIZE, GKI_BUF7_MAX, p_cb->bufpool7);
    [all...]
  /external/libnfc-nci/src/gki/common/
gki.h 215 #ifndef GKI_BUF7_SIZE
216 #define GKI_BUF7_SIZE 0
217 #endif /* ifndef GKI_BUF7_SIZE */
gki_common.h 156 UINT8 bufpool7[(ALIGN_POOL(GKI_BUF7_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF7_MAX];
gki_buffer.c 208 p_cb->bufpool7 = (UINT8 *)GKI_os_malloc ((GKI_BUF7_SIZE + BUFFER_PADDING_SIZE) * GKI_BUF7_MAX);
275 gki_init_free_queue(7, GKI_BUF7_SIZE, GKI_BUF7_MAX, p_cb->bufpool7);
    [all...]
  /external/libnfc-nci/src/include/
gki_target.h 352 #ifndef GKI_BUF7_SIZE
353 #define GKI_BUF7_SIZE 9472
bt_target.h 329 #define BTA_HL_LRG_DATA_POOL_SIZE GKI_BUF7_SIZE
    [all...]

Completed in 761 milliseconds