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

  /external/bluetooth/bluedroid/include/
gki_target.h 380 #ifndef GKI_BUF9_SIZE
381 #define GKI_BUF9_SIZE 8192
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 238 #ifndef GKI_BUF9_SIZE
239 #define GKI_BUF9_SIZE 0
240 #endif /* ifndef GKI_BUF9_SIZE */
gki_common.h 164 UINT8 bufpool9[(ALIGN_POOL(GKI_BUF9_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF9_MAX];
gki_buffer.c 216 p_cb->bufpool9 = (UINT8 *)GKI_os_malloc ((GKI_BUF9_SIZE + BUFFER_PADDING_SIZE) * GKI_BUF9_MAX);
283 gki_init_free_queue(9, GKI_BUF9_SIZE, GKI_BUF9_MAX, p_cb->bufpool9);
    [all...]
  /external/libnfc-nci/src/gki/common/
gki.h 241 #ifndef GKI_BUF9_SIZE
242 #define GKI_BUF9_SIZE 0
243 #endif /* ifndef GKI_BUF9_SIZE */
gki_common.h 164 UINT8 bufpool9[(ALIGN_POOL(GKI_BUF9_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF9_MAX];
gki_buffer.c 216 p_cb->bufpool9 = (UINT8 *)GKI_os_malloc ((GKI_BUF9_SIZE + BUFFER_PADDING_SIZE) * GKI_BUF9_MAX);
283 gki_init_free_queue(9, GKI_BUF9_SIZE, GKI_BUF9_MAX, p_cb->bufpool9);
    [all...]
  /external/bluetooth/bluedroid/gki/common/
gki_common.h 156 UINT8 bufpool9[(ALIGN_POOL(GKI_BUF9_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF9_MAX];
gki_buffer.c 228 p_cb->bufpool9 = (UINT8 *)GKI_os_malloc ((GKI_BUF9_SIZE + BUFFER_PADDING_SIZE) * GKI_BUF9_MAX);
295 gki_init_free_queue(9, GKI_BUF9_SIZE, GKI_BUF9_MAX, p_cb->bufpool9);
    [all...]

Completed in 33 milliseconds