Searched defs:gki_alloc_free_queue (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/gki/common/
H A Dgki_buffer.c94 static BOOLEAN gki_alloc_free_queue(UINT8 id) function
113 GKI_exception (GKI_ERROR_BUF_SIZE_TOOBIG, "gki_alloc_free_queue: Not enough memory");
413 if(Q->p_first == 0 && gki_alloc_free_queue(i) != TRUE)
483 if(Q->p_first == 0 && gki_alloc_free_queue(pool_id) != TRUE)
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_buffer.c101 static BOOLEAN gki_alloc_free_queue(UINT8 id) function
126 GKI_exception (GKI_ERROR_BUF_SIZE_TOOBIG, "gki_alloc_free_queue: Not enough memory");
407 if(Q->p_first == 0 && gki_alloc_free_queue(i) != TRUE)
417 /* gki_alloc_free_queue() failed to alloc memory */
524 if(Q->p_first == 0 && gki_alloc_free_queue(pool_id) != TRUE)
530 /* gki_alloc_free_queue() failed to alloc memory */
/external/libnfc-nci/src/gki/common/
H A Dgki_buffer.c101 static BOOLEAN gki_alloc_free_queue(UINT8 id) function
126 GKI_exception (GKI_ERROR_BUF_SIZE_TOOBIG, "gki_alloc_free_queue: Not enough memory");
407 if(Q->p_first == 0 && gki_alloc_free_queue(i) != TRUE)
417 /* gki_alloc_free_queue() failed to alloc memory */
524 if(Q->p_first == 0 && gki_alloc_free_queue(pool_id) != TRUE)
530 /* gki_alloc_free_queue() failed to alloc memory */

Completed in 99 milliseconds