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

  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c 38 ** Function gki_init_free_queue
46 static void gki_init_free_queue (UINT8 id, UINT16 size, UINT16 total, void *p_mem) function
75 LOGD("gki_init_free_queue() init pool=%d, size=%d (aligned=%d) total=%d start=%p", id, size, tempsize, total, p_mem);
118 ALOGD("\ngki_alloc_free_queue calling gki_init_free_queue, id:%d size:%d, totol:%d\n", id, Q->size, Q->total);
120 gki_init_free_queue(id, Q->size, Q->total, p_mem);
247 gki_init_free_queue(0, GKI_BUF0_SIZE, GKI_BUF0_MAX, p_cb->bufpool0);
251 gki_init_free_queue(1, GKI_BUF1_SIZE, GKI_BUF1_MAX, p_cb->bufpool1);
255 gki_init_free_queue(2, GKI_BUF2_SIZE, GKI_BUF2_MAX, p_cb->bufpool2);
259 gki_init_free_queue(3, GKI_BUF3_SIZE, GKI_BUF3_MAX, p_cb->bufpool3);
263 gki_init_free_queue(4, GKI_BUF4_SIZE, GKI_BUF4_MAX, p_cb->bufpool4)
    [all...]
  /external/libnfc-nci/src/gki/common/
gki_buffer.c 38 ** Function gki_init_free_queue
46 static void gki_init_free_queue (UINT8 id, UINT16 size, UINT16 total, void *p_mem) function
75 LOGD("gki_init_free_queue() init pool=%d, size=%d (aligned=%d) total=%d start=%p", id, size, tempsize, total, p_mem);
118 ALOGD("\ngki_alloc_free_queue calling gki_init_free_queue, id:%d size:%d, totol:%d\n", id, Q->size, Q->total);
120 gki_init_free_queue(id, Q->size, Q->total, p_mem);
247 gki_init_free_queue(0, GKI_BUF0_SIZE, GKI_BUF0_MAX, p_cb->bufpool0);
251 gki_init_free_queue(1, GKI_BUF1_SIZE, GKI_BUF1_MAX, p_cb->bufpool1);
255 gki_init_free_queue(2, GKI_BUF2_SIZE, GKI_BUF2_MAX, p_cb->bufpool2);
259 gki_init_free_queue(3, GKI_BUF3_SIZE, GKI_BUF3_MAX, p_cb->bufpool3);
263 gki_init_free_queue(4, GKI_BUF4_SIZE, GKI_BUF4_MAX, p_cb->bufpool4)
    [all...]
  /system/bt/gki/common/
gki_buffer.c 40 ** Function gki_init_free_queue
48 static void gki_init_free_queue (UINT8 id, UINT16 size, UINT16 total, void *p_mem) function
167 gki_init_free_queue(i, buffer_info[i].size, buffer_info[i].count, NULL);

Completed in 98 milliseconds